base-files: added some common dirs to /etc/profile.

This commit is contained in:
Juan RP
2011-07-15 14:45:00 +02:00
parent fa0a094962
commit a59f5dd92a
2 changed files with 15 additions and 20 deletions

View File

@@ -25,9 +25,12 @@ if [ "$EUID" = "0" ]; then
pathmunge /usr/sbin
pathmunge /usr/local/sbin
else
pathmunge /usr/local/bin after
pathmunge /usr/local/sbin after
pathmunge /usr/sbin after
pathmunge /sbin after
pathmunge /opt/bin after
pathmunge /opt/sbin after
fi
# No core files by default