Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 273145

Summary: sys-apps/xinetd: Request for minimal installation
Product: Gentoo Linux Reporter: montjoie <corentin.labbe>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: corentin.labbe
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description montjoie 2009-06-08 07:22:34 UTC
Enhancement of installation of sys-apps/xinetd with a minimal installation (no chargen, no daytime etc..)
A USEflag minimal (or no_default_apps) ?


Reproducible: Always

Actual Results:  
ls /etc/xinetd.d/
chargen-stream  daytime-stream  discard-stream  echo-stream  tcpmux-server  time-dgram
chargen-dgram  daytime-dgram   discard-dgram   echo-dgram    time-stream


Expected Results:  
ls /etc/xinetd.d/
(nothing)
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2009-06-09 01:33:30 UTC
The services are NOT turned on by default.
# egrep -L 'disable.*NO' /etc/xinetd.d/*
(nothing)
Comment 2 montjoie 2009-06-09 07:12:27 UTC
So why install them ?
Do you know anyone who use chargen, discard echo etc... ?

Why do not do a USE flag for them ? (for people who want/dont want useless services)