Moved the binary into /usr/bin instead of /usr/local/bin.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 26 Apr 2009 20:24:12 +0000 (22:24 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 26 Apr 2009 20:24:12 +0000 (22:24 +0200)
breezed.sh

index 5de38f6..f65c810 100755 (executable)
@@ -28,7 +28,7 @@
 # Short-Description: Fan control daemon
 ### END INIT INFO
 
-DAEMON="/usr/local/bin/breezed"
+DAEMON="/usr/bin/breezed"
 CONF_FILE="/etc/breezed.conf"
 
 test -x $DAEMON || exit 0