From dff7eff11b037d508e3c4b683c35954a29b416b0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 9 May 2000 12:13:38 +0000 Subject: [PATCH] 11280: Completion/User/_make: suppress an error with closed stdin on OpenBSD. 11278: Completion/User/_ssh: disable forwarding to use ssh. --- ChangeLog | 13 ++++++++++--- Completion/User/_make | 2 +- Completion/User/_ssh | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5806a9c59..298c4fbe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-05-09 Tanaka Akira + + * 11280: Completion/User/_make: suppress an error with closed stdin + on OpenBSD. + + * 11278: Completion/User/_ssh: disable forwarding to use ssh. + 2000-05-09 Sven Wischnowsky * 11277: Functions/Misc/nslookup: make nslookup function more like @@ -5,7 +12,7 @@ 2000-05-09 Tanaka Akira - * 11276: fix build on OpenBSD. + * 11276: configure.in, Src/Modules/zftp.c: fix build on OpenBSD. 2000-05-09 Sven Wischnowsky @@ -62,8 +69,8 @@ 2000-05-08 Tanaka Akira - * Bart, Tanaka Akira: 11247: Don't signal to a process group which - has only zombie processes. + * Bart, Tanaka Akira: 11247: Src/exec.c: Don't signal to a process + group which has only zombie processes. 2000-05-08 Peter Stephenson diff --git a/Completion/User/_make b/Completion/User/_make index 09e4e4f89..bfdf7b91e 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -39,7 +39,7 @@ else $(awk '/^[a-zA-Z0-9][^\/\t=]+:/ {print $1} /^\.include */ || /^\.include *".*mk\/bsd\.pkg\.(subdir\.)?mk"/ { print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum" }' \ - FS=: $file) + FS=: $file