Ignore:
Timestamp:
03/10/10 00:00:13 (2 years ago)
Author:
benedikt
Message:
  • [CONFIGS] Fixed: The folder "disabled" is missing in the root_domain.conf
  • [DISTS] Fixed #2253: Porting logrotate to FreeBSD
  • [DISTS] Fixed #2254: (FreeBSD) The folder "disabled" is missing in the root_domain.conf
  • [DISTS] Fixed #2255: Update the FreeBSD packages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/configs/freebsd/logrotate/ispcp

    r1587 r2676  
    66  delaycompress 
    77  notifempty 
    8   create 640 root adm 
     8  create 640 root wheel 
    99  sharedscripts 
    1010  prerotate 
     
    3333  delaycompress 
    3434  postrotate 
    35     if [ -e /var/run/syslogd.pid ]; then 
     35    if [ -e /var/run/syslog.pid ]; then 
    3636      /usr/bin/killall -HUP syslogd 
    3737    elif [ -e /var/run/rsyslogd.pid ]; then 
     
    4848  delaycompress 
    4949  prerotate 
    50     /var/www/ispcp/engine/traffic/ispcp-vrl-traff > /var/log/ispcp/ispcp-vrl-traff.log 
     50    /usr/local/www/ispcp/engine/traffic/ispcp-vrl-traff > /var/log/ispcp/ispcp-vrl-traff.log 
    5151  endscript 
    5252  postrotate 
    53     if [ -e /var/run/syslogd.pid ]; then 
     53    if [ -e /var/run/syslog.pid ]; then 
    5454      /usr/bin/killall -HUP syslogd 
    5555    elif [ -e /var/run/rsyslogd.pid ]; then 
Note: See TracChangeset for help on using the changeset viewer.