diff options
-rwxr-xr-x | init.d/localmount | 6 |
1 files changed, 0 insertions, 6 deletions
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 |