summarylogtreecommitdiffstats
path: root/runstatedir.patch
diff options
context:
space:
mode:
authorTyler Langlois2015-08-24 22:32:49 -0400
committerTyler Langlois2015-08-24 22:32:49 -0400
commit88ebc67513f55bc489c1b729f3c3cb4b04ad77b6 (patch)
treed3b44c1d72d30284f2c5f7be996dfc639fba80e6 /runstatedir.patch
downloadaur-88ebc67513f55bc489c1b729f3c3cb4b04ad77b6.tar.gz
Bring ganglia to AUR4
Derived from https://github.com/aur-archive/ganglia with the following changes: - Use upstream systemd service units - Drop .rc init scripts - Use sysusers paradigm in lieu of manual steps in .install file
Diffstat (limited to 'runstatedir.patch')
-rw-r--r--runstatedir.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/runstatedir.patch b/runstatedir.patch
new file mode 100644
index 000000000000..f823e378889e
--- /dev/null
+++ b/runstatedir.patch
@@ -0,0 +1,7 @@
+--- a/scripts/fixconfig.in
++++ b/scripts/fixconfig.in
+@@ -27,3 +27,3 @@ sysconfdir="@sysconfdir@"
+ includedir="@includedir@"
+-runstatedir="@localstatedir@/run" # @runstatedir@ if autoconf >= 2.70
++runstatedir="/run" # @runstatedir@ if autoconf >= 2.70
+ if [ -d "@sysconfdir@/sysconfig" ]