diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 03:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-01 03:39:48 +0000 |
commit | 3acc3fb9e465b79dcf0e258e3ea9b08989cb2f27 (patch) | |
tree | 7f5865572b78d37c86f8c393f27a99856578541a /mail/popa3d/files/patch-aa | |
parent | 7142ea07fc396d6adab9f57f732c023fa3d2f79c (diff) | |
download | ports-3acc3fb9e465b79dcf0e258e3ea9b08989cb2f27.tar.gz ports-3acc3fb9e465b79dcf0e258e3ea9b08989cb2f27.zip |
Notes
Diffstat (limited to 'mail/popa3d/files/patch-aa')
-rw-r--r-- | mail/popa3d/files/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/popa3d/files/patch-aa b/mail/popa3d/files/patch-aa index eac93b14a7f4..b873e9ac3561 100644 --- a/mail/popa3d/files/patch-aa +++ b/mail/popa3d/files/patch-aa @@ -1,5 +1,14 @@ --- params.h.orig Tue Feb 1 09:16:24 2000 -+++ params.h Sun Feb 6 15:24:46 2000 ++++ params.h Sat Mar 4 16:12:48 2000 +@@ -33,7 +33,7 @@ + * An unprivileged dummy user to run as before authentication. The user + * and its UID must not be used for any other purpose. + */ +-#define POP_USER "popa3d" ++#define POP_USER "pop" + + /* + * Sessions will be closed if idle for longer than POP_TIMEOUT seconds. @@ -62,7 +62,7 @@ * Do we have shadow passwords? (Not for *BSD.) * Note: password aging is not supported. |