[arch-commits] Commit in tenshi/trunk (PKGBUILD tenshi.service)

Florian Pritz bluewind at nymeria.archlinux.org
Sun May 12 16:46:18 UTC 2013


    Date: Sunday, May 12, 2013 @ 18:46:17
  Author: bluewind
Revision: 90449

upgpkg: tenshi 0.14-4

move to /usr/bin; remove initscripts script

Modified:
  tenshi/trunk/PKGBUILD
  tenshi/trunk/tenshi.service

----------------+
 PKGBUILD       |   14 ++++----------
 tenshi.service |    2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 14:38:17 UTC (rev 90448)
+++ PKGBUILD	2013-05-12 16:46:17 UTC (rev 90449)
@@ -4,7 +4,7 @@
 
 pkgname=tenshi
 pkgver=0.14
-pkgrel=3
+pkgrel=4
 pkgdesc="real-time log monitor from the Gentoo Linux project"
 url="http://dev.inversepath.com/trac/tenshi"
 arch=(any)
@@ -12,17 +12,13 @@
 depends=('perl' perl-io-bufferedselect)
 install="$pkgname.install"
 source=(http://dev.inversepath.com/tenshi/$pkgname-$pkgver.tar.gz
-        'rc-script'
-        'rc-conf'
         'tenshi.install'
         'tenshi.service'
         'conf.diff')
-backup=(etc/tenshi/tenshi.conf etc/conf.d/tenshi)
+backup=(etc/tenshi/tenshi.conf)
 md5sums=('9951f2995c4e08539a60026774da183a'
-         '94104e395d33c4f72cb6bbfe3591b7a0'
-         '302037a01958993b31988d3f50ee20b1'
          'd8a70806f3a2a498d9d8ef2ecb171ad8'
-         'e9aed8f5cb265118c6481c061050f86b'
+         '8c8a582c6a8c61d4ff596ed3af8ab593'
          '451250b1955b14691ca1c7124d1991f2')
 
 build() {
@@ -35,9 +31,7 @@
 package() {
 	cd "$srcdir/$pkgname-$pkgver"
 
-	make DESTDIR="$pkgdir" docdir=/usr/share/doc/tenshi install
-	install -Dm644 "$srcdir/rc-conf" "$pkgdir/etc/conf.d/tenshi"
-	install -Dm755 "$srcdir/rc-script" "$pkgdir/etc/rc.d/tenshi"
+	make DESTDIR="$pkgdir" docdir=/usr/share/doc/tenshi bindir=/usr/bin install
 	install -Dm644 "$srcdir/tenshi.service" "$pkgdir/usr/lib/systemd/system/tenshi.service"
 	install -dm755 "$pkgdir/usr/share/licenses/tenshi"
 	mv "$pkgdir/usr/share/doc/tenshi/LICENSE" "$pkgdir/usr/share/licenses/tenshi/LICENSE"

Modified: tenshi.service
===================================================================
--- tenshi.service	2013-05-12 14:38:17 UTC (rev 90448)
+++ tenshi.service	2013-05-12 16:46:17 UTC (rev 90449)
@@ -2,7 +2,7 @@
 Description=real-time log monitor
 
 [Service]
-ExecStart=/usr/sbin/tenshi -c /etc/tenshi/tenshi.conf -f
+ExecStart=/usr/bin/tenshi -c /etc/tenshi/tenshi.conf -f
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]




More information about the arch-commits mailing list