summaryrefslogtreecommitdiffstats
path: root/share/examples/worm
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-14 09:39:22 +0000
committerjkh <jkh@FreeBSD.org>1997-05-14 09:39:22 +0000
commit03469ec934310da282f781a2b6100e8cffe9a7c0 (patch)
tree444385793b3f8d2fe8738516d6cd7eb0a8e4275b /share/examples/worm
parentec9763a7fa233e570da2dfe537088a809741fc8b (diff)
downloadFreeBSD-src-03469ec934310da282f781a2b6100e8cffe9a7c0.zip
FreeBSD-src-03469ec934310da282f781a2b6100e8cffe9a7c0.tar.gz
mkisofs.new -> mkisofs (whoops! just noticed this)
Diffstat (limited to 'share/examples/worm')
-rwxr-xr-xshare/examples/worm/makecdfs.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/examples/worm/makecdfs.sh b/share/examples/worm/makecdfs.sh
index b4e3d74..a3c9925 100755
--- a/share/examples/worm/makecdfs.sh
+++ b/share/examples/worm/makecdfs.sh
@@ -23,6 +23,5 @@ else
tree=$1; shift
outfile=$1; shift
copyright="$*"
- mkisofs.new $bootable -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
-# mkisofs -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
+ mkisofs $bootable -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
fi
OpenPOWER on IntegriCloud