openbsd-ports/mail/sendmail/patches/patch-cf_m4_proto_m4

23 lines
670 B
Plaintext

net/uucp uses login _uucp and bump MaxHopCount
Index: cf/m4/proto.m4
--- cf/m4/proto.m4.orig
+++ cf/m4/proto.m4
@@ -307,7 +307,7 @@ _OPTION(TempFileMode, `confTEMP_FILE_MOD
_OPTION(MatchGECOS, `confMATCH_GECOS', `False')
# maximum hop count
-_OPTION(MaxHopCount, `confMAX_HOP', `25')
+_OPTION(MaxHopCount, `confMAX_HOP', `50')
# location of help file
O HelpFile=ifdef(`HELP_FILE', HELP_FILE, `MAIL_SETTINGS_DIR`'helpfile')
@@ -746,6 +746,7 @@ ifdef(`_USE_CT_FILE_', `', `#')Ft`'ifdef
Troot
Tdaemon
ifdef(`_NO_UUCP_', `dnl', `Tuucp')
+ifdef(`_NO_UUCP_', `dnl', `T_uucp')
ifdef(`confTRUSTED_USERS', `T`'confTRUSTED_USERS', `dnl')
#########################