summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-01 12:26:10 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-01 12:26:10 +0000
commite70f35f7b85567a7a44a33f6870cbbe4abe01d22 (patch)
tree2da2bdee2292cf4159029066b80514acc7fcf09d /move/move.pm
parentdc5e009bf083456d8c39d089b363cc2eb5d9f193 (diff)
downloaddrakx-backup-do-not-use-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar
drakx-backup-do-not-use-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar.gz
drakx-backup-do-not-use-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar.bz2
drakx-backup-do-not-use-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar.xz
drakx-backup-do-not-use-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.zip
to mount samba shared without warning messages we need /var/lib/samba/codepages/*
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index cc3bc2d8e..67f65be88 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -113,6 +113,8 @@ sub init {
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);
+ mkdir_p(dirname("/var/$_")), symlinkf_short("/image/var/$_", "/var/$_") foreach qw(lib/samba);
+
#- non-trivial files/directories that need be readable, files that will be overwritten
handle_etcfiles('READ', 'OVERWRITE');