diff --git a/qle-sh.patch b/qle-sh.patch index aad1735..a4bac7c 100644 --- a/qle-sh.patch +++ b/qle-sh.patch @@ -1,25 +1,20 @@ ---- qle-0.0.13/qle.sh 2009-02-08 14:54:19.000000000 +0200 -+++ qle-0.0.13-mod/qle.sh 2009-02-17 10:50:59.000000000 +0200 -@@ -1,3 +1,4 @@ -+#!/bin/bash - ############################################################ +diff -Naur qle-0.0.17/qle.sh qle-0.0.17-mod/qle.sh +--- qle-0.0.17/qle.sh 2009-10-11 17:03:41.000000000 +0300 ++++ qle-0.0.17-mod/qle.sh 2009-11-27 08:13:03.000000000 +0200 +@@ -13,6 +13,7 @@ + ##################################################################### # - # Suggested start-up script for 'qle' -@@ -14,7 +15,7 @@ - # - # Change to working directory if running from somewhere else: - # --#cd ~/qle-0.0.13 + #cd ~/qle-0.0.17 +cd /usr/share/qle # - # Kill lingering 'rigctld' servers: - # -@@ -31,7 +32,7 @@ - # Suggested other options: - # -font "" - # --perl qle-0.0.13.pl -geometry "800x680+100+20" --debug=0 $1 $2 $3 $4 -+perl qle.pl -geometry "800x680+100+20" --debug=0 $1 $2 $3 $4 + echo qle.sh: trying to kill lingering hamlib 'rigctld' servers: + killall rigctld +@@ -24,7 +25,7 @@ # - # Killing rigctld process: + echo qle.sh: starting up the 'qle' logger program: + # perl qle-0.0.17.pl -font "-adobe-avant garde gothic-demi-r-normal--0-0-0-0-p-0-iso8859-1" $1 $2 $3 $4 +-perl qle-0.0.17.pl -foreground Blue $1 $2 $3 $4 ++perl qle.pl -foreground Blue $1 $2 $3 $4 # + echo qle.sh: killing 'rigctld' server: + killall rigctld