add proper links and logrotate scripts for alternc-slave, note that we do not add the cronjob

This commit is contained in:
Antoine Beaupré 2008-10-04 16:38:45 +00:00
parent 9e3b4b8cdd
commit 1dfc9e15ec
3 changed files with 35 additions and 0 deletions

2
.gitattributes vendored
View File

@ -247,6 +247,8 @@ bureau/locales/pt_BR/LC_MESSAGES/messages.po -text
debian/README.Debian -text
debian/alternc-slave.dirs -text
debian/alternc-slave.install -text
debian/alternc-slave.links -text
debian/alternc-slave.logrotate -text
debian/alternc.cron.d -text
debian/alternc.dirs -text
debian/alternc.links -text

1
debian/alternc-slave.links vendored Normal file
View File

@ -0,0 +1 @@
/usr/share/alternc/install/alternc.install usr/sbin/alternc.install

32
debian/alternc-slave.logrotate vendored Normal file
View File

@ -0,0 +1,32 @@
#
# Logrotate.d script for AlternC
# $Id: alternc.logrotate,v 1.1 2004/05/25 02:35:38 anonymous Exp $
#
/var/log/alternc/bureau.log {
monthly
missingok
create 0640 www-data www-data
rotate 12
compress
delaycompress
}
/var/log/alternc/domaines.log {
monthly
missingok
create 0640 root root
rotate 12
compress
delaycompress
}
/var/log/alternc/sub_domaines.log {
monthly
missingok
create 0640 root root
rotate 12
compress
delaycompress
}