]> git.pld-linux.org Git - packages/samba.git/commitdiff
set TMPDIR to /tmp
authorArtur Frysiak <artur@frysiak.net>
Tue, 29 Aug 2000 09:14:37 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smb.init -> 1.5

smb.init

index a4153feb43ab79abb42de12e5fbb9ae57afc4c4d..5bbd5482b87bd1f1030824a62cf7827531ef57d9 100644 (file)
--- a/smb.init
+++ b/smb.init
@@ -23,7 +23,8 @@ if is_no "${NETWORKING}"; then
         msg_Network_Down smb
         exit 1
 fi
-                       
+
+TMPDIR="/tmp"; export TMPDIR
 
 # Check that smb.conf exists.
 [ -f /etc/samba/smb.conf ] || exit 0
This page took 0.042625 seconds and 4 git commands to generate.