summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-03-03 09:14:15 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-03-03 09:14:15 +0000
commita98e3c2aeb348da6cb6f90feebfb3636dde4f061 (patch)
tree4245d3a1ed5421c242678306dd04995a8c9d90e0
parent3e55c4918b335df971f0629c777257e00d6112f3 (diff)
downloadlm-sensors-a98e3c2aeb348da6cb6f90feebfb3636dde4f061.tar.gz
healthd.sh: Drop PATH manipulations
Altering PATH shouldn't be needed, everything that is required should be already available. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6276 7894878c-1315-0410-8ee3-d5d059ff63e0
-rwxr-xr-xprog/daemon/healthd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/prog/daemon/healthd.sh b/prog/daemon/healthd.sh
index 6e80f85a..c9cb86d1 100755
--- a/prog/daemon/healthd.sh
+++ b/prog/daemon/healthd.sh
@@ -14,15 +14,12 @@
# get something better written. :')
#
# Requirements -- mail, sensors, bash, sleep
-# (You may need to alter the PATH, but probably not.)
#
# Written & Copyrighten by Philip Edelbrock, 1999.
#
# Version: 1.1
#
-PATH="/bin:/usr/bin:/usr/local/bin:${PATH}"
-
ADMIN_EMAIL="root@localhost"
# Try loading the built-in sleep implementation to avoid spawning a