ports/mail/qmail/files/patch-auto_uids-c-dist
Renato Botelho 19760f48f0 - Make qmail use USERS and GROUPS [1]
- Add my local_distfiles as a MASTER_SITES to ucspi-ssl

PR:		ports/157622 [1]
Submitted by:	crees [1]
2011-07-18 20:55:29 +00:00

16 lines
484 B
Text

--- /dev/null 1970-01-01 01:00:00.000000000 +0100
+++ auto_uids.c.dist 2011-06-05 10:29:16.425936277 +0100
@@ -0,0 +1,13 @@
+/* These values are hard-coded here, which looks bad until you *
+ * realise that they're hard-coded in ${PORTSDIR}/?IDs anyway. */
+/* $FreeBSD$ */
+int auto_uida = 81;
+int auto_uidd = 82;
+int auto_uidl = 83;
+int auto_uido = 0;
+int auto_uidp = 84;
+int auto_uidq = 85;
+int auto_uidr = 86;
+int auto_uids = 87;
+int auto_gidq = 82;
+int auto_gidn = 81;