[arch-commits] Commit in ntp/trunk (PKGBUILD)
    Dave Reisner 
    dreisner at archlinux.org
       
    Mon Aug 20 17:53:50 UTC 2012
    
    
  
    Date: Monday, August 20, 2012 @ 13:53:49
  Author: dreisner
Revision: 165487
upgpkg: ntp 4.2.6.p5-9
- ntp-units.d file must be a service file, not binary name
Modified:
  ntp/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-20 17:36:37 UTC (rev 165486)
+++ PKGBUILD	2012-08-20 17:53:49 UTC (rev 165487)
@@ -5,7 +5,7 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=8
+pkgrel=9
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
@@ -63,5 +63,5 @@
 	mv "${pkgdir}/usr/share/man/man8/ntpd.8" "${pkgdir}/usr/share/man/man8/ntp-ntpd.8" # we should ditch openntpd
 
 	install -dm755 "$pkgdir/usr/lib/ntp-units.d"
-	echo "$pkgname" > "$pkgdir/usr/lib/ntp-units.d/$pkgname"
+	echo "ntpd.service" > "$pkgdir/usr/lib/ntp-units.d/$pkgname"
 }
    
    
More information about the arch-commits
mailing list