Ignore:
Timestamp:
04/24/08 18:02:56 (5 years ago)
Author:
anarcat
Message:

remove bashisms in shell scripts.

See #1122

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc-webalizer/trunk/debian/postinst

    r2170 r2176  
    1212 
    1313# Configure logrotate.d/apache to create log owned by group www-data : 
    14 function 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 
Note: See TracChangeset for help on using the changeset viewer.