cvs commit: src/share/man/man5 rc.conf.5 src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d Makefile cleanvar cleartmp diskless hostname resolv tmp var

Brooks Davis brooks at FreeBSD.org
Tue Mar 23 15:22:36 PST 2004


brooks      2004/03/23 15:22:35 PST

  FreeBSD src repository

  Modified files:
    share/man/man5       rc.conf.5 
    etc                  rc.subr 
    etc/defaults         rc.conf 
    etc/rc.d             Makefile cleanvar cleartmp hostname 
                         resolv tmp var 
  Removed files:
    etc/rc.d             diskless 
  Log:
  Overhaul the /etc/rc.d/diskless script by splitting it out into
  hostname, resolve, tmp, and var scripts.  The latter three are new and
  were repo copied.  These scripts no longer depend on being booted with
  and NFS root instead attempt to automaticly create mfs /tmp and /var
  volumes if the they are not writable.  This behavior can be overridden
  in /etc/rc.conf.
  
  Reviewed by:    luigi, pjd
  
  Revision  Changes    Path
  1.202     +5 -0      src/etc/defaults/rc.conf
  1.36      +4 -4      src/etc/rc.d/Makefile
  1.6       +1 -1      src/etc/rc.d/cleanvar
  1.10      +1 -1      src/etc/rc.d/cleartmp
  1.32      +0 -173    src/etc/rc.d/diskless (dead)
  1.6       +8 -0      src/etc/rc.d/hostname
  1.32      +11 -128   src/etc/rc.d/resolv
  1.32      +26 -134   src/etc/rc.d/tmp
  1.32      +56 -132   src/etc/rc.d/var
  1.26      +13 -0     src/etc/rc.subr
  1.209     +42 -0     src/share/man/man5/rc.conf.5


More information about the cvs-all mailing list