Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=7ed999b9cd5f65de32a1eff69f314fc6a959c219

commit 7ed999b9cd5f65de32a1eff69f314fc6a959c219
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Nov 28 22:07:03 2010 +0000

systemd-15-10-i686
*delete useless pidof wrapper

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index 5551c89..237317d 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -5,13 +5,13 @@ USE_CRYPTSETUP=${USE_CRYPTSETUP:-"n"}

pkgname=systemd
pkgver=15
-pkgrel=9
+pkgrel=10
pkgdesc="A System and Service Manager"
url="http://www.freedesktop.org/wiki/Software/systemd";
source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2 
Frugalware.diff \
functions functions-{de,hu,it}.po inittab rc.4 rc.4-de.po rc.6 rc.{de,en,hu,it}\
rc.functions rc.K rc.local rc.M rc.messages rc.reboot rc.reboot-{de,hu}.po \
-       rc.S rc.single rc.single-{de,hu}.po rc.sysvinit pidof console.conf)
+       rc.S rc.single rc.single-{de,hu}.po rc.sysvinit console.conf)
up2date="Flasttar http://www.freedesktop.org/software/$pkgname";
depends=('dbus' 'udev' 'pam' 'coreutils' 'libcap')
if Fuse $USE_CRYPTSETUP; then
@@ -65,8 +65,6 @@ build()
Fln /bin/systemctl /sbin/shutdown
Fln /bin/systemctl /sbin/telinit
Fln /bin/systemctl /sbin/runlevel
-       #Fork pidof some rc script use it
-       Fexe pidof /bin/

#TODO :
#this part should be removed when ALL rc scripts will used systemd syntax
@@ -147,6 +145,5 @@ sha1sums=('b383d35b409a99d6929e7d1f2e508e3b97fef601' \
'64db4a11baebe28eaf5d71119c2cb5f091170957' \
'aa911a93c7ab733b1729f6a9c174b687aa2db58d' \
'b55eb418f8fef43077cec29c103b70fcb4d21329' \
-          '3cf15547669e43cb402df01689a41d91aff5d967' \
'abaa5c83d5adf2c5be188ce0de488bfa2b5a4505')

diff --git a/source/base/systemd/pidof b/source/base/systemd/pidof
deleted file mode 100755
index 2d49fbd..0000000
--- a/source/base/systemd/pidof
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-ps -Ac | egrep -i $@ | awk '{print $1}';
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to