diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2010-05-11 22:27:00 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:27:00 +0200 |
commit | 99e62536447ecb3c2c89631437848c42ec0f5b93 (patch) | |
tree | e9ba6886a68a04db0f68621ea6f0735a36794bf0 /system/postgresql/postgresql.logrotate | |
parent | 65739ea69c3643507c111655bce1ce3f98dc0f45 (diff) |
system/postgresql: Updated for version 8.3.5
Diffstat (limited to 'system/postgresql/postgresql.logrotate')
-rw-r--r-- | system/postgresql/postgresql.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/postgresql.logrotate b/system/postgresql/postgresql.logrotate index c8724992e2400..11ce787a9e8b3 100644 --- a/system/postgresql/postgresql.logrotate +++ b/system/postgresql/postgresql.logrotate @@ -1,4 +1,4 @@ -/var/log/postgresql.log { +/var/log/postgresql { postrotate /etc/rc.d/rc.postgresql reload 2>&1 > /dev/null endscript |