diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | initscripts.spec | 1 | ||||
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1999-10-05 Bill Nottingham <notting@redhat.com> + + * rc.d/rc.sysinit, sysconfig/init, sysconfig.txt: + control stop-a like magic sysrq + 1999-10-05 Jakub Jelinek <jakub@redhat.com> * rc.d/rc.sysinit: diff --git a/initscripts.spec b/initscripts.spec index b25315a5..6d4ece2e 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -197,6 +197,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Oct 5 1999 Bill Nottingham <notting@redhat.com> - assorted brown paper bag fixes - check for programs/files before executing/sourcing them +- control stop-a like magic sysrq * Thu Sep 30 1999 Bill Nottingham <notting@redhat.com> - req. e2fsprogs >= 1.15 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. |