From owner-p4-projects Tue Oct 22 10: 1:21 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id F261437B404; Tue, 22 Oct 2002 10:01:19 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D6437B401 for ; Tue, 22 Oct 2002 10:01:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620BF43E65 for ; Tue, 22 Oct 2002 10:01:19 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9MH0jmV015880 for ; Tue, 22 Oct 2002 10:00:45 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9MH0iLb015877 for perforce@freebsd.org; Tue, 22 Oct 2002 10:00:44 -0700 (PDT) Date: Tue, 22 Oct 2002 10:00:44 -0700 (PDT) Message-Id: <200210221700.g9MH0iLb015877@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav Subject: PERFORCE change 19900 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19900 Change 19900 by des@des.at.des.thinksec.com on 2002/10/22 10:00:14 Write message to stdout, not stderr. Submitted by: jmallett Sponsored by: Rachel Hestilow Affected files ... .. //depot/projects/openpam/lib/openpam_ttyconv.c#13 edit Differences ... ==== //depot/projects/openpam/lib/openpam_ttyconv.c#13 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#12 $ + * $P4: //depot/projects/openpam/lib/openpam_ttyconv.c#13 $ */ #include @@ -76,7 +76,7 @@ action.sa_flags = 0; sigemptyset(&action.sa_mask); sigaction(SIGALRM, &action, &saved_action); - fputs(msg, stderr); + fputs(msg, stdout); buf[0] = '\0'; timed_out = 0; saved_alarm = alarm(openpam_ttyconv_timeout); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message