From e70f35f7b85567a7a44a33f6870cbbe4abe01d22 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 1 Dec 2003 12:26:10 +0000 Subject: to mount samba shared without warning messages we need /var/lib/samba/codepages/* --- move/move.pm | 2 ++ 1 file changed, 2 insertions(+) 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'); -- cgit v1.2.1