- (dtucker) OpenBSD CVS Sync (regress/)
- fgsch@cvs.openbsd.org 2004/12/10 01:31:30 [Makefile] some globbing regress; prompted and ok djm@
This commit is contained in:
parent
0d0966934e
commit
1c56ef6ac3
|
@ -1,6 +1,10 @@
|
||||||
20050307
|
20050307
|
||||||
- (dtucker) [configure.ac] Disable gettext search when configuring with
|
- (dtucker) [configure.ac] Disable gettext search when configuring with
|
||||||
BSM audit support for the time being. ok djm@
|
BSM audit support for the time being. ok djm@
|
||||||
|
- (dtucker) OpenBSD CVS Sync (regress/)
|
||||||
|
- fgsch@cvs.openbsd.org 2004/12/10 01:31:30
|
||||||
|
[Makefile]
|
||||||
|
some globbing regress; prompted and ok djm@
|
||||||
|
|
||||||
20050306
|
20050306
|
||||||
- (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor
|
- (dtucker) [monitor.c] Bug #125 comment #47: fix errors returned by monitor
|
||||||
|
@ -2287,4 +2291,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3694 2005/03/07 06:34:45 dtucker Exp $
|
$Id: ChangeLog,v 1.3695 2005/03/07 06:36:18 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: Makefile,v 1.33 2004/10/29 23:59:22 djm Exp $
|
# $OpenBSD: Makefile,v 1.34 2004/12/10 01:31:30 fgsch Exp $
|
||||||
|
|
||||||
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
|
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec
|
||||||
tests: $(REGRESS_TARGETS)
|
tests: $(REGRESS_TARGETS)
|
||||||
|
@ -34,6 +34,7 @@ LTESTS= connect \
|
||||||
sftp-cmds \
|
sftp-cmds \
|
||||||
sftp-badcmds \
|
sftp-badcmds \
|
||||||
sftp-batch \
|
sftp-batch \
|
||||||
|
sftp-glob \
|
||||||
reconfigure \
|
reconfigure \
|
||||||
dynamic-forward \
|
dynamic-forward \
|
||||||
forwarding \
|
forwarding \
|
||||||
|
|
Loading…
Reference in New Issue