cvs commit: qpsmtpd qpsmtpd
[email protected] (Ask Bjoern Hansen)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/04/15 10:50:22
Modified: . qpsmtpd
Log:
add /bin and /usr/bin to the PATH
Revision Changes Path
1.17 +1 -1 qpsmtpd/qpsmtpd
Index: qpsmtpd
===================================================================
RCS file: /cvs/public/qpsmtpd/qpsmtpd,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -r1.16 -r1.17
--- qpsmtpd 26 Mar 2003 22:51:14 -0000 1.16
+++ qpsmtpd 15 Apr 2003 17:50:22 -0000 1.17
@@ -16,7 +16,7 @@
$| = 1;
delete $ENV{ENV};
-$ENV{PATH} = '/var/qmail/bin';
+$ENV{PATH} = '/bin:/usr/bin:/var/qmail/bin';
# should this be ->new ?
my $qpsmtpd = Qpsmtpd::TcpServer->new();