summaryrefslogtreecommitdiff
path: root/pcr/opendnssec/pid-path.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-09 15:01:05 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-09 15:01:05 -0200
commitb531792c1f4537a27bc2a98d3d86df06279d75a6 (patch)
tree9898550faeed5d333e35413b2da4ae434658f672 /pcr/opendnssec/pid-path.patch
parent653d297876fefd956e03fc60e4506c27cbf8c926 (diff)
opendnssec: fix var/run to run
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])