Changeset 973
- Timestamp:
- 01/17/08 11:49:47 (4 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
-
CHANGELOG (modified) (1 diff)
-
Makefile.opensuse10 (modified) (1 diff)
-
configs/dists/fedora/ispcp.conf (modified) (1 diff)
-
configs/dists/opensuse10/Makefile (modified) (2 diffs)
-
configs/dists/opensuse10/ispcp.conf (modified) (1 diff)
-
docs/SuSE/INSTALL (modified) (1 diff)
-
docs/SuSE/suse-packages (modified) (1 diff)
-
engine/messager/ispcp-arpl-msgr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r970 r973 6 6 | * to fix: no errors on adding user (custom HP) | 7 7 \_________________________________________________________________/ 8 9 2008-01-17 Benedikt Heintel 10 - DISTROS: 11 * Fixed #464: Errors in SuSE Installation " yast -i `cat ./docs/SuSE/suse-packages`" 12 * Fixed #515: fastcgi module OpenSuse 10.2 13 * Fixed #797: Error in package list for Suse 14 * Fixed #814: named db dir setting in ispcp fedora 15 - ENGINE: 16 * Fixed #725: Problem with autoresponder and amavis 8 17 9 18 2008-01-15 Benedikt Heintel -
trunk/Makefile.opensuse10
r969 r973 5 5 endif 6 6 7 HOST_OS=opensuse10 7 HOST_OS=opensuse103 8 8 9 9 ROOT_CONF=$(INST_PREF)/etc -
trunk/configs/dists/fedora/ispcp.conf
r878 r973 138 138 BIND_CONF_FILE = /var/named/chroot/etc/named-ispcp.conf 139 139 140 BIND_DB_DIR = /var/named/ chroot/var/named/data140 BIND_DB_DIR = /var/named/data 141 141 142 142 SECONDARY_DNS = -
trunk/configs/dists/opensuse10/Makefile
r885 r973 4 4 install: 5 5 6 if test $(HOST_OS) = opensuse10 3; then \6 if test $(HOST_OS) = opensuse10 ; then \ 7 7 cp ./ispcp.conf $(SYSTEM_CONF) ; \ 8 8 cd ./apache && $(MAKE) install ; cd .. ; \ … … 19 19 uninstall: 20 20 21 if test $(HOST_OS) = opensuse10 3; then \21 if test $(HOST_OS) = opensuse10 ; then \ 22 22 rm -rf $(SYSTEM_CONF)/ispcp.conf ; \ 23 23 cd ./apache && $(MAKE) uninstall ; cd .. ; \ -
trunk/configs/dists/opensuse10/ispcp.conf
r885 r973 181 181 APACHE_MODS_DIR = /etc/apache2/modules.d 182 182 183 APACHE_SITES_DIR = /etc/apache2/vhosts.d /183 APACHE_SITES_DIR = /etc/apache2/vhosts.d 184 184 185 185 APACHE_SUEXEC_USER_PREF = vu -
trunk/docs/SuSE/INSTALL
r784 r973 64 64 # yast upgrade 65 65 # yast -i `cat ./docs/SuSE/suse-packages` 66 67 Install, the following packages, too 68 perl-Term-ReadPassword & perl-Crypt-PasswdMD5 from: http://repos.opensuse.org/home:/netmax/ 69 e.g. SuSE 10.2, x86_64: http://repos.opensuse.org/home:/netmax/openSUSE_10.2/x86_64/ 70 71 perl-Term-ReadPassword-0.07-1.suse100.i586.rpm 72 perl-Crypt-PasswdMD5-1.3-1.suse100.i586.rpm 73 74 proftpd (and the mysql-module for it) from: http://repos.opensuse.org/server:/ftp/ 75 e.g. - add this URL to the Sources in Yast in SuSE 10.2: http://repos.opensuse.org/server:/ftp/openSUSE_10.2/ 76 77 proftpd-1.2.93_1.3.0rc3-0.suse100.i586.rpm 66 78 67 79 4. Now there are two ways of install ISPCP ω -
trunk/docs/SuSE/suse-packages
r511 r973 153 153 xntp 154 154 patch 155 156 # externe pakete 157 perl-Term-ReadPassword & perl-Crypt-PasswdMD5 from: 158 http://repos.opensuse.org/home:/netmax/ 159 e.g. SuSE 10.2, x86_64: 160 http://repos.opensuse.org/home:/netmax/openSUSE_10.2/x86_64/ 161 perl-Term-ReadPassword-0.07-1.suse100.i586.rpm 162 perl-Crypt-PasswdMD5-1.3-1.suse100.i586.rpm 163 164 and proftpd (and the mysql-module for it) from: 165 http://repos.opensuse.org/server:/ftp/ 166 e.g. - add this URL to the Sources in Yast in SuSE 10.2: 167 http://repos.opensuse.org/server:/ftp/openSUSE_10.2/ 168 proftpd-1.2.93_1.3.0rc3-0.suse100.i586.rpm 155 rkhunter -
trunk/engine/messager/ispcp-arpl-msgr
r765 r973 790 790 791 791 792 $ref = @$ref[0]; my $auto_message = @$ref[0]; 793 794 if($auto_message ne '_no_') { 795 796 if($name) { $mail_to = "\"".$name."\" "."<".$to_ma->address.">"; } 797 798 else{ $mail_to = $to_ma->address; } 792 $ref = @$ref[0]; 793 my $auto_message = @$ref[0]; 794 795 if ($auto_message ne '_no_' && length($auto_message) > 0) { 796 797 if ($name) { 798 $mail_to = "\"".$name."\" "."<".$to_ma->address.">"; 799 } 800 801 else { 802 $mail_to = $to_ma->address; 803 } 799 804 800 805
Note: See TracChangeset
for help on using the changeset viewer.
