From owner-cvs-all Sat Jan 15 6:28:19 2000 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 C156314C96; Sat, 15 Jan 2000 06:28:15 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA72007; Sat, 15 Jan 2000 06:28:15 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200001151428.GAA72007@freefall.freebsd.org> From: Brian Feldman Date: Sat, 15 Jan 2000 06:28:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.network src/sbin/mount mount.c src/usr.sbin/rpc.umntall mounttab.c rpc.umntall.8 rpc.umntall.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 2000/01/15 06:28:15 PST Modified files: etc rc rc.network sbin/mount mount.c usr.sbin/rpc.umntall mounttab.c rpc.umntall.8 rpc.umntall.c Log: This is another in Martin Blapp's N-series of mount-related cleanups :) Changes are: - rpc.umntall is called at the right places now in /etc/rc* - rpc.umntall timeout has been lowered from two days (too high) to one - verbose messages in rpc.umntall have been clarified - kill double entries in /var/db/mounttab when rpc.umntall is invoked - ${early_nfs_mounts} has been removed from /etc/rc - patched mount(8) -p to print different pass/dump values for ufs filesystems. (last patch recieved from dan ) Submitted by: Martin Blapp , dan Revision Changes Path 1.209 +5 -39 src/etc/rc 1.69 +8 -1 src/etc/rc.network 1.39 +7 -4 src/sbin/mount/mount.c 1.2 +9 -4 src/usr.sbin/rpc.umntall/mounttab.c 1.4 +2 -2 src/usr.sbin/rpc.umntall/rpc.umntall.8 1.3 +7 -6 src/usr.sbin/rpc.umntall/rpc.umntall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message