if  grep  -q  svscan  /etc/inittab;  then
  sedit  "/svscan/d"  /etc/inittab  &&
  message "svscanboot has been removed from /etc/inittab.  'kill -1 1' to reload init."
fi
