diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-05-26 09:38:21 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-05-26 09:38:21 +0100 |
commit | 1690785d9ebcfff1993739306cd88f1f60f6d9a8 (patch) | |
tree | 30f3a708ecc30940fb00c0c4fa62e69d5c441098 /profiles | |
parent | Mask install failure of new pacemaker (diff) | |
download | portage-1690785d9ebcfff1993739306cd88f1f60f6d9a8.tar.bz2 portage-1690785d9ebcfff1993739306cd88f1f60f6d9a8.tar.xz portage-1690785d9ebcfff1993739306cd88f1f60f6d9a8.zip |
Disable joystick on server profile
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/server/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/base/server/make.defaults b/profiles/base/server/make.defaults index a894569..80aa789 100644 --- a/profiles/base/server/make.defaults +++ b/profiles/base/server/make.defaults @@ -1,9 +1,9 @@ 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 -keyutils - maildir modperl mysql ocfs2 proxy -python -sqlite -tcpd truetype fpm apache2 - -static-analyzer arc dmarc -gnutls spf -doc + autoservicerestart nohourlyupdate berkdb cron exiscan-acl extras -gdbm -gallium logrotate -joystick + -keyutils maildir modperl mysql ocfs2 proxy -python -sqlite -tcpd truetype fpm apache2 -static-analyzer + arc dmarc -gnutls spf -doc " FEATURES="unmerge-backup" |