Subversion Repositories ALCASAR

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2833 → Rev 2688

/conf/logrotate.d/admin_log
1,6 → 1,7
/var/Save/security/acc_access.log {
/var/Save/security/acc_access.log{
rotate 12
monthly
missingok
notifempty
endscript
}
/conf/logrotate.d/ulogd
1,6 → 1,6
/var/log/ulogd/ulogd.log {
missingok
notifempty
notifyempty
create 0640 ulogd ulogd
sharedscripts
}
/conf/logrotate.d/mysqld
0,0 → 1,37
# This logname can be set in /etc/my.cnf
# by setting the variable "err-log"
# in the [safe_mysqld] section as follows:
#
# [safe_mysqld]
# err-log=/var/lib/mysql/mysqld.log
#
# If the root user has a password you have to create a
# /root/.my.cnf configuration file with the following
# content:
#
# [mysqladmin]
# password = <secret>
# user= root
#
# where "<secret>" is the password.
#
# ATTENTION: This /root/.my.cnf should be readable ONLY
# for root !
 
/var/log/mysqld/mysqld.log {
# create 600 mysql mysql
notifempty
daily
rotate 31
dateext
missingok
compress
postrotate
# just if mysqld is really running
if test -x /usr/bin/mysqladmin && \
/usr/bin/mysqladmin ping &>/dev/null
then
/usr/bin/mysqladmin flush-logs
fi
endscript
}
Property changes:
Added: svn:keywords
+Id Author Date
\ No newline at end of property