diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-10-24 21:09:28 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-10-24 21:10:39 +0100 |
commit | f1476c20d9d5cd79d9eddd7f98878cfcfbe8226e (patch) | |
tree | 0750eef5cf6990fcd4259432cf019cb4a15a4f2a /profiles | |
parent | sys-kernel/stable-sources: add 6.11.5, drop 6.11.4 (diff) | |
download | portage-f1476c20d9d5cd79d9eddd7f98878cfcfbe8226e.tar.xz |
profiles/common: ignore httpd vhosts configuration
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/profile.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index 6823ea42..d37062b9 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -196,6 +196,8 @@ function __drop-doc () { function __drop-unneeded () { local -a _FILES=( /etc/*.sample + /etc/apache2/vhosts.d/00_default_*.conf + /etc/apache2/vhosts.d/default_vhost.include /etc/avahi/avahi-dnsconfd.action /etc/avahi/services/sftp-ssh.service /etc/avahi/services/ssh.service @@ -214,6 +216,7 @@ function __drop-unneeded () { /etc/init.d/*-supervise /etc/init.d/pydoc* /etc/pkcs11/*.example + /etc/powerdns/recursor.yml-dist /etc/rmt /etc/snmp/*.example /etc/squid/*.default |