From f1d08b29c2fdd7a0144acd01f9a505c4c77ad6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 2 Dec 2013 13:44:51 +0100 Subject: [PATCH] Backport help into usage. --- at-3.1.14-help.patch | 11 +++++++++++ at.spec | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 at-3.1.14-help.patch diff --git a/at-3.1.14-help.patch b/at-3.1.14-help.patch new file mode 100644 index 0000000..2679df0 --- /dev/null +++ b/at-3.1.14-help.patch @@ -0,0 +1,11 @@ +diff -up at-3.1.14/panic.c.help at-3.1.14/panic.c +--- at-3.1.14/panic.c.help 2013-12-02 12:38:46.208231065 +0100 ++++ at-3.1.14/panic.c 2013-12-02 12:39:34.118317528 +0100 +@@ -94,6 +94,7 @@ usage(void) + */ + fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-mMlbv] timespec ...\n" + " at [-V] [-q x] [-f file] [-mMlbv] -t time\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 e1ed70d..b6e9e65 100644 --- a/at.spec +++ b/at.spec @@ -27,7 +27,7 @@ Patch7: at-3.1.14-nowrap.patch Patch8: at-3.1.14-fix_no_export.patch Patch9: at-3.1.14-mailwithhostname.patch Patch10: at-3.1.14-usePOSIXtimers.patch -#Patch11: at-3.1.13-help.patch +Patch11: at-3.1.14-help.patch BuildRequires: fileutils /etc/init.d BuildRequires: flex flex-static bison autoconf @@ -81,7 +81,7 @@ cp %{SOURCE1} . %patch9 -p1 -b .mail %patch10 -p1 -b .posix -#%%patch11 -p1 -b .help +%patch11 -p1 -b .help %build # patch9 touches configure.in