aboutsummaryrefslogtreecommitdiff
path: root/share/examples/worm
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-26 11:38:10 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-26 11:38:10 +0000
commit88dd5f418881bbf016e0e07604af08973ab2b452 (patch)
tree9461544861733ccee702adb2df2c1418cb4a00ec /share/examples/worm
parent8e7237d599e959bb09946757bd2f6fd7a49774fa (diff)
Notes
Diffstat (limited to 'share/examples/worm')
-rwxr-xr-xshare/examples/worm/burncd.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/examples/worm/burncd.sh b/share/examples/worm/burncd.sh
index 9d11925cd9f4..5b1004c8f1af 100755
--- a/share/examples/worm/burncd.sh
+++ b/share/examples/worm/burncd.sh
@@ -1,5 +1,7 @@
#!/bin/sh
#
+# $FreeBSD$
+#
# usage: burncd input-file
#
# Note: This is set up to work ONLY on the HP 4020i CDR drive!
@@ -31,9 +33,9 @@ else
echo -n "Place CD in the worm drive now and press return: "
read junk
fname=$1; shift
- scsi -f /dev/rworm0.ctl -c "0 0 0 0 0 0" >/dev/null 2>&1
+ scsi -f /dev/worm0.ctl -c "0 0 0 0 0 0" >/dev/null 2>&1
wormcontrol prepdisk double $*
wormcontrol track data
- rtprio 5 team -v 1m 5 < $fname | rtprio 5 dd of=/dev/rworm0 obs=20k
+ rtprio 5 team -v 1m 5 < $fname | rtprio 5 dd of=/dev/worm0 obs=20k
wormcontrol fixate 1
fi