]> andersk Git - moira.git/blobdiff - gen/prlogger.sh
increase size of machine hash table
[moira.git] / gen / prlogger.sh
index 6358456e01dd7a7d642e7a188198ebc08385776c..ef11f9870bc99beeb51e9ef623b4a5438229805b 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+PATH=/bin:/usr/ucb:/usr/bin
+
 MR_TARERR=47836476
 MR_MISSINGFILE=47836473
 
@@ -10,14 +12,14 @@ if [ ! -r $INFILE ]; then
        exit $MR_MISSINGFILE
        fi
 
-/bin/mv $INFILE $OUTFILE
+mv $INFILE $OUTFILE
 if [ $? != 0 ]; then
        exit $MR_TARERR
        fi
 
 /usr/spool/quota/users/moira_update &
 
-/bin/rm -f $0 $INFILE
+rm -f $0 $INFILE
 exit 0
 
 # $Header$
This page took 0.028139 seconds and 4 git commands to generate.