::sysinit:/etc/rc.d/rc.sysinit
::sysinit:/etc/rc.d/rc.3

# Start an "askfirst" shell on the console (whatever that may be)
#::askfirst:-/bin/sh
#tty1::respawn:/sbin/getty 38400 tty1
tty1::askfirst:-/bin/sh
#tty2::askfirst:-/bin/sh

# /sbin/getty invocations for selected ttys
#tty4::respawn:/sbin/getty 38400 tty5

#::respawn:/sbin/getty -L ttyS0 115200 vt100 -n -l /home/admin/nconfig
::respawn:/sbin/getty -L ttyS0 115200 vt100 

# Stuff to do when restarting the init process
#::restart:/etc/rc.d/rc.6

# Stuff to do before rebooting
::ctrlaltdel:/sbin/reboot
::shutdown:/sbin/killall5 -15
::shutdown:/bin/sleep 5
::shutdown:/sbin/killall5 -9
#::shutdown:/etc/rc.d/rc.0
#::shutdown:/sbin/hwclock --localtime --systohc
::shutdown:/bin/umount -a -r
::shutdown:/sbin/swapoff -a

