summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-06 13:21:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-06 13:21:48 +0000
commitda7f92fb4a57007ef3de9c2cb3be6a8ea1719083 (patch)
tree139489be10b0e9a662dff41cc847560b92ad19ab
parent59ecaaa3cd1026c04906edbb07b41a4db0b9d181 (diff)
downloaddrakx-backup-do-not-use-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar
drakx-backup-do-not-use-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar.gz
drakx-backup-do-not-use-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar.bz2
drakx-backup-do-not-use-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar.xz
drakx-backup-do-not-use-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.zip
needless chmod a+w /dev files since we use devfs
-rwxr-xr-xmove/make_live1
1 files changed, 0 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 3761ba30f..9246f9a11 100755
--- a/move/make_live
+++ b/move/make_live
@@ -71,7 +71,6 @@ print "Making live in $::prefix directory.\n";
}
symlinkf('/var/lib/xkb', "$::prefix/etc/X11/xkb/compiled"); # don't want the relative path, prefering the absolute path
-system("find $::prefix/dev -type b -o -type c | xargs chmod a+rw");
substInFile {
#- /lib is ro, for the moment we don't save, we'll see later if we may want to save (using /var/dev-state for example)