aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-10-05 17:07:11 +0000
committerBill Nottingham <notting@redhat.com>1999-10-05 17:07:11 +0000
commita726c880f72b830fa7607a0c8fb696b434428e17 (patch)
treeaf6ea953feb8718c9ea5e9246a8e7db1db7c3abf /rc.d
parentf61fa753dd2ee22f1fac5f32dd4710a12497fd4a (diff)
downloadinitscripts-a726c880f72b830fa7607a0c8fb696b434428e17.tar
initscripts-a726c880f72b830fa7607a0c8fb696b434428e17.tar.gz
initscripts-a726c880f72b830fa7607a0c8fb696b434428e17.tar.bz2
initscripts-a726c880f72b830fa7607a0c8fb696b434428e17.tar.xz
initscripts-a726c880f72b830fa7607a0c8fb696b434428e17.zip
*** empty log message ***r4-50
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 805e7629..5c1c82a1 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -52,7 +52,7 @@ fi
# Turn off Stop-A
if [ -f /proc/sys/kernel/stop-a -a "$MAGIC_SYSRQ" = "no" ]; then
echo "0" > /proc/sys/kernel/stop-a
- action "Turning off Stop-A" /bin/true
+ action "Turning off Stop-A/Break-A" /bin/true
fi
# Set the system clock.