]> andersk Git - moira.git/commitdiff
Fixed setquota; removed rm welcome; fixed modes on dot files
authorqjb <qjb>
Fri, 19 Aug 1988 14:54:06 +0000 (14:54 +0000)
committerqjb <qjb>
Fri, 19 Aug 1988 14:54:06 +0000 (14:54 +0000)
gen/install_dirs

index 376113a744328b46a5f5fbac1a29b86088a51d5e..2eb0d292e7e7d3658d8fea3318483264b0d6d43b 100644 (file)
@@ -21,10 +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 .)
 if ($status) exit $SMS_PROTO
 rm -rf $TMPSTOR
@@ -69,7 +65,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.035498 seconds and 5 git commands to generate.