]> git.pld-linux.org Git - packages/samba.git/commitdiff
- unset $TMP (inaccessible for samba uid when samba started via sudo)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Feb 2006 16:55:19 +0000 (16:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smb.init -> 1.18

smb.init

index 0889943a9c5d90ed239bcc1ca869d907a9649c54..c55adf9bf01aae650fcf349eb64581348fc5cc5a 100644 (file)
--- a/smb.init
+++ b/smb.init
@@ -31,6 +31,7 @@ else
 fi
 
 TMPDIR="/tmp"; export TMPDIR
+unset TMP || :
 
 # Check that smb.conf exists.
 [ -f /etc/samba/smb.conf ] || exit 0
This page took 0.049016 seconds and 4 git commands to generate.