summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-07 19:52:57 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-07 19:52:57 +0000
commit38e021570c6bdfaf45efb2123a4818aa6642789b (patch)
treeb2def84a90441618bf8adef69b65f31fc4a3a5e0 /emulators
parentFix dependency on kdeartwork. (diff)
Try to mount linproc in post-install.
Notes
Notes: svn path=/head/; revision=100278
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base/pkg-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux_base/pkg-install b/emulators/linux_base/pkg-install
index 34cd065b9631..5870edf05835 100644
--- a/emulators/linux_base/pkg-install
+++ b/emulators/linux_base/pkg-install
@@ -26,6 +26,10 @@ POST-INSTALL)
echo 'Re-mounting linprocfs...'
mount linprocfs
fi
+ if [ -n "`grep -w ^linproc /etc/fstab`" ]; then
+ echo 'Re-mounting linproc...'
+ mount linproc
+ fi
;;
DEINSTALL)
if [ -n "`mount | grep -w ^linprocfs`" ]; then