[at] at-3.1.13-help.patch update usage

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Apr 19 15:41:48 UTC 2012


commit 926bb3fb9cb2625756d264d8f7df98cc40de73ca
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Apr 17 14:35:30 2012 +0200

    at-3.1.13-help.patch update usage

 at-3.1.13-help.patch |   15 +++++++++++++++
 at.spec              |    3 +++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/at-3.1.13-help.patch b/at-3.1.13-help.patch
new file mode 100644
index 0000000..8014526
--- /dev/null
+++ b/at-3.1.13-help.patch
@@ -0,0 +1,15 @@
+diff -up at-3.1.13/at.c.add at-3.1.13/at.c
+diff -up at-3.1.13/panic.c.add at-3.1.13/panic.c
+--- at-3.1.13/panic.c.add	2012-01-27 13:54:46.216466452 +0100
++++ at-3.1.13/panic.c	2012-01-27 13:57:35.123747498 +0100
+@@ -92,8 +92,8 @@ usage(void)
+ {
+ /* Print usage and exit.
+  */
+-    fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-mlbv] timespec ...\n"
+-            "       at [-V] [-q x] [-f file] [-mlbv] -t time\n"
++    fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-mMlbv] timespec ...\n"
++            "       at [-V] [-q x] [-f file] [-mMlbv] -t time\n"
+     	    "       at -c job ...\n"
+ 	    "       atq [-V] [-q x]\n"
+ 	    "       at [ -rd ] job ...\n"
diff --git a/at.spec b/at.spec
index 5b7db97..a907a2b 100644
--- a/at.spec
+++ b/at.spec
@@ -24,6 +24,7 @@ Patch7:		at-3.1.12-nowrap.patch
 Patch8:		at-3.1.12-fix_no_export.patch 
 Patch9:         at-3.1.13-mailwithhostname.patch
 Patch10:        at-3.1.13-usePOSIXtimers.patch
+Patch11:        at-3.1.13-help.patch
 
 BuildRequires: fileutils /etc/init.d
 BuildRequires: flex flex-static bison autoconf
@@ -76,6 +77,7 @@ cp %{SOURCE1} .
 %patch8 -p1 -b .export
 %patch9 -p1 -b .mail
 %patch10 -p1 -b .posix
+%patch11 -p1 -b .help
 
 %build
 # patch9 touches configure.in
@@ -191,6 +193,7 @@ fi
 - at-3.1.13-mailwithhostname.patch in email mention also hostname address
 - at-3.1.13-usePOSIXtimers.patch use POSIX timers, so we won't need
   pm-utils hack anymore
+- at-3.1.13-help.patch update usage
 
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.13-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list