diff -urN ispcp-omega-1.1.0/configs/opensuse/ispcp.conf working/configs/opensuse/ispcp.conf
|
old
|
new
|
|
| 52 | 52 | |
| 53 | 53 | CMD_AWK = /usr/bin/awk |
| 54 | 54 | |
| 55 | | CMD_BZCAT = /bin/bzcat |
| | 55 | CMD_BZCAT = /usr/bin/bzcat |
| 56 | 56 | |
| 57 | | CMD_BZIP = /bin/bzip2 |
| | 57 | CMD_BZIP = /usr/bin/bzip2 |
| 58 | 58 | |
| 59 | 59 | CMD_CHOWN = /bin/chown |
| 60 | 60 | |
| … |
… |
|
| 72 | 72 | |
| 73 | 73 | CMD_ECHO = /bin/echo |
| 74 | 74 | |
| 75 | | CMD_EGREP = /bin/egrep |
| | 75 | CMD_EGREP = /usr/bin/egrep |
| 76 | 76 | |
| 77 | | CMD_GZCAT = /bin/zcat |
| | 77 | CMD_GZCAT = /usr/bin/zcat |
| 78 | 78 | |
| 79 | 79 | CMD_GZIP = /bin/gzip |
| 80 | 80 | |
| 81 | | CMD_GREP = /bin/grep |
| | 81 | CMD_GREP = /usr/bin/grep |
| 82 | 82 | |
| 83 | 83 | CMD_GROUPADD = /usr/sbin/groupadd |
| 84 | 84 | |
| … |
… |
|
| 104 | 104 | |
| 105 | 105 | CMD_RM = /bin/rm |
| 106 | 106 | |
| 107 | | CMD_SED = /bin/sed |
| | 107 | CMD_SED = /usr/bin/sed |
| 108 | 108 | |
| 109 | 109 | CMD_SHELL = /bin/bash |
| 110 | 110 | |
| … |
… |
|
| 118 | 118 | |
| 119 | 119 | CMD_WC = /usr/bin/wc |
| 120 | 120 | |
| 121 | | PEAR_DIR = /usr/share/php |
| | 121 | PEAR_DIR = /usr/share/php5 |
| 122 | 122 | |
| 123 | 123 | # |
| 124 | 124 | # SQL backend variables |
diff -urN ispcp-omega-1.1.0/configs/opensuse/logrotate/ispcp working/configs/opensuse/logrotate/ispcp
|
old
|
new
|
|
| 32 | 32 | compress |
| 33 | 33 | delaycompress |
| 34 | 34 | postrotate |
| 35 | | if [ -e /var/run/syslog-nd.pid ]; then |
| | 35 | if [ -e /var/run/syslog-ng.pid ]; then |
| 36 | 36 | /usr/bin/killall -HUP syslog-ng |
| 37 | 37 | elif [ -e /var/run/rsyslogd.pid ]; then |
| 38 | 38 | /usr/bin/killall -HUP rsyslogd |
| … |
… |
|
| 50 | 50 | /srv/www/ispcp/engine/traffic/ispcp-vrl-traff-SUSE > /var/log/ispcp/ispcp-vrl-traff.log |
| 51 | 51 | endscript |
| 52 | 52 | postrotate |
| 53 | | if [ -e /var/run/syslog-nd.pid ]; then |
| | 53 | if [ -e /var/run/syslog-ng.pid ]; then |
| 54 | 54 | /usr/bin/killall -HUP syslog-ng |
| 55 | 55 | elif [ -e /var/run/rsyslogd.pid ]; then |
| 56 | 56 | /usr/bin/killall -HUP rsyslogd |
diff -urN ispcp-omega-1.1.0/docs/OpenSuse/postinst working/docs/OpenSuse/postinst
|
old
|
new
|
|
| 182 | 182 | fi |
| 183 | 183 | |
| 184 | 184 | # |
| | 185 | # rkhunter |
| | 186 | # |
| | 187 | echo " Building rkhunter database" |
| | 188 | /usr/bin/rkhunter --propupd & |
| | 189 | |
| | 190 | # |
| 185 | 191 | # Courier-Authentication Configuration |
| 186 | 192 | # |
| 187 | 193 | echo " Courier-Authentication Configuration Processing" |