summarylogtreecommitdiffstats
path: root/pid-path.patch
diff options
context:
space:
mode:
authorJavier Torres2017-03-24 20:24:16 +0100
committerJavier Torres2017-03-24 20:24:16 +0100
commitd9e86389f926e41712d8ad16734c5022e2698acb (patch)
tree6e1a9a44f332261856fc45feb46bf881acdd402a /pid-path.patch
parentcacb8edb66ca4f13173e3257d21758f54e885cca (diff)
downloadaur-d9e86389f926e41712d8ad16734c5022e2698acb.tar.gz
Update to 2.1.0
Diffstat (limited to 'pid-path.patch')
-rw-r--r--pid-path.patch26
1 files changed, 13 insertions, 13 deletions
diff --git a/pid-path.patch b/pid-path.patch
index 4593aedcb792..bed2d38db067 100644
--- a/pid-path.patch
+++ b/pid-path.patch
@@ -1,16 +1,3 @@
---- Makefile.am 2012-07-17 08:53:51.000000000 +0200
-+++ Makefile.am 2012-11-20 21:56:11.000000000 +0100
-@@ -36,8 +36,8 @@
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/opendnssec/signconf
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/opendnssec/unsigned
- $(INSTALL) -d $(DESTDIR)$(localstatedir)/opendnssec/signed
-- $(INSTALL) -d $(DESTDIR)$(localstatedir)/run
-- $(INSTALL) -d $(DESTDIR)$(localstatedir)/run/opendnssec
-+ $(INSTALL) -d $(DESTDIR)/run
-+ $(INSTALL) -d $(DESTDIR)/run/opendnssec
-
- docs:
- (cd libhsm; $(MAKE) doxygen)
--- m4/opendnssec_common.m4 2012-11-01 11:56:59.000000000 +0100
+++ m4/opendnssec_common.m4 2012-11-20 21:52:56.000000000 +0100
@@ -17,7 +17,7 @@
@@ -22,3 +9,16 @@
AC_SUBST([OPENDNSSEC_BIN_DIR])
AC_SUBST([OPENDNSSEC_SBIN_DIR])
+--- Makefile.am 2017-02-22 10:07:33.000000000 +0100
++++ Makefile.am2 2017-03-24 20:15:51.521144206 +0100
+@@ -36,8 +36,8 @@
+ $(INSTALL) @INSTALLATIONUSERARG@ @INSTALLATIONGROUPARG@ -d $(DESTDIR)$(localstatedir)/opendnssec/signconf
+ $(INSTALL) @INSTALLATIONUSERARG@ @INSTALLATIONGROUPARG@ -d $(DESTDIR)$(localstatedir)/opendnssec/unsigned
+ $(INSTALL) @INSTALLATIONUSERARG@ @INSTALLATIONGROUPARG@ -d $(DESTDIR)$(localstatedir)/opendnssec/signed
+- $(INSTALL) -d $(DESTDIR)$(localstatedir)/run
+- $(INSTALL) @INSTALLATIONUSERARG@ @INSTALLATIONGROUPARG@ -d $(DESTDIR)$(localstatedir)/run/opendnssec
++ $(INSTALL) -d $(DESTDIR)/run
++ $(INSTALL) @INSTALLATIONUSERARG@ @INSTALLATIONGROUPARG@ -d $(DESTDIR)/run/opendnssec
+
+ docs:
+ (cd libhsm; $(MAKE) doxygen)