diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-04-05 21:46:56 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-04-05 21:46:56 (GMT) |
commit | 633bb83e698e5914fd38d72e6a17c7249445a3d4 (patch) | |
tree | ba45a768aaa628f60b352bae4cb9d61d9dca256a | |
parent | be834a1587a6fb592cdd3d3205c1636547a7815d (diff) | |
download | linhes_pkgbuild-633bb83e698e5914fd38d72e6a17c7249445a3d4.zip linhes_pkgbuild-633bb83e698e5914fd38d72e6a17c7249445a3d4.tar.gz linhes_pkgbuild-633bb83e698e5914fd38d72e6a17c7249445a3d4.tar.bz2 |
lcdproc: remove run file as it exists in runit-scripts.
ref #673
-rw-r--r-- | abs/extra-testing/lcdproc/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/extra-testing/lcdproc/run.lcdd | 8 |
2 files changed, 1 insertions, 11 deletions
diff --git a/abs/extra-testing/lcdproc/PKGBUILD b/abs/extra-testing/lcdproc/PKGBUILD index a16945e..73a393b 100644 --- a/abs/extra-testing/lcdproc/PKGBUILD +++ b/abs/extra-testing/lcdproc/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Bernhard Walle <bernhard.walle@gmx.de> pkgname=lcdproc pkgver=0.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="LCDproc is a utility to drive one or more LCD (and LCD-like) devices attached to a host." url="http://lcdproc.omnipotent.net/" license="GPL" @@ -10,7 +10,6 @@ backup=(etc/LCDd.conf) arch=(i686 x86_64) install=lcdproc.install source=(http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz - run.lcdd lcdproc-add-serdisplib ) @@ -25,5 +24,4 @@ build() { install -D -m 755 $startdir/src/run.lcdd $startdir/pkg/etc/sv/lcdd/run } md5sums=('fe9a7c9d8f2c5e76250ce2ea8f644921' - '3c819fe53358ffb6d5e06f68dd8e367b' '274322642740ad323c43ec5d324519d4') diff --git a/abs/extra-testing/lcdproc/run.lcdd b/abs/extra-testing/lcdproc/run.lcdd deleted file mode 100644 index 5f4af8e..0000000 --- a/abs/extra-testing/lcdproc/run.lcdd +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -. /etc/rc.conf -. /etc/rc.d/functions - -PID=`pidof -o %PPID /usr/sbin/LCDd` - stat_busy "Starting LCDd daemon" - [ -z "$PID" ] && exec /usr/sbin/LCDd -f -c /etc/LCDd.conf |