diff options
author | Tom Martin <slarti@gentoo.org> | 2005-10-29 09:55:08 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-10-29 09:55:08 +0000 |
commit | 9f8631c6395fdd409b89e24540452cd5915b0372 (patch) | |
tree | 1aeb8aef837625231c380f50c93dd06dca758df6 /media-sound | |
parent | Add work-around for linux-2.6.14+, bug #110762. (diff) | |
download | historical-9f8631c6395fdd409b89e24540452cd5915b0372.tar.gz historical-9f8631c6395fdd409b89e24540452cd5915b0372.tar.bz2 historical-9f8631c6395fdd409b89e24540452cd5915b0372.zip |
A few grammar and consistency corrections in the RC script's messages.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpdscribble/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpdscribble/Manifest | 10 | ||||
-rw-r--r-- | media-sound/mpdscribble/files/mpdscribble.rc | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index 544c7a36e992..54ac612f26e9 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpdscribble # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.5 2005/10/15 23:22:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.6 2005/10/29 09:55:08 slarti Exp $ + + 29 Oct 2005; Tom Martin <slarti@gentoo.org> files/mpdscribble.rc: + A few grammar and consistency corrections in the RC script's messages. 15 Oct 2005; Joseph Jezak <josejx@gentoo.org> mpdscribble-0.2.6.ebuild: Marked ~ppc for bug #107814. diff --git a/media-sound/mpdscribble/Manifest b/media-sound/mpdscribble/Manifest index f5b1edcf0c60..f49a7c24389c 100644 --- a/media-sound/mpdscribble/Manifest +++ b/media-sound/mpdscribble/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b8591f1cbc93ce406e82437d74af4d70 ChangeLog 899 +MD5 223c2f7c5cbe9fc092fb7fdc4a0a6a3c ChangeLog 1041 MD5 bb3bc554122fe799b840d3af19e2a511 files/digest-mpdscribble-0.2.6 69 -MD5 22daeb4585fbe5bdb0cd7f98277cded9 files/mpdscribble.rc 477 +MD5 71c7208eb53a7506d94cb45fe106edd2 files/mpdscribble.rc 464 MD5 ac8292cf54418efa89fa3e29c0c1cacb metadata.xml 686 MD5 fa1fa2167fa5e50ef66faded5580d395 mpdscribble-0.2.6.ebuild 1114 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDUY81csIHjyDViGQRAqXiAKDM2RSAdfcAQESM/9UzQnv9FI3/KwCfcL7Q -JuNj/vbEMF4Du5oN8rrVAMo= -=m3Vg +iD8DBQFDY1VACHk4+ZoBpvsRAlUSAJ99x0uFtjFu7ggGt/MwHs77IJkPowCfSDVv +1NqgHo7azTv6xYNmZ+0qNRg= +=rbPB -----END PGP SIGNATURE----- diff --git a/media-sound/mpdscribble/files/mpdscribble.rc b/media-sound/mpdscribble/files/mpdscribble.rc index 6aa6cd5c46c1..09beb6a32e42 100644 --- a/media-sound/mpdscribble/files/mpdscribble.rc +++ b/media-sound/mpdscribble/files/mpdscribble.rc @@ -12,7 +12,7 @@ start () { } stop () { - ebegin "Stopping Music Player Daemon Audioscrobbler Client: mpdscribble" + ebegin "Stopping Music Player Daemon Audioscrobbler client" start-stop-daemon --stop --quiet -p /var/run/mpdscribble.pid -m --exec /usr/bin/mpdscribble || eerror "mpdscribble is not running" rm -f /var/run/mpdscribble.pid eend $? |