diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 12:26:10 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-12-01 12:26:10 +0000 |
commit | e70f35f7b85567a7a44a33f6870cbbe4abe01d22 (patch) | |
tree | 2da2bdee2292cf4159029066b80514acc7fcf09d /move/move.pm | |
parent | dc5e009bf083456d8c39d089b363cc2eb5d9f193 (diff) | |
download | drakx-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar drakx-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar.gz drakx-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar.bz2 drakx-e70f35f7b85567a7a44a33f6870cbbe4abe01d22.tar.xz drakx-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.pm | 2 |
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'); |