summaryrefslogtreecommitdiff
path: root/emulators/linux_base-fc4/pkg-install
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-05-07 12:11:48 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-05-07 12:11:48 +0000
commit9657b6671fcb4e056e78e7e255e7f13a1e3d22e0 (patch)
tree98daccb0b665557980e0c92d4242d973d21204b7 /emulators/linux_base-fc4/pkg-install
parentd47f7a13932068bb71fbccb05b1fb4b4188b3414 (diff)
Notes
Diffstat (limited to 'emulators/linux_base-fc4/pkg-install')
-rw-r--r--emulators/linux_base-fc4/pkg-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-fc4/pkg-install b/emulators/linux_base-fc4/pkg-install
index 4cd4941ac58b..6424e4f5dcad 100644
--- a/emulators/linux_base-fc4/pkg-install
+++ b/emulators/linux_base-fc4/pkg-install
@@ -16,7 +16,7 @@ PRE-INSTALL)
POST-INSTALL)
if [ -z "`grep ^linproc /etc/fstab`" ]; then
echo ''
- echo '+++ Some programs may need the linprocfs, please add it to /etc/fstab! +++'
+ echo '+++ Some programs may need linprocfs, please add it to /etc/fstab! +++'
else
if [ -z "`mount | grep -w ^linprocfs`" ]; then
echo ''
@@ -31,8 +31,8 @@ POST-INSTALL)
cp ${PKG_PREFIX}/etc/yp.conf.sample ${PKG_PREFIX}/etc/yp.conf
fi
#
-# This is needed for updating to ensure that
-# already installed libraries get to ${PKG_PREFIX}/etc/ld.so.cache
+# This is needed when updating to ensure that already installed libraries
+# are recorded in ${PKG_PREFIX}/etc/ld.so.cache
#
echo ''
echo 'Running linux ldconfig...'