FreeBSD Bugzilla – Attachment 10985 Details for
Bug 21814
Inetd's very existence is a security risk.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 837 bytes, created by
mwm
on 2000-10-07 12:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mwm
Created:
2000-10-07 12:10:00 UTC
Size:
837 bytes
patch
obsolete
>--- etc/defaults/make.conf-orig Sat Oct 7 05:18:01 2000 >+++ etc/defaults/make.conf Sat Oct 7 05:18:19 2000 >@@ -59,6 +59,7 @@ > #NO_CVS= true # do not build CVS > #NO_BIND= true # do not build BIND > #NO_FORTRAN= true # do not build g77 and related libraries >+#NO_INETD= true # do not build and install sendmial > #NO_LPR= true # do not build lpr and related programs > #NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector > #NO_MODULES= true # do not build modules with the kernel >--- usr.sbin/Makefile-orig Sat Oct 7 04:23:59 2000 >+++ usr.sbin/Makefile Sat Oct 7 04:24:30 2000 >@@ -32,7 +32,6 @@ > getextattr \ > gifconfig \ > ifmcstat \ >- inetd \ > iostat \ > ipftest \ > ipresend \ >@@ -130,6 +129,10 @@ > ndc \ > nslookup \ > nsupdate >+.endif >+ >+.if !defined(NO_INETD) >+SUBDIR+=inetd > .endif > > .if !defined(NO_LPR)
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 21814
: 10985