at-3.1.13-help.patch update usage
This commit is contained in:
parent
197130ca9a
commit
926bb3fb9c
15
at-3.1.13-help.patch
Normal file
15
at-3.1.13-help.patch
Normal 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"
|
3
at.spec
3
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@lists.fedoraproject.org> - 3.1.13-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user