From 0346657e043628d78ccd47d0e4aafd280bc479be Mon Sep 17 00:00:00 2001 From: Marcela Mašláňová Date: Apr 17 2012 12:35:30 +0000 Subject: at-3.1.13-help.patch update usage --- 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 dfbf76f..2afa3a7 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 * Mon Nov 14 2011 Marcela Mašláňová - 3.1.13-5 - 754156 fix typo in script