patches/c-icap-01-chgrp.diff
author jurikm
Sat, 19 Sep 2009 18:18:10 +0000
changeset 2184 d249639097b1
permissions -rw-r--r--
* SFEclamav.spec: update to 0.95.2 * SFEc-icap.spec: Initial spec * patches/c-icap-01-chgrp.diff: now chgrp during build * patches/c-icap-02-conf.diff: minor changes to default config * ext-sources/c-icap.xml: basic SMF manifest

--- c_icap-060708rc3/Makefile.in	Mon Jun 29 22:45:40 2009
+++ c_icap-060708rc3-patch/Makefile.in	Sat Sep 19 16:04:50 2009
@@ -1306,9 +1306,7 @@
 	if test ! -f $(DESTDIR)$(CONFIGDIR)/c-icap.magic; then $(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic; fi
 	$(mkinstalldirs)  $(DESTDIR)$(LOGDIR); 
 	$(mkinstalldirs)  $(DESTDIR)$(SOCKDIR);
-	chgrp nobody $(DESTDIR)$(LOGDIR)
 	chmod 775 $(DESTDIR)$(LOGDIR)
-	chgrp nobody $(DESTDIR)$(SOCKDIR)
 	chmod 775 $(DESTDIR)$(SOCKDIR)
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.