[csw-devel] SF.net SVN: gar:[11832] csw/mgar/pkg/freeradius/trunk/Makefile
gadavis at users.sourceforge.net
gadavis at users.sourceforge.net
Tue Dec 7 23:37:43 CET 2010
Revision: 11832
http://gar.svn.sourceforge.net/gar/?rev=11832&view=rev
Author: gadavis
Date: 2010-12-07 22:37:42 +0000 (Tue, 07 Dec 2010)
Log Message:
-----------
Fix init script name, preserve radness... err contents... of raddb
Modified Paths:
--------------
csw/mgar/pkg/freeradius/trunk/Makefile
Modified: csw/mgar/pkg/freeradius/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeradius/trunk/Makefile 2010-12-07 22:22:34 UTC (rev 11831)
+++ csw/mgar/pkg/freeradius/trunk/Makefile 2010-12-07 22:37:42 UTC (rev 11832)
@@ -35,6 +35,8 @@
# move all of the var stuff to /var/opt/csw
localstatedir = /var$(prefix)
+PRESERVECONF = $(raddbdir)/.*
+
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += CC=$(CC) CXX=$(CXX) F77=$(F77) FC=$(FC)
CONFIGURE_ARGS += CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"
@@ -142,7 +144,7 @@
INSTALL_ARGS += R=$(DESTDIR)
-INITSMF = /etc/opt/csw/init.d/cswapache2
+INITSMF = /etc/opt/csw/init.d/cswfreeradius
include gar/category.mk
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