summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Blosser2007-01-18 20:32:43 -0600
committerJeremy Blosser2007-01-21 01:47:29 -0600
commitf55dbdb052a0cb237eb2f0c5df04ec2e28451332 (patch)
treecfd5a53682d2c23c4f532b2398ac966b1e0f4b70
parent6dd035c985e5fe3f8e4288f0c6f73c14c9991308 (diff)
Revert "init.d: fix #7311, proc not showing in /etc/mtab"
This reverts commit 95f13eb1ac5a9dc00b73497abf8ed6c792b0d0c7.
-rw-r--r--smgl/init.d/HISTORY4
-rwxr-xr-xsmgl/init.d/init.d/mountall.sh6
2 files changed, 1 insertions, 9 deletions
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 1775f391c1..e44935b02f 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -16,10 +16,6 @@
2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163
-2006-10-15 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * init.d/devices: fix #7311, proc not showing in /etc/mtab
- * DETAILS: PATCHLEVEL++
-
2006-09-23 Flavien Bridault <vlaaad@sourcemage.org>
* DEPENDS: Check which udev spell we should cast according to the
kernel version
diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index ff18c66258..b9b5eee095 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -58,11 +58,7 @@ start()
echo "Mounting proc file system..."
mount -a -t /proc
- evaluate_retval &&
-# bug 7311
- if ! grep -wq "/proc" /etc/mtab; then
- builtin echo 'none /proc proc rw 0 0' >> /etc/mtab
- fi
+ evaluate_retval
# find devices that were set up in initramfs/rd
if optional_executable /sbin/dmsetup