aboutsummaryrefslogtreecommitdiff
path: root/system/graphite-web/patches/settings_debian.patch
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-07-04 14:18:16 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-06 11:23:30 +0700
commit8b0441efc70f3cac5b68afbe3a8ff9f9a5d2a086 (patch)
tree3afd7d0c5fc900bc778f75b2dc2b5e241fc564aa /system/graphite-web/patches/settings_debian.patch
parent1c2f2e39f25abee8185e93a474225b72238ed6b0 (diff)
system/graphite-web: Removed: obsolete, outdated, unmaintained, not working, or not needed anymore.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/graphite-web/patches/settings_debian.patch')
-rw-r--r--system/graphite-web/patches/settings_debian.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/system/graphite-web/patches/settings_debian.patch b/system/graphite-web/patches/settings_debian.patch
deleted file mode 100644
index ab66647263..0000000000
--- a/system/graphite-web/patches/settings_debian.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Add etc/graphite to sys.path to load config from /etc/graphite
-Author: Jonas Genannt <jonas.genannt@capi2name.de>
-Forwarded: not-needed
-
---- a/webapp/graphite/settings.py
-+++ b/webapp/graphite/settings.py
-@@ -20,6 +20,9 @@
- from os.path import abspath, dirname, join
- from warnings import warn
-
-+# Debian add etc/graphite into path
-+sys.path.append('/etc/graphite')
-+
- try:
- import rrdtool
- except ImportError:
-@@ -128,7 +131,7 @@
-
- ## Load our local_settings
- try:
-- from graphite.local_settings import *
-+ from local_settings import *
- except ImportError:
- print >> sys.stderr, "Could not import graphite.local_settings, using defaults!"
-