For When You Can't Have The Real Thing
[ start | index | login ]
start > Sun > Stop-A

Stop-A

Created by dave. Last edited by dave, 16 years and 221 days ago. Viewed 4,623 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Controlling Stop-A (Stop-L1) behavior

To enable Stop-A, prepend an asterisk, "*", to the following line in the /etc/system file.

#vi /etc/system
…
*set abort_enable = 0
OR
set abort_enable = 1
:wq!
#init 6

To disable Stop-A, add "set abort_enable = 0" to the /etc/system file

#vi /etc/system
…
set abort_enable =0
:wq!
#init 6
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt