[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

David GUENAULT dguenault at monitoring-fr.org
Tue Feb 28 22:22:39 UTC 2012


The following commit has been merged in the debian/master branch:
commit 6b624fe96200ea86fbcaa831356b55bc1c14dd50
Author: David GUENAULT <dguenault at monitoring-fr.org>
Date:   Sun Feb 26 09:46:23 2012 +0100

    added architecture in distribution checking function)

diff --git a/install b/install
index 8ca3872..6880d18 100755
--- a/install
+++ b/install
@@ -473,14 +473,14 @@ function check_distro(){
         then
             if [ "$version" = "" ]
             then
-                cecho " > Found $CODE ($DIST $VERS)" green
+                cecho " > Found $CODE ($DIST $VERS $ARCH)" green
                 cecho " > Version checking for $DIST is not needed" green
                 versionok=1
                 return
             else
                 if [ "$VERS" = "$version" ]
                 then
-                    cecho " > Found $CODE ($DIST $VERS)" green
+                    cecho " > Found $CODE ($DIST $VERS $ARCH)" green
                     versionok=1
                     return
                 fi        

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list