home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21698 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  824 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: sysvinit...
  5. Date: 25 Dec 1992 23:01:40 -0600
  6. Organization: Kansas State University
  7. Lines: 25
  8. Message-ID: <1hgovkINNffm@matt.ksu.ksu.edu>
  9. References: <marcf.725339107@yorku.ca>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. marcf@nexus.yorku.ca (Marc G Fournier) writes:
  13.  
  14. >Hi...
  15.  
  16. >    Just installed sysvinit...upon reboot, I get an error to the 
  17. >effect of:
  18.  
  19. >    INIT: Warning: Invalid action field in line 4 of /etc/inittab
  20.  
  21. >    which reads:
  22.  
  23. >    id:4:initdefault
  24.  
  25. >    Why?
  26.  
  27. >Thanks...
  28.  
  29. >Marc
  30.  
  31. Looking at the example included with the sysvinit package, and at an actual
  32. SYSV inittab shows you need one more colon. It should look as follows.
  33.  
  34. id:4:initdefault:
  35.  
  36. James
  37.