diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-06-25 09:50:58 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-06-25 09:50:58 +0000 |
commit | 83459ea9b94d898d37428377f872482b5771998a (patch) | |
tree | fcbd07eb1a8861a9d90dc0f1b9f2d7043d36a415 /net-misc/chrony/files | |
parent | Stable on amd64 wrt bug #325335 (diff) | |
download | gentoo-2-83459ea9b94d898d37428377f872482b5771998a.tar.gz gentoo-2-83459ea9b94d898d37428377f872482b5771998a.tar.bz2 gentoo-2-83459ea9b94d898d37428377f872482b5771998a.zip |
Fixed missing { in logrotate script
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/chrony/files')
-rw-r--r-- | net-misc/chrony/files/chrony.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/files/chrony.logrotate b/net-misc/chrony/files/chrony.logrotate index a88537d74b61..0a64c88a4765 100644 --- a/net-misc/chrony/files/chrony.logrotate +++ b/net-misc/chrony/files/chrony.logrotate @@ -1,4 +1,4 @@ -/var/log/chrony/*.log +/var/log/chrony/*.log { sharedscripts postrotate PASSWORD=`awk '$1 ~ /^1$/ {print $2; exit}' /etc/chrony/chrony.keys` |