[csw-devel] SF.net SVN: gar:[4346] csw/mgar/pkg/nsd/trunk/Makefile
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Thu Apr 16 14:43:17 CEST 2009
Revision: 4346
http://gar.svn.sourceforge.net/gar/?rev=4346&view=rev
Author: idogan23
Date: 2009-04-16 12:43:17 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
nsd: changed db file paths to /var/opt/csw/nsd
Modified Paths:
--------------
csw/mgar/pkg/nsd/trunk/Makefile
Modified: csw/mgar/pkg/nsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nsd/trunk/Makefile 2009-04-16 12:43:01 UTC (rev 4345)
+++ csw/mgar/pkg/nsd/trunk/Makefile 2009-04-16 12:43:17 UTC (rev 4346)
@@ -29,8 +29,12 @@
CONFIGURE_ARGS += --with-ssl=/opt/csw
CONFIGURE_ARGS += --with-pidfile=/var/run/nsd.pid
CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw
+CONFIGURE_ARGS += --with-dbfile=/var/opt/csw/nsd/nsd.db
+CONFIGURE_ARGS += --with-difffile=/var/opt/csw/nsd/ixfr.db
+CONFIGURE_ARGS += --with-xfrdfile=/var/opt/csw/nsd/xfrd.state
post-install-modulated:
+ @ginstall -d $(DESTDIR)/var/opt/csw/nsd
@mv $(DESTDIR)/etc/opt/csw/nsd/nsd.conf.sample $(DESTDIR)/etc/opt/csw/nsd/nsd.conf.CSW
@ginstall -m 755 $(FILEDIR)/cswusergroup $(DESTDIR)/etc/opt/csw/nsd/cswusergroup
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