Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273145 - sys-apps/xinetd: Request for minimal installation
Summary: sys-apps/xinetd: Request for minimal installation
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-08 07:22 UTC by montjoie
Modified: 2009-06-09 07:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)