All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc-utils: Fixed a typo in daemon logging message
@ 2014-11-05  1:47 Nikolay Sivov
  0 siblings, 0 replies; only message in thread
From: Nikolay Sivov @ 2014-11-05  1:47 UTC (permalink / raw)
  To: util-linux

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-05  2:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05  1:47 [PATCH] misc-utils: Fixed a typo in daemon logging message Nikolay Sivov

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.