opnsense-ports/mail/qpopper/files/patch-popper__popauth.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
409 B
C

--- popper/popauth.c.orig Wed Nov 1 11:42:03 2000
+++ popper/popauth.c Wed Nov 1 11:41:56 2000
@@ -154,11 +154,11 @@
char *name;
} modes[] = {
#define SCRAM_AUTH 0
- { "scramauth" },
+ { "qscramauth" },
#define APOP_AUTH 1
- { "apopauth" },
+ { "qapopauth" },
#define POP_AUTH 2
- { "popauth" },
+ { "qpopauth" },
#define OTHER 3
{ NULL }
};