[prev in list] [next in list] [prev in thread] [next in thread] 

List:       omd-commits
Subject:    [omd-commits] OMD Git: omd: Add distro Makefile for SLES11SP3
From:       git () mathias-kettner ! de (git version control)
Date:       2013-07-12 9:04:45
Message-ID: 20130712090445.6EB6F833B8 () mail ! mathias-kettner ! de
[Download RAW message or body]

Module:   omd
Branch:   master
Commit:   8e9635f7e483c3584a9b775b998f509829f0d580
URL:      http://omdistro.org/projects/omd/repository/revisions/8e9635f7e483c3584a9b775b998f509829f0d580

Author:   Mathias Kettner <mk at mathias-kettner.de>
Date:     Fri Jul 12 11:04:42 2013 +0200
Commiter: Mathias Kettner <mk at mathias-kettner.de>
Date:     Fri Jul 12 11:04:42 2013 +0200

Add distro Makefile for SLES11SP3

---

 distros/Makefile.SLES_11SP3 |   83 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

diff --git a/distros/Makefile.SLES_11SP3 b/distros/Makefile.SLES_11SP3
new file mode 100644
index 0000000..061d9c3
--- /dev/null
+++ b/distros/Makefile.SLES_11SP3
@@ -0,0 +1,83 @@
+DISTRO_CODE     = sles11sp3
+BUILD_PACKAGES  =
+BUILD_PACKAGES += boost-devel
+BUILD_PACKAGES += cairo-devel
+BUILD_PACKAGES += fping
+BUILD_PACKAGES += freetype2-devel
+BUILD_PACKAGES += gcc
+BUILD_PACKAGES += gcc-c++
+BUILD_PACKAGES += gd-devel
+BUILD_PACKAGES += glib-devel
+BUILD_PACKAGES += libcurl-devel   # needed by perl modules / thruk
+BUILD_PACKAGES += libexpat-devel
+BUILD_PACKAGES += libevent-devel
+BUILD_PACKAGES += libgnutls-devel
+BUILD_PACKAGES += libjpeg-devel
+BUILD_PACKAGES += libmcrypt-devel
+BUILD_PACKAGES += libmysqlclient-devel
+BUILD_PACKAGES += libopenssl-devel
+BUILD_PACKAGES += libpng-devel
+BUILD_PACKAGES += libuuid-devel
+BUILD_PACKAGES += libxml2-devel
+BUILD_PACKAGES += make
+BUILD_PACKAGES += net-snmp
+BUILD_PACKAGES += openldap2-devel
+BUILD_PACKAGES += pango-devel
+BUILD_PACKAGES += patch
+BUILD_PACKAGES += python
+BUILD_PACKAGES += python-devel
+BUILD_PACKAGES += readline-devel
+BUILD_PACKAGES += apache2-devel
+OS_PACKAGES     =
+OS_PACKAGES      += net-tools # traceroute is needed for Check_MK parent scan
+OS_PACKAGES    += apache2
+OS_PACKAGES    += apache2-mod_fcgid
+OS_PACKAGES    += bind-utils
+OS_PACKAGES    += curl
+OS_PACKAGES    += dialog
+OS_PACKAGES    += fping
+OS_PACKAGES    += graphviz
+OS_PACKAGES    += libboost_program_options1_36_0
+OS_PACKAGES    += libpng12-0
+OS_PACKAGES    += libevent-1_4-2
+OS_PACKAGES    += libltdl7
+OS_PACKAGES    += libreadline5
+OS_PACKAGES    += libuuid1
+OS_PACKAGES    += mysql
+OS_PACKAGES    += net-snmp
+OS_PACKAGES    += pango
+OS_PACKAGES    += patch
+OS_PACKAGES    += perl-Net-SNMP
+OS_PACKAGES    += perl-SNMP
+OS_PACKAGES    += php5-fastcgi
+OS_PACKAGES    += php5-gd
+OS_PACKAGES    += php5-iconv
+OS_PACKAGES    += php5-mbstring
+OS_PACKAGES    += php5-mcrypt
+OS_PACKAGES    += php5-pear
+OS_PACKAGES    += php5-sockets
+OS_PACKAGES    += php5-sqlite
+OS_PACKAGES    += rsync
+OS_PACKAGES    += samba-client
+OS_PACKAGES    += unzip
+OS_PACKAGES    += xinetd
+OS_PACKAGES    += xorg-x11-fonts # used for thruks pdf generator
+OS_PACKAGES    += xorg-x11-server-extra # used for thruks pdf generator
+OS_PACKAGES    += python-ldap # needed for ldap support in multisite
+USERADD_OPTIONS   = -M
+ADD_USER_TO_GROUP = groupmod -A %(user)s %(group)s
+PACKAGE_INSTALL   = zypper -n refresh ; zypper -n install
+ACTIVATE_INITSCRIPT = chkconfig --add %s
+APACHE_CONF_DIR   = /etc/apache2/conf.d
+APACHE_INIT       = /etc/init.d/apache2
+APACHE_USER       = wwwrun
+APACHE_GROUP      = www
+APACHE_BIN        = /usr/sbin/httpd2-prefork
+APACHE_CTL        = /usr/sbin/apache2ctl
+APACHE_MODULE_DIR = /usr/lib/apache2-prefork
+APACHE_MODULE_DIR_64 = /usr/lib64/apache2-prefork
+APACHE_FCGID_MODULE = ../apache2/mod_fcgid.so
+PHP_FCGI_BIN	  = /usr/bin/php-cgi
+APACHE_ENMOD      = a2enmod %s
+BECOME_ROOT       = su -c
+MOUNT_OPTIONS     =


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic