patches/c-icap-01-chgrp.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2184 d249639097b1
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2184
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     1
--- c_icap-060708rc3/Makefile.in	Mon Jun 29 22:45:40 2009
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     2
+++ c_icap-060708rc3-patch/Makefile.in	Sat Sep 19 16:04:50 2009
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     3
@@ -1306,9 +1306,7 @@
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     4
 	if test ! -f $(DESTDIR)$(CONFIGDIR)/c-icap.magic; then $(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic; fi
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     5
 	$(mkinstalldirs)  $(DESTDIR)$(LOGDIR); 
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     6
 	$(mkinstalldirs)  $(DESTDIR)$(SOCKDIR);
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     7
-	chgrp nobody $(DESTDIR)$(LOGDIR)
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     8
 	chmod 775 $(DESTDIR)$(LOGDIR)
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
     9
-	chgrp nobody $(DESTDIR)$(SOCKDIR)
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
    10
 	chmod 775 $(DESTDIR)$(SOCKDIR)
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
    11
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
d249639097b1 * SFEclamav.spec: update to 0.95.2
jurikm
parents:
diff changeset
    12
 # Otherwise a system limit (for SysV at least) may be exceeded.