diff options
Diffstat (limited to 'emulators/linux_base-fc4/pkg-install')
| -rw-r--r-- | emulators/linux_base-fc4/pkg-install | 6 |
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...' |
