diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 12:47:40 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 12:47:40 +0000 |
commit | 76d09a8aa97468b209ba53d86a8cd4114de282dd (patch) | |
tree | 885b758b8c7167cfbf3b7457918de8138782e542 | |
parent | f82932d19b473b1dca75fd9fe907a2e978aa4bca (diff) | |
download | drakx-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar drakx-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar.gz drakx-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar.bz2 drakx-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar.xz drakx-76d09a8aa97468b209ba53d86a8cd4114de282dd.zip |
tired of unworkable root enviro
-rw-r--r-- | move/move.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index b2f932604..5ba5c0e9f 100644 --- a/move/move.pm +++ b/move/move.pm @@ -76,6 +76,7 @@ sub init { ifplugd); symlinkf_short("/image/etc/X11/$_", "/etc/X11/$_") foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); + symlinkf_short("/image/root/$_", "/root/$_") foreach qw(.bashrc); #- non-trivial files/directories that need be readable, files that will be overwritten handle_etcfiles('READ', 'OVERWRITE'); |