diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/popa3d/files/patch-aa | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363275
Diffstat (limited to 'mail/popa3d/files/patch-aa')
-rw-r--r-- | mail/popa3d/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/popa3d/files/patch-aa b/mail/popa3d/files/patch-aa deleted file mode 100644 index 7d0d1221a136..000000000000 --- a/mail/popa3d/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- params.h.orig Tue Oct 16 06:10:34 2001 -+++ params.h Sat Dec 22 11:57:52 2001 -@@ -99,7 +99,7 @@ - * A pseudo-user to run as before authentication. The user and its UID - * must not be used for any other purpose. - */ --#define POP_USER POP_SERVER -+#define POP_USER "pop" - - /* - * An empty directory to chroot to before authentication. The directory -@@ -142,8 +142,8 @@ - * - * Note that there's no built-in password aging support. - */ --#define AUTH_PASSWD 0 --#define AUTH_SHADOW 1 -+#define AUTH_PASSWD 1 -+#define AUTH_SHADOW 0 - #define AUTH_PAM 0 - #define AUTH_PAM_USERPASS 0 - |