Show
Ignore:
Timestamp:
04/24/08 18:08:21 (7 months ago)
Author:
anarcat
Message:

correctly declare functions

I forgot to mention that the original patch here is from Patrick Hétu.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-webalizer/trunk/debian/postinst

    r2176 r2177  
    1212 
    1313# Configure logrotate.d/apache to create log owned by group www-data : 
    14 logrotate_apache
     14logrotate_apache()
    1515        cp -a -f $APACHEROTATE $APACHEROTATE.tmp 
    1616        sed -e 's/create 640 root adm/create 640 root www-data/' < $APACHEROTATE > $APACHEROTATE.tmp