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

Victor Igumnov victori at fabulously40.com
Tue Feb 28 22:20:09 UTC 2012


The following commit has been merged in the debian/master branch:
commit dc9ecc234438ccd827b54e01aedae2f906b8edef
Author: Victor Igumnov <victori at fabulously40.com>
Date:   Wed Feb 8 18:46:11 2012 -0800

    Add the ability to install on Solaris

diff --git a/setup.py b/setup.py
index 1ad58a8..8dea452 100644
--- a/setup.py
+++ b/setup.py
@@ -439,7 +439,7 @@ if 'win' in sys.platform:
                      'run':      "c:\\shinken\\var",
                      'libexec':  "c:\\shinken\\libexec",
                      }
-elif 'linux' in sys.platform:
+elif 'linux' in sys.platform or 'sunos5' in sys.platform:
     default_paths = {'var': "/var/lib/shinken/",
                      'etc': "/etc/shinken",
                      'run': "/var/run/shinken",

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list