summaryrefslogtreecommitdiff
path: root/pcr/opendnssec/pid-path.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-09 21:47:09 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-09 21:47:09 -0200
commita851915f28923b2cd1979471c64d75e527f117cf (patch)
treea0cd3a72cfe2657d16a0275fe67e3745577cb9d5 /pcr/opendnssec/pid-path.patch
parent5b9506770ce84ac053de4d3500b56a1da84b1694 (diff)
parent39e7daddb73f205693ff52cae7f77601a1eaea00 (diff)
downloadabslibre-a851915f28923b2cd1979471c64d75e527f117cf.tar.gz
abslibre-a851915f28923b2cd1979471c64d75e527f117cf.tar.bz2
abslibre-a851915f28923b2cd1979471c64d75e527f117cf.zip
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'pcr/opendnssec/pid-path.patch')
-rw-r--r--pcr/opendnssec/pid-path.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/opendnssec/pid-path.patch b/pcr/opendnssec/pid-path.patch
index 88c750cf2..122b68e08 100644
--- a/pcr/opendnssec/pid-path.patch
+++ b/pcr/opendnssec/pid-path.patch
@@ -6,8 +6,8 @@
$(INSTALL) -d $(DESTDIR)$(localstatedir)/opendnssec/signed
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/run
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/run/opendnssec
-+ $(INSTALL) -d $(DESTDIR)/var/run
-+ $(INSTALL) -d $(DESTDIR)/var/run/opendnssec
++ $(INSTALL) -d $(DESTDIR)/run
++ $(INSTALL) -d $(DESTDIR)/run/opendnssec
docs:
(cd libhsm; $(MAKE) doxygen)
@@ -18,7 +18,7 @@
OPENDNSSEC_SYSCONF_DIR=$full_sysconfdir/opendnssec
OPENDNSSEC_LOCALSTATE_DIR="$full_localstatedir/opendnssec"
-OPENDNSSEC_PID_DIR="$full_localstatedir/run/opendnssec"
-+OPENDNSSEC_PID_DIR="/var/run/opendnssec"
++OPENDNSSEC_PID_DIR="/run/opendnssec"
AC_SUBST([OPENDNSSEC_BIN_DIR])
AC_SUBST([OPENDNSSEC_SBIN_DIR])