at-3.1.13-help.patch update usage

This commit is contained in:
Marcela Mašláňová 2012-04-17 14:35:30 +02:00
parent 197130ca9a
commit 926bb3fb9c
2 changed files with 18 additions and 0 deletions

15
at-3.1.13-help.patch Normal file
View File

@ -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"

View File

@ -24,6 +24,7 @@ Patch7: at-3.1.12-nowrap.patch
Patch8: at-3.1.12-fix_no_export.patch Patch8: at-3.1.12-fix_no_export.patch
Patch9: at-3.1.13-mailwithhostname.patch Patch9: at-3.1.13-mailwithhostname.patch
Patch10: at-3.1.13-usePOSIXtimers.patch Patch10: at-3.1.13-usePOSIXtimers.patch
Patch11: at-3.1.13-help.patch
BuildRequires: fileutils /etc/init.d BuildRequires: fileutils /etc/init.d
BuildRequires: flex flex-static bison autoconf BuildRequires: flex flex-static bison autoconf
@ -76,6 +77,7 @@ cp %{SOURCE1} .
%patch8 -p1 -b .export %patch8 -p1 -b .export
%patch9 -p1 -b .mail %patch9 -p1 -b .mail
%patch10 -p1 -b .posix %patch10 -p1 -b .posix
%patch11 -p1 -b .help
%build %build
# patch9 touches configure.in # 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-mailwithhostname.patch in email mention also hostname address
- at-3.1.13-usePOSIXtimers.patch use POSIX timers, so we won't need - at-3.1.13-usePOSIXtimers.patch use POSIX timers, so we won't need
pm-utils hack anymore pm-utils hack anymore
- at-3.1.13-help.patch update usage
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.13-7 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.13-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild