tags 489620 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                              [EMAIL PROTECTED]
                                                   GPG: 0x634F9A20
diff -urNd 
kmyfirewall-1.1.1.orig/kmyfirewall/installer/linux/autoconfighelper.sh 
kmyfirewall-1.1.1/kmyfirewall/installer/linux/autoconfighelper.sh
--- kmyfirewall-1.1.1.orig/kmyfirewall/installer/linux/autoconfighelper.sh      
2008-08-24 14:33:07.000000000 +0100
+++ kmyfirewall-1.1.1/kmyfirewall/installer/linux/autoconfighelper.sh   
2008-08-24 14:34:46.000000000 +0100
@@ -47,7 +47,7 @@
        
        for PROG in $REQUIREDTOOLS; do
                if [ "$INERACTIVE" = "1" ]; then
-                       echo -n  "Checking for $PROG...\t\t "
+                       printf  "Checking for $PROG...\t\t "
                fi
                PROGPATH=""
                PROGNAME="which"
@@ -261,4 +261,4 @@
     ;;
 esac
 
-exit 0
\ No newline at end of file
+exit 0
diff -urNd kmyfirewall-1.1.1.orig/kmyfirewall/installer/linux/installpackage.sh 
kmyfirewall-1.1.1/kmyfirewall/installer/linux/installpackage.sh
--- kmyfirewall-1.1.1.orig/kmyfirewall/installer/linux/installpackage.sh        
2008-08-24 14:33:07.000000000 +0100
+++ kmyfirewall-1.1.1/kmyfirewall/installer/linux/installpackage.sh     
2008-08-24 14:34:22.000000000 +0100
@@ -27,10 +27,10 @@
                exit 1;
        fi
        
-       echo -n "Checking system requirements...\t\t"
+       printf "Checking system requirements...\t\t"
        for PROG in $REQUIREDTOOLS; do
                if [ "$INERACTIVE" = "1" ]; then
-                       echo -n  "Checking for $PROG...\t\t "
+                       printf  "Checking for $PROG...\t\t "
                fi
                PROGPATH=`which $PROG`
                if [ "$?" != "0" ]; then
@@ -164,7 +164,7 @@
        
        if [ "$realydel" != "n" ]; then
                # if [ "$INERACTIVE" = "1" ]; then
-                       echo -n "Deleting $EXTRACTPATH...\t\t"
+                       printf "Deleting $EXTRACTPATH...\t\t"
                # fi
                rm -rf "$EXTRACTPATH"
                echo "Done"
@@ -174,7 +174,7 @@
 
 copyToInstallDir() {
        cd "$CURRDIR"
-       echo "Copy installer package to 
/etc/kmyfirewall/kmfpackage.kmfpkg...\t\t"
+       printf "Copy installer package to 
/etc/kmyfirewall/kmfpackage.kmfpkg...\t\t\n"
        cp $0 /etc/kmyfirewall/
        echo "Done"
 }
@@ -292,4 +292,4 @@
     delpackage
     copyToInstallDir
     ;;
-esac
\ No newline at end of file
+esac
diff -urNd kmyfirewall-1.1.1.orig/kmyfirewall/installer/linux/kmfpkginstall.sh 
kmyfirewall-1.1.1/kmyfirewall/installer/linux/kmfpkginstall.sh
--- kmyfirewall-1.1.1.orig/kmyfirewall/installer/linux/kmfpkginstall.sh 
2008-08-24 14:33:07.000000000 +0100
+++ kmyfirewall-1.1.1/kmyfirewall/installer/linux/kmfpkginstall.sh      
2008-08-24 14:35:07.000000000 +0100
@@ -12,7 +12,7 @@
 
 readSetting() {
 # echo "Reading config..."
-    source ./install.config
+    . ./install.config
 }
 
 INERACTIVE="1"

Attachment: signature.asc
Description: PGP signature

Reply via email to