Changeset 2176 for alternc-webalizer/trunk
- Timestamp:
- 04/24/08 18:02:56 (5 months ago)
- Files:
-
- alternc-webalizer/trunk/alternc-webalizer (modified) (1 diff)
- alternc-webalizer/trunk/debian/changelog (modified) (1 diff)
- alternc-webalizer/trunk/debian/postinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-webalizer/trunk/alternc-webalizer
r2170 r2176 17 17 trap cleanup 1 2 15 18 18 19 functioncleanup {19 cleanup { 20 20 rm -f $TMPLOG 21 21 rm -rf $CACHEDIR/* 22 22 } 23 23 24 functiondostat {24 dostat { 25 25 read LANG DOM DIR USER 26 26 while [ "$DOM" ] alternc-webalizer/trunk/debian/changelog
r2175 r2176 8 8 * add explicit copyright 9 9 * remove Description-fr 10 * remove bashisms in shell scripts 10 11 11 12 -- Antoine Beaupré <anarcat@koumbit.org> Thu, 24 Apr 2008 11:47:01 -0400 alternc-webalizer/trunk/debian/postinst
r2170 r2176 12 12 13 13 # Configure logrotate.d/apache to create log owned by group www-data : 14 functionlogrotate_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
