[Fai-commit] r6514 - trunk/examples/simple/scripts/FAIBASE
Thomas Lange
lange at alioth.debian.org
Thu Apr 28 10:05:01 UTC 2011
Author: lange
Date: 2011-04-28 10:04:54 +0000 (Thu, 28 Apr 2011)
New Revision: 6514
Modified:
trunk/examples/simple/scripts/FAIBASE/10-misc
Log:
add -c to chmod, chown
Modified: trunk/examples/simple/scripts/FAIBASE/10-misc
===================================================================
--- trunk/examples/simple/scripts/FAIBASE/10-misc 2011-04-28 09:19:47 UTC (rev 6513)
+++ trunk/examples/simple/scripts/FAIBASE/10-misc 2011-04-28 10:04:54 UTC (rev 6514)
@@ -14,8 +14,8 @@
fcopy -iM /etc/hosts /etc/motd
# make /root accessible only by root
-chmod 0700 $target/root
-chown root:root $target/root
+chmod -c 0700 $target/root
+chown -c root:root $target/root
# copy default dotfiles for root account
fcopy -ir /root
More information about the Fai-commit
mailing list