fixed a bug in the redhat init-script. it referred to /usr/local/bin/tellstickd while the rpm installs itself into /usr/bin/

This commit is contained in:
Magnus Juntti 2009-01-08 09:08:23 +00:00
parent f1e9f2f9f2
commit daa4b9327e
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
source /etc/rc.d/init.d/functions
EXECUTABLE="/usr/local/bin/tellstickd"
EXECUTABLE="/usr/bin/tellstickd"
CONFIG_FILE="/etc/tellstickd.conf"
OPTIONS=""

View file

@ -45,7 +45,7 @@ my $dayOfWeek;
my $dayOfMonth;
my $PROGRAM_NAME = "tellstickd";
my $VERSION = "pre 0.6.3";
my $VERSION = "0.6.3";
# Structure of the configurations to be read;
# $device_cfg[$i][0]; # Protocol, only NEXA, WAVEMAN and SARTANO supported so far by rfcmd