From 6aadda49659330230abb80e10c0c7ff865137d5f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 22 Nov 2007 18:53:54 +0000 Subject: We no longer need this hack for FreeBSD-7 --- init.d/localmount | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init.d/localmount') diff --git a/init.d/localmount b/init.d/localmount index 0e041907..3f8ce423 100755 --- a/init.d/localmount +++ b/init.d/localmount @@ -43,12 +43,6 @@ start() { mount -at "${types}" eend $? "Some local filesystem failed to mount" - # Change the mount options of already mounted partitions - # This is needed when /usr is separate and coming back from single user - if [ "${RC_UNAME}" = "FreeBSD" ] ; then - mount -uao fstab -t "${types},linprocfs" - fi - if [ -x /sbin/savecore ] ; then local dumpdir=${KERNEL_DUMP_DIR:-/var/crash} if ! [ -d "${dumpdir}" ]; then -- cgit v1.2.3