Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 1999 20:23:12 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc rc.shutdown src/sbin/init init.c src/sbin/mount_nfs Makefile mount_nfs.c src/sbin/umount Makefile umount.c
Message-ID:  <199911220423.UAA02494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/11/21 20:23:12 PST

  Modified files:
    etc                  rc rc.shutdown 
    sbin/init            init.c 
    sbin/mount_nfs       Makefile mount_nfs.c 
    sbin/umount          Makefile umount.c 
  Log:
      Finish up umntall support.  init now passed an argument to the
      rundown script 'reboot' or 'single'.  ISO support (which never
      worked) has been removed from mount_nfs.  mount_nfs and umount
      now use mounttab, which allows umntall to work properly.  The
      rc scripts now call umntall as appropriate.
  
  Submitted by:	Martin Blapp <mb@imp.ch>
  
  Revision  Changes    Path
  1.202     +25 -4     src/etc/rc
  1.4       +10 -1     src/etc/rc.shutdown
  1.37      +9 -4      src/sbin/init/init.c
  1.7       +6 -3      src/sbin/mount_nfs/Makefile
  1.35      +7 -61     src/sbin/mount_nfs/mount_nfs.c
  1.6       +6 -3      src/sbin/umount/Makefile
  1.22      +19 -3     src/sbin/umount/umount.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911220423.UAA02494>