Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.bin/at Pull up revision 1.7 (requested by kleink):



details:   https://anonhg.NetBSD.org/src/rev/2bcb222c3ff1
branches:  netbsd-1-5
changeset: 490613:2bcb222c3ff1
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 03 21:03:31 2001 +0000

description:
Pull up revision 1.7 (requested by kleink):
  Support the 1003.2-92 -t option.  Fixes PR#11205.
  For symmetry, extend -t to batch(1) as well.

diffstat:

 usr.bin/at/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 7d790b1ed7a1 -r 2bcb222c3ff1 usr.bin/at/Makefile
--- a/usr.bin/at/Makefile       Sat Feb 03 21:03:15 2001 +0000
+++ b/usr.bin/at/Makefile       Sat Feb 03 21:03:31 2001 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.6 1998/08/25 15:14:02 tv Exp $
+#      $NetBSD: Makefile,v 1.6.10.1 2001/02/03 21:03:31 he Exp $
 
 PROG=          at
-SRCS=          at.c panic.c parsetime.c perm.c
+SRCS=          at.c panic.c parsetime.c perm.c stime.c
 LINKS=         ${BINDIR}/at ${BINDIR}/atq \
                ${BINDIR}/at ${BINDIR}/atrm \
                ${BINDIR}/at ${BINDIR}/batch



Home | Main Index | Thread Index | Old Index