Changeset 1513
- Timestamp:
- 03/29/06 23:59:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postinst
r1512 r1513 7 7 # Uses AlternC.conf 8 8 . /etc/alternc/local.sh 9 10 # Configure logrotate.d/apache to create log owned by group www-data : 11 function logrotate_apache { 12 cp -a -f $APACHEROTATE $APACHEROTATE.tmp 13 sed -e 's/create 640 root adm/create 640 root www-data/' < $APACHEROTATE > $APACHEROTATE.tmp 14 mv -f $APACHEROTATE.tmp $APACHEROTATE 15 } 16 9 17 10 18 case "$1" in … … 25 33 26 34 chown www-data /var/cache/alternc-webalizer 35 36 logrotate_apache 27 37 28 38 ;ADD menu item :
Note: See TracChangeset
for help on using the changeset viewer.
