aboutsummaryrefslogtreecommitdiff
path: root/share/examples/worm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-05-14 09:39:22 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-05-14 09:39:22 +0000
commit73ef2076bd9a0a82e33f1a07fcf710ab96e4372e (patch)
tree54b7034ec1d585dfeb6a21b9a95c7e8e318e401b /share/examples/worm
parent01f6848c9c6b1654c64eda0b7ec14bc7f9060d4c (diff)
Notes
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 b4e3d744f9254..a3c992594ae73 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