summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-04-26 21:37:02 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-04-26 21:37:02 +0100
commit091cb9b3fa7bb35102310444e759daf5714424da (patch)
tree0d06462ab512335cce0daf05185ee2a0877acd75
parentprofiles: add dedibox/xc-ssd (diff)
downloadportage-091cb9b3fa7bb35102310444e759daf5714424da.tar.xz
profiles/common: Drop /etc/xinetd.d
-rw-r--r--profiles/common/profile.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index 91bf3801..8e4d482e 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -62,6 +62,7 @@ function __drop-doc () {
function __drop-unneeded () {
local -a _PATH=(
/etc/snmp/snmpd.conf.example
+ /etc/xinetd.d
)
for _path in "${_PATH[@]}" ; do