diff options
author | joerg <joerg@FreeBSD.org> | 1996-11-06 13:29:42 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-11-06 13:29:42 +0000 |
commit | 3027e72f0efb4632f520f8945a9930e27d60e9c2 (patch) | |
tree | 70d90a6796f5ebf1c3afad28c09ef2a9407991b1 /share | |
parent | 4c8f7388e578751aab31ce0b8a982373a002aa7e (diff) | |
download | FreeBSD-src-3027e72f0efb4632f520f8945a9930e27d60e9c2.zip FreeBSD-src-3027e72f0efb4632f520f8945a9930e27d60e9c2.tar.gz |
Minor bugfix in the cdburn example (one rtprio was missing).
Diffstat (limited to 'share')
-rwxr-xr-x | share/examples/worm/burncd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/worm/burncd.sh b/share/examples/worm/burncd.sh index c6af890..c838205 100755 --- a/share/examples/worm/burncd.sh +++ b/share/examples/worm/burncd.sh @@ -34,6 +34,6 @@ else wormcontrol select HP 4020i wormcontrol prepdisk double wormcontrol track data - rtprio 5 team -v 1m 5 < $1 | dd of=/dev/rworm0 obs=20k + rtprio 5 team -v 1m 5 < $1 | rtprio 5 dd of=/dev/rworm0 obs=20k wormcontrol fixate 1 fi |