Current time: 09-29-2024, 07:16 AM Hello There, Guest! (LoginRegister)


Post Reply 
ispcp-setup bricht ab: trunk -> OpenSuse 10.3 (bind)
Author Message
hbaes Offline
Junior Member
*

Posts: 23
Joined: Nov 2007
Reputation: 0
Post: #14
RE: ispcp-setup bricht ab: trunk -> OpenSuse 10.3 (bind)
[/php]und nochmals ein update Sad

ganz schön schwer den überblick über die ditri files zu halten wenn länger keiner was daran gemacht hat ....

Changelog:
PHP Code:
20071121  Harald Bäs-Fischlmair  (hbaes@chiemgaudata.de)
          
Makefile.opensuse10:              moved file to Makefile.opensuse103 (Documentation belongs to Distri OpenSuse10.3)
          
          
Makefile.opensuse103:             changed lineHOST_OS=opensuse10 to HOST_OS=opensuse103
          
          config
/Makefile:                  changed lineelif test $(HOST_OS) = opensuse10 then to
                                                elif test 
$(HOST_OS) = opensuse103 then in installSection
                                            changed line
elif test $(HOST_OS) = opensuse10 then to
                                                elif test 
$(HOST_OS) = opensuse103 then in uninstallSection
                                                
          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 statementDEBUG 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.tpladded file
          
          configs
/dists/opensuse10/apache/parts/awstast_e.tpladded file
          
          configs
/dists/opensuse10/apache/parts/awstast_entry.tpladded file
          
          configs
/dists/opensuse10/apache/parts/awstast_mentry.tpladded file
          
          configs
/dists/opensuse10/apache/parts/custom.conf.tpladded file
          
          configs
/dists/opensuse10/apache/parts/dmn_awstats_dynamic_entry.tpladded file
          
          configs
/dists/opensuse10/apache/parts/dmn_awstats_static_entry.tpladded file
          
          configs
/dists/opensuse10/apache/01_awstats.confupdated file from configs/apache/01_awstats.conf
          
          configs
/dists/opensuse10/awstats/awstats.ispcp_tpl.confupdated hole file from configs/awstats/awstats.ispcp_tpl.conf
          
          configs
/dists/opensuse10/bind/parts/db_master_e.tplupdated hole file from configs/bind/parts/db_master_e.tpl (Added comments)
          
          
configs/dists/opensuse10/cron.d/parts/dmn_awstats_b.tpladded file
          
          configs
/dists/opensuse10/cron.d/parts/dmn_awstats_e.tpladded file
          
          configs
/dists/opensuse10/cron.d/parts/dmn_awstats_entry.tpladded file
          
          configs
/dists/opensuse10/cron.d/parts/dmn_cutom_b.tpladded 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 RootKIThunterchange 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.sqlupdated from configs/database/database.sql
          
          configs
/dists/opensuse10/database/languages.sqlupdated from configs/database/languages.sql
          
          configs
/dists/opensuse10/fcgi/parts/master/php4/php.iniupdated from configs/fcgi/parts/master/php4/php.ini
          
          configs
/dists/opensuse10/fcgi/parts/master/php5/php.iniupdated from configs/fcgi/parts/master/php5/php.ini
          
          configs
/dists/opensuse10/fcgi/parts/master/php4-fcgi-starter.tplupdated from configs/fcgi/parts/master/php4-fcgi-starter.tpl
          
          configs
/dists/opensuse10/fcgi/parts/master/php5-fcgi-starter.tplupdated from configs/fcgi/parts/master/php5-fcgi-starter.tpl
          
          configs
/dists/opensuse10/fcgi/parts/php4/php.iniupdated from configs/fcgi/parts/php4/php.ini
          
          configs
/dists/opensuse10/fcgi/parts/php5/php.iniupdated from configs/fcgi/parts/php5/php.ini
          
          configs
/dists/opensuse10/fcgi/parts/php4-fcgi-starter.tplupdated from configs/fcgi/parts/php4-fcgi-starter.tpl
          
          configs
/dists/opensuse10/fcgi/parts/php5-fcgi-starter.tplupdated 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 linecp ./01_awstats.conf $(SYSTEM_CONF)/apache

configs
/dists/opensuse10/ispcp.conf:
                                            
changed TRAFF_LOG_DIR = /var/log
                                            
          configs
/dists/opensuse10/courier/Makefile:
                                            
addedchmod o-rw $(ROOT_AUTHLIB_CONF)/userdb
                                            added
chmod g-rw $(ROOT_AUTHLIB_CONF)/userdb 

Updated again


Attached File(s)
.zip  bäs.zip (Size: 101.89 KB / Downloads: 0)
(This post was last modified: 11-23-2007 12:20 AM by hbaes.)
11-22-2007 10:57 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ispcp-setup bricht ab: trunk -> OpenSuse 10.3 (bind) - hbaes - 11-22-2007 10:57 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)