diff options
-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 |