Changeset 2177
- Timestamp:
- 04/24/08 18:08:21 (3 weeks ago)
- Files:
-
- alternc-webalizer/trunk/alternc-webalizer (modified) (1 diff)
- alternc-webalizer/trunk/debian/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-webalizer/trunk/alternc-webalizer
r2176 r2177 17 17 trap cleanup 1 2 15 18 18 19 cleanup {19 cleanup() { 20 20 rm -f $TMPLOG 21 21 rm -rf $CACHEDIR/* 22 22 } 23 23 24 dostat {24 dostat() { 25 25 read LANG DOM DIR USER 26 26 while [ "$DOM" ] alternc-webalizer/trunk/debian/postinst
r2176 r2177 12 12 13 13 # Configure logrotate.d/apache to create log owned by group www-data : 14 logrotate_apache {14 logrotate_apache() { 15 15 cp -a -f $APACHEROTATE $APACHEROTATE.tmp 16 16 sed -e 's/create 640 root adm/create 640 root www-data/' < $APACHEROTATE > $APACHEROTATE.tmp
