]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
*** empty log message *** pdnsd-1_1_6-3
authorTomasz Pala <gotar@pld-linux.org>
Sun, 30 Dec 2001 10:53:02 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd-automake.patch -> 1.1
    pdnsd-confdir.patch -> 1.1

pdnsd-automake.patch [new file with mode: 0644]
pdnsd-confdir.patch [new file with mode: 0644]

diff --git a/pdnsd-automake.patch b/pdnsd-automake.patch
new file mode 100644 (file)
index 0000000..d2c0b27
--- /dev/null
@@ -0,0 +1,11 @@
+--- pdnsd-1.1.6/doc/Makefile.am.old    Sun Dec 30 00:21:04 2001
++++ pdnsd-1.1.6/doc/Makefile.am                Sun Dec 30 00:21:12 2001
+@@ -7,7 +7,7 @@
+ install-data-hook:
+       $(mkinstalldirs) $(DESTDIR)/$(sysconfdir)
+-      # For both source installs and RPM builds
++# For both source installs and RPM builds
+       if test `whoami` = "root"; then \
+         $(INSTALL) -o 0 -g 0 -m 644 pdnsd.conf $(DESTDIR)/$(sysconfdir)/pdnsd.conf.sample ; \
+       else \
diff --git a/pdnsd-confdir.patch b/pdnsd-confdir.patch
new file mode 100644 (file)
index 0000000..0fcc2df
--- /dev/null
@@ -0,0 +1,11 @@
+--- pdnsd-1.1.6/configure.in.old       Mon Jul  2 20:40:20 2001
++++ pdnsd-1.1.6/configure.in           Sun Dec 30 00:28:39 2001
+@@ -4,7 +4,7 @@
+ test -z "$CFLAGS" && CFLAGS="-Wall -pedantic -g"
+-CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE -DCONFDIR=\"\\\"@sysconfdir@\\\"\""
++CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE -DCONFDIR=\"\\\"$sysconfdir\\\"\""
+ PACKAGE="pdnsd"
+ VERSION=`cat version`
This page took 0.029575 seconds and 4 git commands to generate.