From 3027e72f0efb4632f520f8945a9930e27d60e9c2 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 6 Nov 1996 13:29:42 +0000 Subject: Minor bugfix in the cdburn example (one rtprio was missing). --- share/examples/worm/burncd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/examples/worm') 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 -- cgit v1.1