summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-22 18:53:54 +0000
committerRoy Marples <roy@marples.name>2007-11-22 18:53:54 +0000
commit6aadda49659330230abb80e10c0c7ff865137d5f (patch)
tree86cfabf2169114abc91a458b989314dcc6957e83 /init.d
parenta1b9dabf4e89b9f4bb7f0c318ff87bb4d0be2168 (diff)
downloadopenrc-6aadda49659330230abb80e10c0c7ff865137d5f.tar.gz
openrc-6aadda49659330230abb80e10c0c7ff865137d5f.tar.bz2
openrc-6aadda49659330230abb80e10c0c7ff865137d5f.tar.xz
We no longer need this hack for FreeBSD-7
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/localmount6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 0e04190..3f8ce42 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