Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b696a1fdcfaba0a150be4e1a1e60b76c58cd88d9

commit b696a1fdcfaba0a150be4e1a1e60b76c58cd88d9
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Dec 4 14:12:58 2010 +0100

dhcdbd-3.0-2-i686

- get rid of 'pidof -o %PPID'

diff --git a/source/network-extra/dhcdbd/FrugalBuild 
b/source/network-extra/dhcdbd/FrugalBuild
index 8898f2d..3ebcb1a 100644
--- a/source/network-extra/dhcdbd/FrugalBuild
+++ b/source/network-extra/dhcdbd/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=dhcdbd
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, 
stores and presents DHCP options"
url="http://dcantrel.fedorapeople.org/dhcdbd/";
depends=('dbus>=1.0.2' 'dhclient')
@@ -14,7 +14,7 @@ up2date="elinks -dump 
https://fedorahosted.org/releases/d/h/dhcdbd/ | Flasttar"
source=($url/$pkgname-$pkgver.tar.bz2 rc.dhcdbd rc.dhcdbd-hu.po \
dhcdbd-3.0-dbus.patch)
sha1sums=('e00dd158d63a7f0e77ec8bbe4455c75fcea71c11' \
-          'd0812b8bfe81ebc90ed14f0f0e62d0126db6628a' \
+          '641d3a92ef9090d29b1dc3ba3b05e9464331d211' \
'172e785bdc67183d074f608c7cea3e90914c0652' \
'47bbda2dd2dab5c448f87449271670a6d1153fe4')

diff --git a/source/network-extra/dhcdbd/rc.dhcdbd 
b/source/network-extra/dhcdbd/rc.dhcdbd
index b7506f6..1b810b1 100644
--- a/source/network-extra/dhcdbd/rc.dhcdbd
+++ b/source/network-extra/dhcdbd/rc.dhcdbd
@@ -13,7 +13,7 @@ TEXTDOMAINDIR=/lib/initscripts/messages

actions=(restart start stop)
daemon=$"DHCP DBUS Client"
-PID=`pidof -o %PPID /sbin/dhcdbd`
+PID=`pidof /sbin/dhcdbd`

rc_start()
{
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to