SOURCES: majordomo-install.patch (NEW) - don't try to set attributes/group/...
lisu
lisu at pld-linux.org
Mon Jan 26 14:34:18 CET 2009
Author: lisu Date: Mon Jan 26 13:34:18 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't try to set attributes/group/owner
---- Files affected:
SOURCES:
majordomo-install.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/majordomo-install.patch
diff -u /dev/null SOURCES/majordomo-install.patch:1.1
--- /dev/null Mon Jan 26 14:34:19 2009
+++ SOURCES/majordomo-install.patch Mon Jan 26 14:34:13 2009
@@ -0,0 +1,13 @@
+--- majordomo-1.94.5/install.sh~ 2009-01-26 13:22:14.000000000 +0100
++++ majordomo-1.94.5/install.sh 2009-01-26 13:22:00.000000000 +0100
+@@ -185,6 +185,10 @@
+ exit 1
+ fi
+
++CHOWNIT=false
++CHGROUPIT=false
++CHMODIT=false
++
+ ## Making a directory?
+ if [ X"$1" = X. ] ; then
+ DEST="$2"
================================================================
More information about the pld-cvs-commit
mailing list