diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-26 21:55:34 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 00:21:08 +0100 |
commit | f21f7d771ebb61c713687eab609b5f1c605f0fff (patch) | |
tree | dd3aef4a307503d077a40ee45a3ce5c0f7fb62cc | |
parent | app-crypt/vanity-monero: Generate vanity address for CryptoNote currency (diff) | |
download | portage-f21f7d771ebb61c713687eab609b5f1c605f0fff.tar.xz |
profiles/common/: drop *-supervise
-rw-r--r-- | profiles/common/profile.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index 2726dc9c..49cb458f 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -171,6 +171,7 @@ function __drop-unneeded () { local -a _FILES=( /etc/*.sample /etc/conf.d/*-s6 + /etc/conf.d/*-supervise /etc/conf.d/pydoc* /etc/elinks/*.sample /etc/exim/auth_conf.sub @@ -178,6 +179,7 @@ function __drop-unneeded () { /etc/exim/exim.conf.exiscan-acl /etc/exim/system_filter.exim /etc/init.d/*-s6 + /etc/init.d/*-supervise /etc/init.d/pydoc* /etc/pkcs11/*.example /etc/rmt |