diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2014-01-06 18:19:29 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:07 -0600 |
commit | 4911bc963f072a216abb4b9c15cfba679e6795b7 (patch) | |
tree | 62eac071981816f072f0bc171c3da1725fa90d50 /system/postgresql/postgresql.logrotate | |
parent | 11a427aed5293863f0798045ba9fd9ac57da246c (diff) | |
download | slackbuilds-4911bc963f072a216abb4b9c15cfba679e6795b7.tar.gz |
system/postgresql: Updated for version 9.3.2.
More sensible defaults for database encoding and auth
Misc cleanups
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 e292391333..489effe642 100644 --- a/system/postgresql/postgresql.logrotate +++ b/system/postgresql/postgresql.logrotate @@ -1,4 +1,4 @@ -/var/log/postgresql-@PG_VERSION@ { +/var/log/@PRGNAM@-@PG_VERSION@ { daily rotate 7 copytruncate |