Ticket #2189: opensuse.patch

File opensuse.patch, 2.3 KB (added by einherjer, 2 years ago)
  • configs/opensuse/ispcp.conf

    diff -urN ispcp-omega-1.1.0/configs/opensuse/ispcp.conf working/configs/opensuse/ispcp.conf
    old new  
    5252 
    5353CMD_AWK = /usr/bin/awk 
    5454 
    55 CMD_BZCAT = /bin/bzcat 
     55CMD_BZCAT = /usr/bin/bzcat 
    5656 
    57 CMD_BZIP = /bin/bzip2 
     57CMD_BZIP = /usr/bin/bzip2 
    5858 
    5959CMD_CHOWN = /bin/chown 
    6060 
     
    7272 
    7373CMD_ECHO = /bin/echo 
    7474 
    75 CMD_EGREP = /bin/egrep 
     75CMD_EGREP = /usr/bin/egrep 
    7676 
    77 CMD_GZCAT = /bin/zcat 
     77CMD_GZCAT = /usr/bin/zcat 
    7878 
    7979CMD_GZIP = /bin/gzip 
    8080 
    81 CMD_GREP = /bin/grep 
     81CMD_GREP = /usr/bin/grep 
    8282 
    8383CMD_GROUPADD = /usr/sbin/groupadd 
    8484 
     
    104104 
    105105CMD_RM = /bin/rm 
    106106 
    107 CMD_SED = /bin/sed 
     107CMD_SED = /usr/bin/sed 
    108108 
    109109CMD_SHELL = /bin/bash 
    110110 
     
    118118 
    119119CMD_WC = /usr/bin/wc 
    120120 
    121 PEAR_DIR = /usr/share/php 
     121PEAR_DIR = /usr/share/php5 
    122122 
    123123# 
    124124# SQL backend variables 
  • configs/opensuse/logrotate/ispcp

    diff -urN ispcp-omega-1.1.0/configs/opensuse/logrotate/ispcp working/configs/opensuse/logrotate/ispcp
    old new  
    3232  compress 
    3333  delaycompress 
    3434  postrotate 
    35     if [ -e /var/run/syslog-nd.pid ]; then 
     35    if [ -e /var/run/syslog-ng.pid ]; then 
    3636      /usr/bin/killall -HUP syslog-ng 
    3737    elif [ -e /var/run/rsyslogd.pid ]; then 
    3838      /usr/bin/killall -HUP rsyslogd 
     
    5050    /srv/www/ispcp/engine/traffic/ispcp-vrl-traff-SUSE > /var/log/ispcp/ispcp-vrl-traff.log 
    5151  endscript 
    5252  postrotate 
    53     if [ -e /var/run/syslog-nd.pid ]; then 
     53    if [ -e /var/run/syslog-ng.pid ]; then 
    5454      /usr/bin/killall -HUP syslog-ng 
    5555    elif [ -e /var/run/rsyslogd.pid ]; then 
    5656      /usr/bin/killall -HUP rsyslogd 
  • docs/OpenSuse/postinst

    diff -urN ispcp-omega-1.1.0/docs/OpenSuse/postinst working/docs/OpenSuse/postinst
    old new  
    182182                        fi 
    183183 
    184184                        # 
     185                        # rkhunter 
     186                        # 
     187                        echo " Building rkhunter database" 
     188                        /usr/bin/rkhunter --propupd & 
     189 
     190                        # 
    185191                        # Courier-Authentication Configuration 
    186192                        # 
    187193                        echo " Courier-Authentication Configuration Processing"