Show
Ignore:
Timestamp:
04/24/08 18:08:21 (2 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/alternc-webalizer

    r2176 r2177  
    1717trap cleanup 1 2 15 
    1818 
    19 cleanup
     19cleanup()
    2020    rm -f $TMPLOG 
    2121    rm -rf $CACHEDIR/* 
    2222} 
    2323 
    24 dostat
     24dostat()
    2525    read LANG DOM DIR USER 
    2626    while [ "$DOM" ] 
  • 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