From 4c837c40349610414a1d46bd8442eb8f441c8c10 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 4 Dec 2003 12:57:06 +0000 Subject: /var/tmp must be user writable for lpr| to work for printing from OOo to work --- move/move.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index f349c20f2..a3bc1cf0b 100644 --- a/move/move.pm +++ b/move/move.pm @@ -141,6 +141,8 @@ sub init { #- to write a file, leading to obscure unexpected failures -d $_ or mkdir_p $_ foreach chomp_(cat_('/image/move/directories-to-create')); + chmod 01777, '/tmp', '/var/tmp'; #- /var/tmp -> badly needed for printing from OOo + #- remaining non existent /etc files are symlinked from the RO volume, #- better to have them RO than non existent. #- PB: problems arise when programs try to open then in O_WRONLY -- cgit v1.2.1