home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 2 / CD ACTUAL VOL 2.iso / contents / scripts / sysvinit < prev    next >
Encoding:
Text File  |  1995-09-10  |  191 b   |  7 lines

  1. ( cd sbin ; rm -rf telinit )
  2. ( cd sbin ; ln -sf  init telinit )
  3. ( cd sbin ; rm -rf reboot )
  4. ( cd sbin ; ln -sf  halt reboot )
  5. ( cd etc/rc.d ; rm -rf rc.0 )
  6. ( cd etc/rc.d ; ln -sf rc.6 rc.0 )
  7.