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:
parent
f1e9f2f9f2
commit
daa4b9327e
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
source /etc/rc.d/init.d/functions
|
source /etc/rc.d/init.d/functions
|
||||||
|
|
||||||
EXECUTABLE="/usr/local/bin/tellstickd"
|
EXECUTABLE="/usr/bin/tellstickd"
|
||||||
CONFIG_FILE="/etc/tellstickd.conf"
|
CONFIG_FILE="/etc/tellstickd.conf"
|
||||||
OPTIONS=""
|
OPTIONS=""
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ my $dayOfWeek;
|
||||||
my $dayOfMonth;
|
my $dayOfMonth;
|
||||||
|
|
||||||
my $PROGRAM_NAME = "tellstickd";
|
my $PROGRAM_NAME = "tellstickd";
|
||||||
my $VERSION = "pre 0.6.3";
|
my $VERSION = "0.6.3";
|
||||||
|
|
||||||
# Structure of the configurations to be read;
|
# Structure of the configurations to be read;
|
||||||
# $device_cfg[$i][0]; # Protocol, only NEXA, WAVEMAN and SARTANO supported so far by rfcmd
|
# $device_cfg[$i][0]; # Protocol, only NEXA, WAVEMAN and SARTANO supported so far by rfcmd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue