diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-06 13:21:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-06 13:21:48 +0000 |
commit | da7f92fb4a57007ef3de9c2cb3be6a8ea1719083 (patch) | |
tree | 139489be10b0e9a662dff41cc847560b92ad19ab /move | |
parent | 59ecaaa3cd1026c04906edbb07b41a4db0b9d181 (diff) | |
download | drakx-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar drakx-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar.gz drakx-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar.bz2 drakx-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.tar.xz drakx-da7f92fb4a57007ef3de9c2cb3be6a8ea1719083.zip |
needless chmod a+w /dev files since we use devfs
Diffstat (limited to 'move')
-rwxr-xr-x | move/make_live | 1 |
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) |