summaryrefslogtreecommitdiffstats
path: root/source/ap/slackpkg/files/post-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/slackpkg/files/post-functions.sh')
-rw-r--r--source/ap/slackpkg/files/post-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/slackpkg/files/post-functions.sh b/source/ap/slackpkg/files/post-functions.sh
index 2eb023bcc..c286e7af7 100644
--- a/source/ap/slackpkg/files/post-functions.sh
+++ b/source/ap/slackpkg/files/post-functions.sh
@@ -122,7 +122,7 @@ looknew() {
fi
echo -e "\nSearching for NEW configuration files"
- FILES=$(find /etc -name "*.new" ${ONLY_NEW_DOTNEW} \
+ FILES=$(find /etc /var/yp /usr/share/vim -name "*.new" ${ONLY_NEW_DOTNEW} \
-not -name "rc.inet1.conf.new" \
-not -name "group.new" \
-not -name "passwd.new" \
@@ -214,7 +214,7 @@ Do you want slackpkg to run lilo now? (Y/n)"
else
echo -e "\n
Your kernel image was updated and lilo is not found on your system.
-You may need to adjust your boot manager(like GRUB) to boot appropriate
+You may need to adjust your boot manager (like GRUB) to boot appropriate
kernel."
fi
fi