summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-01-22 05:44:20 +0100
committerJeroen Roovers <jer@gentoo.org>2016-01-22 05:44:20 +0100
commita306eddeea640e2ea230838a0248d9c8a3cd77e6 (patch)
tree58a333b468071fc11586d5f2c5986e8e0514de92 /net-misc/chrony/files
parentnet-misc/chrony: Version bump (bug #572566). (diff)
downloadgentoo-a306eddeea640e2ea230838a0248d9c8a3cd77e6.tar.gz
gentoo-a306eddeea640e2ea230838a0248d9c8a3cd77e6.tar.bz2
gentoo-a306eddeea640e2ea230838a0248d9c8a3cd77e6.zip
net-misc/chrony: Old.
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-misc/chrony/files')
-rw-r--r--net-misc/chrony/files/chrony.logrotate11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-misc/chrony/files/chrony.logrotate b/net-misc/chrony/files/chrony.logrotate
deleted file mode 100644
index b788874c52c6..000000000000
--- a/net-misc/chrony/files/chrony.logrotate
+++ /dev/null
@@ -1,11 +0,0 @@
-/var/log/chrony/*.log {
- missingok
- sharedscripts
- postrotate
- PASSWORD=`awk '$1 ~ /^1$/ {print $2; exit}' /etc/chrony/chrony.keys`
- cat << EOF | /usr/bin/chronyc | sed '/^200 OK$/d'
- password $PASSWORD
- cyclelogs
-EOF
- endscript
-}