diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2010-05-13 00:41:27 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:41:27 +0200 |
commit | 6d9a73d91bbb4e5c0f52d2953bc8503f18a3a3a6 (patch) | |
tree | 1d327cc63cfe8421cc1d6bdd3c82cc80a4ce2dc8 /system/postgresql/postgresql.logrotate | |
parent | 04c319e55c325208611d6be82b88f5c57c68a5e2 (diff) | |
download | slackbuilds-6d9a73d91bbb4e5c0f52d2953bc8503f18a3a3a6.tar.gz |
system/postgresql: Updated for version 8.4.2
Diffstat (limited to 'system/postgresql/postgresql.logrotate')
-rw-r--r-- | system/postgresql/postgresql.logrotate | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/system/postgresql/postgresql.logrotate b/system/postgresql/postgresql.logrotate index 11ce787a9e..d68ccf71bc 100644 --- a/system/postgresql/postgresql.logrotate +++ b/system/postgresql/postgresql.logrotate @@ -1,8 +1,9 @@ /var/log/postgresql { - postrotate - /etc/rc.d/rc.postgresql reload 2>&1 > /dev/null - endscript - size=100k - rotate 5 - create 0640 postgres wheel + daily + rotate 7 + copytruncate + delaycompress + compress + notifempty + missingok } |