summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-19 12:47:40 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-19 12:47:40 +0000
commit76d09a8aa97468b209ba53d86a8cd4114de282dd (patch)
tree885b758b8c7167cfbf3b7457918de8138782e542
parentf82932d19b473b1dca75fd9fe907a2e978aa4bca (diff)
downloaddrakx-backup-do-not-use-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar
drakx-backup-do-not-use-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar.gz
drakx-backup-do-not-use-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar.bz2
drakx-backup-do-not-use-76d09a8aa97468b209ba53d86a8cd4114de282dd.tar.xz
drakx-backup-do-not-use-76d09a8aa97468b209ba53d86a8cd4114de282dd.zip
tired of unworkable root enviro
-rw-r--r--move/move.pm1
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');