20071121 Harald Bäs-Fischlmair (hbaes@chiemgaudata.de)
Makefile.opensuse10: moved file to Makefile.opensuse103 (Documentation belongs to Distri OpenSuse10.3)
Makefile.opensuse103: changed line: HOST_OS=opensuse10 to HOST_OS=opensuse103
config/Makefile: changed line: elif test $(HOST_OS) = opensuse10 ; then \ to
elif test $(HOST_OS) = opensuse103 ; then \ in install: Section
changed line: elif test $(HOST_OS) = opensuse10 ; then \ to
elif test $(HOST_OS) = opensuse103 ; then \ in uninstall: Section
configs/dists/opensuse10/bind/Makefile:
changed all lines with namend.d to bind because ispcp-setup can find
Config files only in /etc/ispcp/bind (Hardcoded in installer)
configs/dists/opensuse10/apache/Makefile:
changed all lines with apache2 to apache because ispcp-setup can find
Config files only in /etc/ispcp/apache (Hardcoded in installer)
changed ROOT_APACHE_CONF=$(ROOT_CONF)/apache2
changed rm -rf $(ROOT_APACHE_CONF)/conf.d/ispcp.conf
configs/dists/opensuse10/ispcp.conf:
I compared the opensuse10/ispcp.conf with configs/ispcp.conf
changed line 19 to(typo in Suse): SERVER_HOSTNAME = OpenSuse10.3
changed statement: BIND_CONF_FILE = /etc/named.d/named.conf to
BIND_CONF_FILE = /etc/named.conf
added missing statement: CMD_CHMOD = /bin/chmod
added missing statement: CMD_SHELL = /bin/bash
added missing statement: APACHE_CUSTOM_SITES_CONFIG_DIR = /etc/apache2/ispcp
removed statement: MTA_SASLDB_LOCAL_DOMAIN = isp-control.net
added missing statement: BACKUP_ISPCP = yes
added missing statement: BACKUP_DOMAINS = yes
added missing line: #
added missing line: # Developer Mode
added missing line: #
added missing statement: DEBUG = 0
configs/dists/opensuse10/apache/parts/als_entry.tpl:
added missing line: Include {CUSTOM_SITES_CONFIG_DIR}/{ALS_NAME}.conf
configs/dists/opensuse10/apache/parts/awstast_b.tpl: added file
configs/dists/opensuse10/apache/parts/awstast_e.tpl: added file
configs/dists/opensuse10/apache/parts/awstast_entry.tpl: added file
configs/dists/opensuse10/apache/parts/awstast_mentry.tpl: added file
configs/dists/opensuse10/apache/parts/custom.conf.tpl: added file
configs/dists/opensuse10/apache/parts/dmn_awstats_dynamic_entry.tpl: added file
configs/dists/opensuse10/apache/parts/dmn_awstats_static_entry.tpl: added file
configs/dists/opensuse10/apache/01_awstats.conf: updated file from configs/apache/01_awstats.conf
configs/dists/opensuse10/awstats/awstats.ispcp_tpl.conf: updated hole file from configs/awstats/awstats.ispcp_tpl.conf
configs/dists/opensuse10/bind/parts/db_master_e.tpl: updated hole file from configs/bind/parts/db_master_e.tpl (Added comments)
configs/dists/opensuse10/cron.d/parts/dmn_awstats_b.tpl: added file
configs/dists/opensuse10/cron.d/parts/dmn_awstats_e.tpl: added file
configs/dists/opensuse10/cron.d/parts/dmn_awstats_entry.tpl: added file
configs/dists/opensuse10/cron.d/parts/dmn_cutom_b.tpl: added file
configs/dists/opensuse10/cron.d/ispcp:
added cron entry: {BACKUP_ROOT_DIR}/ispcp-backup-ispcp noreport &>{LOG_DIR}/ispcp-backup-all-mngr.log
added cron entry: Remove Daemon Logs older than 14 days
find {LOG_DIR}/* -maxdepth 1 -type f -mtime +14 -print | egrep '.*\.gz$' | xargs -r /bin/rm
changed cron entry for AWSTATS: change {AWSTATS} to
{AW-ENABLED}15 */6 * * * root {AWSTATS_ROOT_DIR}/awstats_updateall.pl now -awstatsprog={AWSTATS_ENGINE_DIR}/awstats.pl >/dev/null 2>&1
changed cron entry for RootKIThunter: change 0 0,12 * * * root rkhunter --createlogfile --cronjob to
{RK-ENABLED}0 */12 * * * root {RKHUNTER} --scan-knownbad-files --check-deletet --cronjob --createlogfile {RKHUNTER_LOG}>/dev/null 2>&1
added cron entry: {CR-ENABLED}0 */12 * * * root {CHKROOTKIT} &> {CHKROOTKIT_LOG}
added cron entry: {TOOLS_ROOT_DIR}/ispcpphptemp.sh >/dev/null 2>&1
added template paths for AWSTAT: [{DMN_NAME}] AWStats static tasks START.
[{DMN_NAME}] AWStats static tasks END.
configs/dists/opensuse10/database/database.sql: updated from configs/database/database.sql
configs/dists/opensuse10/database/languages.sql: updated from configs/database/languages.sql
configs/dists/opensuse10/fcgi/parts/master/php4/php.ini: updated from configs/fcgi/parts/master/php4/php.ini
configs/dists/opensuse10/fcgi/parts/master/php5/php.ini: updated from configs/fcgi/parts/master/php5/php.ini
configs/dists/opensuse10/fcgi/parts/master/php4-fcgi-starter.tpl: updated from configs/fcgi/parts/master/php4-fcgi-starter.tpl
configs/dists/opensuse10/fcgi/parts/master/php5-fcgi-starter.tpl: updated from configs/fcgi/parts/master/php5-fcgi-starter.tpl
configs/dists/opensuse10/fcgi/parts/php4/php.ini: updated from configs/fcgi/parts/php4/php.ini
configs/dists/opensuse10/fcgi/parts/php5/php.ini: updated from configs/fcgi/parts/php5/php.ini
configs/dists/opensuse10/fcgi/parts/php4-fcgi-starter.tpl: updated from configs/fcgi/parts/php4-fcgi-starter.tpl
configs/dists/opensuse10/fcgi/parts/php5-fcgi-starter.tpl: updated from configs/fcgi/parts/php5-fcgi-starter.tpl
configs/dists/opensuse10/init.d/ispcp_network:
added line: ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 443 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 443 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 587 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 587 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 995 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 995 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_INPUT -p tcp --dport 993 2>> "$LOGFILE"
added line: ${IPTABLES} -I ISPCP_OUTPUT -p tcp --sport 993 2>> "$LOGFILE"
configs/dists/opensuse10/logrotate/ispcp:
added logfile rotation for xferlog
added logfile rotation for ftp_traff.log
docs/OpenSuse/opensuse103-packages:
added package 'make' at top to the list of necessary applications.
(make ist not automatically installed if minimal-Version of OpenSuSE 10.3 is installed)
added package 'awstats'
docs/OpenSuse/INSTALL:
added additional OpenSUSE Repository server:/php/openSUSE_10.3 (latest PHP Packages)
added additional OpenSUSE Repository network:/utilities/openSUSE_10.3 (includes awstast)
added additional OpenSUSE repository home:/lemmy04/openSUSE_10.3 (rkhunter update)
corrected line: # yast -i `cat /docs/opensuse103/opensuse103-packages` to
# yast -i `cat docs/OpenSuse/opensuse103-packages`
corrected line: # smart install `cat /docs/opensuse103/opensuse103-packages` to
# smart install `cat docs/OpenSuse/opensuse103-packages`
20071122 Harald Bäs-Fischlmair (hbaes@chiemgaudata.de)
configs/dists/opensuse10/Makefile:
added make install / make uninstall for awstats
added make install / make uninstall for fcgi
docs/OpenSuse/INSTALL:
added Point 7 in Installation:
"7. Check if Services will start automatically"
configs/dists/opensuse10/apache/Makefile:
added line: cp ./01_awstats.conf $(SYSTEM_CONF)/apache
configs/dists/opensuse10/ispcp.conf:
changed TRAFF_LOG_DIR = /var/log
configs/dists/opensuse10/courier/Makefile:
added: chmod o-rw $(ROOT_AUTHLIB_CONF)/userdb
added: chmod g-rw $(ROOT_AUTHLIB_CONF)/userdb