[csw-devel] SF.net SVN: gar:[5023] csw/mgar/pkg/nsd/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Sun May 24 14:21:04 CEST 2009
Revision: 5023
http://gar.svn.sourceforge.net/gar/?rev=5023&view=rev
Author: idogan23
Date: 2009-05-24 12:21:04 +0000 (Sun, 24 May 2009)
Log Message:
-----------
nsd: fix to to prevent the dbdir from being created twice
Modified Paths:
--------------
csw/mgar/pkg/nsd/trunk/checksums
csw/mgar/pkg/nsd/trunk/files/Makefile.in.diff
Modified: csw/mgar/pkg/nsd/trunk/checksums
===================================================================
--- csw/mgar/pkg/nsd/trunk/checksums 2009-05-24 09:18:56 UTC (rev 5022)
+++ csw/mgar/pkg/nsd/trunk/checksums 2009-05-24 12:21:04 UTC (rev 5023)
@@ -1,4 +1,4 @@
-f6712cc1882e9138cc8ab8caf6947e8c download/Makefile.in.diff
+bc1f6a6a33f1204454cf013273f0521c download/Makefile.in.diff
0eece57abde9d1cef8a962461b453d03 download/cswnsd
7a7560acb5d56847ea16fb8cd77b6ca5 download/cswusergroup
a0dcb0a3b3c1a8d386125eeafe403f58 download/nsd-3.2.2.tar.gz
Modified: csw/mgar/pkg/nsd/trunk/files/Makefile.in.diff
===================================================================
--- csw/mgar/pkg/nsd/trunk/files/Makefile.in.diff 2009-05-24 09:18:56 UTC (rev 5022)
+++ csw/mgar/pkg/nsd/trunk/files/Makefile.in.diff 2009-05-24 12:21:04 UTC (rev 5023)
@@ -1,12 +1,14 @@
diff --speed-large-files --minimal -Nru nsd-3.2.2.orig/Makefile.in nsd-3.2.2/Makefile.in
--- nsd-3.2.2.orig/Makefile.in 2009-04-03 13:56:43.000000000 +0200
-+++ nsd-3.2.2/Makefile.in 2009-05-19 12:20:51.924377514 +0200
-@@ -318,7 +318,7 @@
++++ nsd-3.2.2/Makefile.in 2009-05-24 14:18:20.279730811 +0200
+@@ -318,8 +318,8 @@
install: all
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) -d $(DESTDIR)$(configdir)
- $(INSTALL) -d $(DESTDIR)$(piddir)
+- $(INSTALL) -d $(DESTDIR)$(dbdir)
+# $(INSTALL) -d $(DESTDIR)$(piddir)
- $(INSTALL) -d $(DESTDIR)$(dbdir)
++# $(INSTALL) -d $(DESTDIR)$(dbdir)
$(INSTALL) -d $(DESTDIR)$(mandir)
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
+ $(INSTALL) -d $(DESTDIR)$(mandir)/man5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list