diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-26 21:37:02 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-26 21:37:02 +0100 |
commit | 091cb9b3fa7bb35102310444e759daf5714424da (patch) | |
tree | 0d06462ab512335cce0daf05185ee2a0877acd75 | |
parent | profiles: add dedibox/xc-ssd (diff) | |
download | portage-091cb9b3fa7bb35102310444e759daf5714424da.tar.xz |
profiles/common: Drop /etc/xinetd.d
-rw-r--r-- | profiles/common/profile.bashrc | 1 |
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 |