From daa4b9327e121a9edca79a72961488804547efb9 Mon Sep 17 00:00:00 2001 From: Magnus Juntti Date: Thu, 8 Jan 2009 09:08:23 +0000 Subject: [PATCH] fixed a bug in the redhat init-script. it referred to /usr/local/bin/tellstickd while the rpm installs itself into /usr/bin/ --- tellstickd/init_script/tellstickd | 2 +- tellstickd/tellstickd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tellstickd/init_script/tellstickd b/tellstickd/init_script/tellstickd index 4188db2c..bbcae277 100755 --- a/tellstickd/init_script/tellstickd +++ b/tellstickd/init_script/tellstickd @@ -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="" diff --git a/tellstickd/tellstickd b/tellstickd/tellstickd index b48ff72f..e5f51636 100755 --- a/tellstickd/tellstickd +++ b/tellstickd/tellstickd @@ -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