From owner-cvs-all Sun Nov 21 20:23:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EFF214E4E; Sun, 21 Nov 1999 20:23:12 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA02494; Sun, 21 Nov 1999 20:23:12 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199911220423.UAA02494@freefall.freebsd.org> From: Matt Dillon Date: Sun, 21 Nov 1999 20:23:12 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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