home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-09 / text0179.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.0 KB  |  29 lines

  1. > Umm, has someone considered the way linux does it ?
  2. > (in rc)
  3. >     if [-x /etc/NETWORK];then
  4. >         cd /etc/rc.d
  5. >         rc.inet1
  6. >         rc.inet2
  7. >     fi
  8.  
  9. Eh, why do you want an additional file influencing totally 
  10. unrelated files? To repeat my argument: /etc/netstart already contains 
  11. flag variables that control starting/not-starting of certain daemons. It 
  12. would be very easy (and consistent) to add other flags to control other
  13. daemons, you might even add a master "no_net" variable that turns all the
  14. others off. If you make the default "no_net", everyone should be able
  15. to use the system, as to make it usable for network access, you *have*
  16. to edit some files anyway. For example, in netstart, you have to set
  17. your hostname, domainname, you have to enable the interfaces available
  18. in your system. It comes natural, that doing that, you also enable the
  19. network. No need for a separate file, really.
  20.  
  21. -Markus
  22. -- 
  23. CHUUG/EUnet Switzerland                Markus Wild
  24. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  25. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  26.  
  27.