FreeBSD Bugzilla – Attachment 12275 Details for
Bug 23817
Sendmail 8.11 ignores host lookup order when compiled with IP6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 968 bytes, created by
bremner
on 2000-12-24 22:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bremner
Created:
2000-12-24 22:00:01 UTC
Size:
968 bytes
patch
obsolete
>*** Makefile.42-stable Sun Dec 24 16:28:04 2000 >--- Makefile Sun Dec 24 16:59:00 2000 >*************** >*** 17,27 **** > # If you don't want NIS alias/map support, comment out this line > NIS= -DNIS > > # Map extensions > MAPS= -DMAP_REGEX > > CFLAGS+=-I${SMDIR} -I${SENDMAIL_DIR}/include >! CFLAGS+=${DBMDEF} ${NIS} -DNETINET6 -DTCPWRAPPERS ${MAPS} > > SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \ > convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \ >--- 17,31 ---- > # If you don't want NIS alias/map support, comment out this line > NIS= -DNIS > >+ #Comment out this line to disable IPv6 support. >+ #INET6= -DNETINET6 >+ >+ > # Map extensions > MAPS= -DMAP_REGEX > > CFLAGS+=-I${SMDIR} -I${SENDMAIL_DIR}/include >! CFLAGS+=${DBMDEF} ${NIS} ${INET6} -DTCPWRAPPERS ${MAPS} > > SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \ > convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23817
: 12275