]> andersk Git - moira.git/commitdiff
update to what we've been running forever
authordanw <danw>
Wed, 2 Jun 1999 21:43:25 +0000 (21:43 +0000)
committerdanw <danw>
Wed, 2 Jun 1999 21:43:25 +0000 (21:43 +0000)
gen/print.sh

index 5d84d8d36d4063a242b85cf1d7ee9bb76991c33f..6d98a96eb228214f2e45f58790153a22a534a69f 100755 (executable)
@@ -7,7 +7,7 @@ MR_MISSINGFILE=47836473
 MR_MKCRED=47836474
 MR_TARERR=47836476
 
-PATH=...
+PATH=/bin
 TARFILE=/var/tmp/print.out
 PCLOCAL=/etc/printcap.local
 PCGEN=/etc/printcap.moira
@@ -20,7 +20,7 @@ test -r $PCLOCAL || exit $MR_MISSINGFILE
 # Unpack the tar file, getting only files that are newer than the
 # on-disk copies (-u).
 cd /
-pax -ru -f $TARFILE || exit $MR_TARERR
+pax -ru -p o -f $TARFILE
 
 # Build full printcap
 cat $PCLOCAL $PCGEN > $PRINTCAP
This page took 0.052774 seconds and 5 git commands to generate.