From: Francois Fleuret Date: Sun, 26 Apr 2009 20:24:12 +0000 (+0200) Subject: Moved the binary into /usr/bin instead of /usr/local/bin. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=breezed.git;a=commitdiff_plain;h=069b11832e379d8490f63558913c227acd752ca3 Moved the binary into /usr/bin instead of /usr/local/bin. --- diff --git a/breezed.sh b/breezed.sh index 5de38f6..f65c810 100755 --- a/breezed.sh +++ b/breezed.sh @@ -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