[Glibc-bsd-commits] r5753 - branches/jessie/freebsd-utils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Wed Aug 12 14:58:32 UTC 2015


Author: stevenc-guest
Date: 2015-08-12 14:58:32 +0000 (Wed, 12 Aug 2015)
New Revision: 5753

Modified:
   branches/jessie/freebsd-utils/debian/changelog
   branches/jessie/freebsd-utils/debian/freebsd-utils.init
Log:
Don't set up /etc/mtab here;  the root is still read-only
at this point, and sysvinit already does this correctly.


Modified: branches/jessie/freebsd-utils/debian/changelog
===================================================================
--- branches/jessie/freebsd-utils/debian/changelog	2015-08-12 14:54:43 UTC (rev 5752)
+++ branches/jessie/freebsd-utils/debian/changelog	2015-08-12 14:58:32 UTC (rev 5753)
@@ -1,3 +1,10 @@
+freebsd-utils (10.1~svn273304-2+kbsd8u1) UNRELEASED; urgency=medium
+
+  * Don't set up /etc/mtab here;  the root is still read-only
+    at this point, and sysvinit already does this correctly.
+
+ -- Steven Chamberlain <steven at pyro.eu.org>  Wed, 12 Aug 2015 14:56:01 +0000
+
 freebsd-utils (10.1~svn273304-2) experimental; urgency=medium
 
   * fstype_alias.diff:  accept some Linux-style names for `mount -t`

Modified: branches/jessie/freebsd-utils/debian/freebsd-utils.init
===================================================================
--- branches/jessie/freebsd-utils/debian/freebsd-utils.init	2015-08-12 14:54:43 UTC (rev 5752)
+++ branches/jessie/freebsd-utils/debian/freebsd-utils.init	2015-08-12 14:58:32 UTC (rev 5753)
@@ -20,12 +20,6 @@
 
 case "$1" in
   start)
-    if [ "$(readlink /etc/mtab)" != "/proc/mounts" ] ; then
-      log_warning_msg "Warning: replacing /etc/mtab by a symlink to /proc/mounts."
-      rm -f /etc/mtab
-      ln -sf /proc/mounts /etc/mtab
-    fi
-
     log_action_begin_msg "Loading devfs rules"
     if devfs ruleset 1 ; then
       devfs rule delset




More information about the Glibc-bsd-commits mailing list