[Pkg-sysvinit-devel] Bug#676910: [PATCH] motd: Update usage message from `bootlogs` to `motd`

Paul Menzel pm.debian at googlemail.com
Sun Jun 10 12:58:33 UTC 2012


Package: initscripts
Version: 2.88dsf-24
Severity: minor
Tags: patch

Dear Debian folks,


please apply the following patch by saving this mbox file and issue `git
am --scissors`. Please add the bug number to changelog file by running
`git commit --amend` afterward.


Thanks,

Paul

--- 8< ---- >8 ---
From f73fc522be61e09564c155b304a6c22e54febfca Mon Sep 17 00:00:00 2001
From: Paul Menzel <pm.debian at googlemail.com>
Date: Sun, 10 Jun 2012 14:48:00 +0200
Subject: [PATCH] motd: Update usage message from `bootlogs` to `motd`

After the split of `/etc/init.d/bootlogs` in version 2.88dsf-24 the
usage message was not updated.

---
 debian/changelog                       |    7 +++++++
 debian/src/initscripts/etc/init.d/motd |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bddf5ec..fc0ffa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sysvinit (2.88dsf-27.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix usage message in `/etc/init.d/motd`.
+
+ -- Paul Menzel <pm.debian at googlemail.com>  Sun, 10 Jun 2012 14:48:00 +0200
+
 sysvinit (2.88dsf-27) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
diff --git a/debian/src/initscripts/etc/init.d/motd b/debian/src/initscripts/etc/init.d/motd
index d636142..e0d7706 100644
--- a/debian/src/initscripts/etc/init.d/motd
+++ b/debian/src/initscripts/etc/init.d/motd
@@ -45,7 +45,7 @@ case "$1" in
 	exit $?
 	;;
   *)
-	echo "Usage: bootlogs [start|stop|status]" >&2
+	echo "Usage: motd [start|stop|status]" >&2
 	exit 3
 	;;
 esac
-- 
1.7.10.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/attachments/20120610/a3f77e94/attachment.pgp>


More information about the Pkg-sysvinit-devel mailing list