update-rc.d: Be less verbose by default. (from OE)

* Don't spit detailed info about links created unless passed -v.
* This is to prevent initial bootup console spamming.

Revision: fe0992753b30f43be0407eacefd0a4c6fb8045bd
Author: pfalcon@openembedded.org
Date: 2007-12-01T19:22:14


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3340 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-12-18 08:21:00 +00:00
parent c3fb3617fd
commit c75f6a23fd
1 changed files with 3 additions and 2 deletions

View File

@ -3,9 +3,10 @@ PRIORITY = "standard"
DESCRIPTION = "Manage symlinks in /etc/rcN.d"
LICENSE = "GPL"
S = "${WORKDIR}/update-rc.d"
PR = "r0"
PR = "r1"
SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7"
SRC_URI = "${HANDHELDS_CVS};module=apps/update-rc.d;tag=r0_7 \
file://add-verbose.patch;patch=1"
PACKAGE_ARCH = "all"