[csw-devel] SF.net SVN: gar:[2848] csw/mgar/pkg/dcc/trunk/Makefile

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Fri Jan 16 17:45:23 CET 2009


Revision: 2848
          http://gar.svn.sourceforge.net/gar/?rev=2848&view=rev
Author:   bonivart
Date:     2009-01-16 16:45:22 +0000 (Fri, 16 Jan 2009)

Log Message:
-----------
dcc: uid fix

Modified Paths:
--------------
    csw/mgar/pkg/dcc/trunk/Makefile

Modified: csw/mgar/pkg/dcc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dcc/trunk/Makefile	2009-01-16 16:06:04 UTC (rev 2847)
+++ csw/mgar/pkg/dcc/trunk/Makefile	2009-01-16 16:45:22 UTC (rev 2848)
@@ -19,8 +19,7 @@
 CONFIGURE_ARGS += --mandir=/opt/csw/share/man
 CONFIGURE_ARGS += --with-installroot=$(DESTDIR)
 CONFIGURE_ARGS += --with-DCC-MD5
-#CONFIGURE_ARGS += --with-uid=bonivart
-CONFIGURE_ARGS += --with-uid=dcc
+CONFIGURE_ARGS += --with-uid=bonivart
 #CONFIGURE_ARGS += --with-cgibin=/var/opt/csw/dcc/cgi-bin
 CONFIGURE_ARGS += --with-cgibin=/opt/csw/dcc/cgi-bin
 CONFIGURE_ARGS += --with-rundir=/var/opt/csw/dcc/run
@@ -51,6 +50,9 @@
 	   mv tmp.sed Makefile ; \
 	   cd .. ; \
 	   gmake install )
+	@( cd $(DESTDIR)/var/opt/csw/$(GARNAME) ; \
+	  sed 's/bonivart/dcc/' dcc_conf > tmp.sed ; \
+	  mv tmp.sed dcc_conf )
 	@$(foreach FILE, $(CONFFILES), mv $(DESTDIR)/var/opt/csw/$(GARNAME)/$(FILE) $(DESTDIR)/var/opt/csw/$(GARNAME)/$(FILE).CSW ;)
 	@ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)/misc
 	@$(foreach FILE, $(DOCFILES), cp $(WORKSRC)/$(FILE) $(DESTDIR)$(docdir)/$(GARNAME)/$(FILE) ;)


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