[arch-commits] Commit in ntp/trunk (PKGBUILD logrotate.d ntp.conf)

Gaetan Bisson bisson at archlinux.org
Wed Nov 14 03:01:21 UTC 2012


    Date: Tuesday, November 13, 2012 @ 22:01:20
  Author: bisson
Revision: 170958

implement FS#32606

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntp.conf
Deleted:
  ntp/trunk/logrotate.d

-------------+
 PKGBUILD    |    7 ++-----
 logrotate.d |    4 ----
 ntp.conf    |    3 +--
 3 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-14 02:54:08 UTC (rev 170957)
+++ PKGBUILD	2012-11-14 03:01:20 UTC (rev 170958)
@@ -18,15 +18,13 @@
         'ntpdate'
         'ntp.conf'
         'ntpd.conf'
-        'logrotate.d'
         'ntpd.service')
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
           '4e324e625c1f080b5c028be5092aa71adbf9bd99'
           '01394b8a952f5edc85d19df8335eeac3980320f4'
-          'eb1f63814b9adbd3d518e880fa3b38c375f0fe91'
+          'f6a2292c26a201d9305669e99463fb54e5603b3f'
           '4537d1f58b299d463db5048129cb264511474b0b'
-          '4f76f7f9ffc8315ff9924f793f272d4f6939b816'
-          '25a27cecdb937f48fa7b7c71dcc8b31cdad89306')
+          'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95')
 
 install=install
 
@@ -52,7 +50,6 @@
 	install -Dm755 ../ntpdate "${pkgdir}"/etc/rc.d/ntpdate
 	install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
 	install -Dm644 ../ntpd.conf "${pkgdir}"/etc/conf.d/ntpd.conf
-	install -Dm644 ../logrotate.d "${pkgdir}"/etc/logrotate.d/ntpd
 	install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
 	install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 	

Deleted: logrotate.d
===================================================================
--- logrotate.d	2012-11-14 02:54:08 UTC (rev 170957)
+++ logrotate.d	2012-11-14 03:01:20 UTC (rev 170958)
@@ -1,4 +0,0 @@
-/var/log/ntp.log {
-	missingok
-	copytruncate
-}

Modified: ntp.conf
===================================================================
--- ntp.conf	2012-11-14 02:54:08 UTC (rev 170957)
+++ ntp.conf	2012-11-14 03:01:20 UTC (rev 170958)
@@ -15,9 +15,8 @@
 restrict 127.0.0.1
 restrict ::1
 
-# Location of drift and log files
+# Location of drift file
 driftfile /var/lib/ntp/ntp.drift
-logfile /var/log/ntp.log
 
 # NOTE: If you run dhcpcd and have lines like 'restrict' and 'fudge' appearing
 # here, be sure to add '-Y -N' to the dhcpcd_ethX variables in /etc/conf.d/net




More information about the arch-commits mailing list