summaryrefslogtreecommitdiffstats
path: root/share/examples/worm
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-11-06 13:29:42 +0000
committerjoerg <joerg@FreeBSD.org>1996-11-06 13:29:42 +0000
commit3027e72f0efb4632f520f8945a9930e27d60e9c2 (patch)
tree70d90a6796f5ebf1c3afad28c09ef2a9407991b1 /share/examples/worm
parent4c8f7388e578751aab31ce0b8a982373a002aa7e (diff)
downloadFreeBSD-src-3027e72f0efb4632f520f8945a9930e27d60e9c2.zip
FreeBSD-src-3027e72f0efb4632f520f8945a9930e27d60e9c2.tar.gz
Minor bugfix in the cdburn example (one rtprio was missing).
Diffstat (limited to 'share/examples/worm')
-rwxr-xr-xshare/examples/worm/burncd.sh2
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
OpenPOWER on IntegriCloud