All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikolay Sivov <nsivov@codeweavers.com>
To: util-linux@vger.kernel.org
Subject: [PATCH] misc-utils: Fixed a typo in daemon logging message
Date: Wed, 05 Nov 2014 04:47:06 +0300	[thread overview]
Message-ID: <5459819A.8030601@codeweavers.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 4 bytes --]

---

[-- Attachment #2: 0001-misc-utils-Fixed-a-typo-in-daemon-logging-message.patch --]
[-- Type: text/x-patch, Size: 744 bytes --]

>From 72c992e6b1e6b404c27fcab4f38cf9933cb1a560 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <nsivov@codeweavers.com>
Date: Wed, 5 Nov 2014 04:41:48 +0300
Subject: [PATCH] misc-utils: Fixed a typo in daemon logging message

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
---
 misc-utils/uuidd.rc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-utils/uuidd.rc.in b/misc-utils/uuidd.rc.in
index cebe228..26273e5 100644
--- a/misc-utils/uuidd.rc.in
+++ b/misc-utils/uuidd.rc.in
@@ -35,7 +35,7 @@ case "$1" in
 	log_end_msg $?
     ;;
   stop)
-	log_daemon_msg "Stopping uuidd generator" "uuidd"
+	log_daemon_msg "Stopping uuid generator" "uuidd"
 	killproc -p $PIDFILE $DAEMON
 	log_end_msg $?
     ;;
-- 
2.1.1


                 reply	other threads:[~2014-11-05  2:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5459819A.8030601@codeweavers.com \
    --to=nsivov@codeweavers.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.