diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-07-24 09:24:05 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2009-07-24 09:24:05 +0000 |
commit | 5fa39bdbaf457485cf22b71f481b70097763ed21 (patch) | |
tree | d60212e27016cebc3f9bf006c2db7b8ce655341e /zshrc | |
parent | 33b0018457db0bd965b906d6fc2963a1f7facedc (diff) |
Add /usr/lib/nagios/plugins to plugins
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@405 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ path=( /usr/bin/X11 /usr/games /sw/bin + /usr/lib/nagios/plugins "$path[@]" ) if [ "`id -u`" = "0" ] || ! [ -x /usr/bin/id ] ; then |