diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-04 15:56:50 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-04 15:56:50 +0000 |
commit | ed646a4706794d1c45ba0895da7fe0d13c033c9b (patch) | |
tree | 9f9ea797e13f5eadbf69c1ca376ae53ea2cf7b54 /profiles | |
parent | Purple Facebook is dead and broken (diff) | |
download | portage-ed646a4706794d1c45ba0895da7fe0d13c033c9b.tar.bz2 portage-ed646a4706794d1c45ba0895da7fe0d13c033c9b.tar.xz portage-ed646a4706794d1c45ba0895da7fe0d13c033c9b.zip |
Don't need keyutils
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/server/make.defaults b/profiles/base/server/make.defaults index 9319576..a894569 100644 --- a/profiles/base/server/make.defaults +++ b/profiles/base/server/make.defaults @@ -1,7 +1,7 @@ APACHE2_MODULES="-* access_compat alias auth_basic authn_core authz_core authz_host authz_user autoindex cache cache_disk cgid dav deflate dir env expires filter headers http2 log_config macro mime mime_magic proxy proxy_http remoteip rewrite socache_shmcb status unixd vhost_alias" ALSA_PCM_PLUGINS="none" USE=" - autoservicerestart nohourlyupdate berkdb cron exiscan-acl extras -gdbm -gallium logrotate + autoservicerestart nohourlyupdate berkdb cron exiscan-acl extras -gdbm -gallium logrotate -keyutils maildir modperl mysql ocfs2 proxy -python -sqlite -tcpd truetype fpm apache2 -static-analyzer arc dmarc -gnutls spf -doc " |