Is there something like 'shutdownrc' at SunOS 4.1 ?

Lanfranco Albani albani at cadlab.sublink.ORG
Tue May 28 00:01:15 AEST 1991


smeets at speedy.ada.cci.de (Vincent Smeets) writes:

>I have looked at the 'shutdown' program itself, but that is no
>shellscript so I can't change anything.

Easy, make your own! :-)
Rename /etc/shutdown as /etc/shutdown.bin, write down a script like this:
--------cut-here--------
#!/bin/sh
# add all the stuff you need
  .....
# and say goodbye...
/bin/echo "Good bye, cruel world!"
/etc/shutdown.bin   # the REAL shutdown program
--------cut-here--------
name this /etc/shutdown, check the permissions, et voila'!

Bye, Lanfranco

-- 
Lanfranco Albani - CAD.LAB s.p.a., v. Stalingrado 45, Bologna, Italia
Email: (work:) albani at cadlab.sublink.org, (home:) bob at allan.sublink.org
Phone: (work:) ++39 (51) 371099, (home:) ++39 (51) 727372; 
Fax: ++39 (51) 366964 (work only), Fidonet: 2:332/407.1138 (home only).



More information about the Comp.unix.admin mailing list