delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <00a701c0ba41$d5fa86e0$0200a8c0@mike> |
From: | "Mike Everest" <mike AT gsat DOT net DOT au> |
To: | "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> |
Cc: | <cygwin AT cygwin DOT com> |
References: | <002c01c0b9f5$e4a8d5d0$0200a8c0 AT mike> <013501c0ba33$c2028f60$0200a8c0 AT lifelesswks> |
Subject: | Re: fgets() behaviour |
Date: | Sun, 1 Apr 2001 10:22:26 +1000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.00.2919.6700 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6700 |
Hello Rob! > strange to see you here :] i've been getting about since i started toying with this stuff ;-) > Try running it in a wrapper script (Pop back to squid-users, look in the > recent archives, Henrik posted a wrapper script for someone who had > problems with their helper exiting. A short modification of that script > and you should be able to test it. thanks for that advice... i have used this: #!/usr/bin/perl open(AUTH,"|/usr/local/sqltest.exe") ||die("Failed to start pam_auth"); select AUTH; $|=1; select STDOUT; $|=1; while(<>) {print AUTH$_;} but it doesn't even run the auth module... excuse me if i am blatantly off the track :-} regards. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |