> From: Achim Steinmetz
> I have changed /etc/inittab to let ctrl+alt+del do the job:
>
> # Trap CTRL-ALT-DELETE
> ca::ctrlaltdel:/usr/bin/apm -s
Some linux systems have their X server hang when doing apm -s.
(Mine included, of course.)
Folks with this affliction might want switch to the console
virtual terminal then suspend...
chvt 1; apm -s
as root, or, more appropiately...
sudo chvt 1; sudo apm -s
I have these commands in a script, say, my-suspend and then
do "xapmload --click-command my-suspend". [1]
steve
-- -- -- --
Steve Rader
Systems and Network Manager
WiscNet--Internetworking for Wisconsin
[EMAIL PROTECTED]
608-265-6761
bash: syntax error near unexpected token `=:)'
[1] <http://teak.wiscnet.net/xapmload>