[Pkg-sysvinit-commits] r1212 - in sysvinit/trunk/debian: . patches

pere at alioth.debian.org pere at alioth.debian.org
Sun Jan 13 09:14:31 UTC 2008


Author: pere
Date: 2008-01-13 09:14:31 +0000 (Sun, 13 Jan 2008)
New Revision: 1212

Added:
   sysvinit/trunk/debian/patches/27_last_usageopts.dpatch
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/patches/00list
Log:
  * New patch 27_last_usageopts to document options -adi in last usage
    output (Closes: #415525).

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2008-01-13 09:08:21 UTC (rev 1211)
+++ sysvinit/trunk/debian/changelog	2008-01-13 09:14:31 UTC (rev 1212)
@@ -3,6 +3,8 @@
   * Handle trailing space after interface names in
     /etc/network/interfaces when checking if the last interface has
     been enabled for NFS mounting (Closes: #460463).
+  * New patch 27_last_usageopts to document options -adi in last usage
+    output (Closes: #415525).
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 13 Jan 2008 00:04:38 +0100
 

Modified: sysvinit/trunk/debian/patches/00list
===================================================================
--- sysvinit/trunk/debian/patches/00list	2008-01-13 09:08:21 UTC (rev 1211)
+++ sysvinit/trunk/debian/patches/00list	2008-01-13 09:14:31 UTC (rev 1212)
@@ -9,6 +9,7 @@
 21_ifdown_kfreebsd
 25_last_sanify
 26_last_ipv6
+27_last_usageopts
 30_strip
 31_build_warnings
 40_selinux

Added: sysvinit/trunk/debian/patches/27_last_usageopts.dpatch
===================================================================
--- sysvinit/trunk/debian/patches/27_last_usageopts.dpatch	                        (rev 0)
+++ sysvinit/trunk/debian/patches/27_last_usageopts.dpatch	2008-01-13 09:14:31 UTC (rev 1212)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 27_last_usageopts.dpatch by Petter Reinholdtsen
+
+Document options previously only mentioned in the manual page.  Fixes
+debian bug #415525.
+
+ at DPATCH@
+--- sysvinit-2.86/src/last.c	(revision 1201)
++++ sysvinit-2.86/src/last.c	(working copy)
+@@ -492,7 +492,7 @@
+ {
+ 	fprintf(stderr, "Usage: %s [-num | -n num] [-f file] "
+ 			"[-t YYYYMMDDHHMMSS] "
+-			"[-R] [-x] [-o] [username..] [tty..]\n", s);
++			"[-R] [-adiox] [username..] [tty..]\n", s);
+ 	exit(1);
+ }
+ 




More information about the Pkg-sysvinit-commits mailing list