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

olivierHa olivier.hanesse at gmail.com
Tue Feb 28 22:11:27 UTC 2012


The following commit has been merged in the debian/master branch:
commit dd084b8c5ad25a0786fbe79733345d14cffbae2a
Author: olivierHa <olivier.hanesse at gmail.com>
Date:   Mon Jan 2 21:52:05 2012 +0100

    Now we can change some default values according to the README file

diff --git a/contrib/alternative-installation/shinken-install/shinken.conf b/contrib/alternative-installation/shinken-install/shinken.conf
index c777d34..3602215 100644
--- a/contrib/alternative-installation/shinken-install/shinken.conf
+++ b/contrib/alternative-installation/shinken-install/shinken.conf
@@ -19,15 +19,15 @@
 #You should have received a copy of the GNU Affero General Public License
 #along with Shinken.  If not, see <http://www.gnu.org/licenses/>.
 
-export TMP=/tmp
+export TMP=${TMP:-"/tmp"}
 # proxy support
 export PROXY=""
 # for shinken
-export VERSION="master"
-export TARGET=/usr/local/shinken
-export BACKUPDIR="/opt/backup"
-export SKUSER=shinken
-export SKGROUP=shinken
+export VERSION=${VERSION:-"master"}
+export TARGET=${TARGET:-"/usr/local/shinken"}
+export BACKUPDIR=${BACKUPDIR:-"/opt/backup"}
+export SKUSER=${SKUSER:-"shinken"}
+export SKGROUP=${SKGROUP:-"shinken"}
 export KEEPDAYSLOG=7
 # FOR CES INTEGRATION
 export IF="eth0" # local iface

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list