]> andersk Git - moira.git/blobdiff - gen/install_dirs
close file descriptors before exec'ing the dcm
[moira.git] / gen / install_dirs
index 376113a744328b46a5f5fbac1a29b86088a51d5e..117d8be1d49efd7bb64b1630a90d65c720ab536f 100644 (file)
@@ -21,8 +21,6 @@ if ($status) exit $SMS_PROTO
 
 # Make a tarfile containing the user prototype files for future use.
 (cd /usr/prototype_user;tar cf - .) | (cd $TMPSTOR; tar xpf -)
-# Remove the welcome file.  This may change.
-rm -f $TMPSTOR/welcome
 chmod -R 444 $TMPSTOR
 chmod 700 $TMPSTOR/Mail
 (cd $TMPSTOR; tar cf $USERTAR .)
@@ -69,7 +67,7 @@ while (1)
          
          # ***** Remove this when /etc/encorce_quota becomes obsolete!
          # Give this filesystem a 600K quota
-         setquota -u $dev $uid 600
+         setquota $dev $uid 600
          # *****
 
          # Give user prototype files
This page took 0.077152 seconds and 4 git commands to generate.