home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23527 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!doc.ic.ac.uk!uknet!gdt!uwe-bristol!slave.uwe.ac.uk!root
  2. From: root@slave.uwe.ac.uk (Operator (Phil/Dylan))
  3. Newsgroups: comp.os.linux
  4. Subject: Re: inetd
  5. Message-ID: <1993Jan11.030952.11707@csd.uwe.ac.uk>
  6. Date: 11 Jan 93 03:09:52 GMT
  7. References: <1993Jan7.131425.8556@sfu.ca> <1993Jan11.024035.11267@csd.uwe.ac.uk>
  8. Sender: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  9. Reply-To: p_copela@csd.uwe.ac.uk
  10. Organization: The New University in the West of England, Bristol (WEB)
  11. Lines: 22
  12. Nntp-Posting-Host: usenet@csd.uwe.ac.uk (uwe nntp usenet poster)
  13.  
  14. as a seperate item,... I'm going to restructure the FAQ to
  15. follow along the lines of the linux-fs-standard such that
  16. /usr/etc/inet will disappear and be replaced with /etc
  17. This is in keeping with a more 'pure' traditional setup
  18. most people who are worried about this should note that you
  19. should be able to avoid confusion in the following manner
  20.  
  21. applies only to people who have /usr as a seperate FS from /
  22.  
  23. umount your /usr
  24. mkdir /usr/etc (this only appears on / (trust me))
  25. ln -s /usr/etc/inet /etc (link (symbolic) to /etc)
  26. mount dev/[s/h]d[a/b]x /usr (remount /usr on top of fake directories)
  27.  
  28. this means that should for any reason /usr NOT mount during
  29. a reboot, the NFS stuff will be able to fuction correctly
  30.  
  31. Phil
  32. =--=
  33.  
  34. ps: can we have a switch to /etc instead of /usr/etc/inet for hard
  35. coded binaries? please?
  36.