From 13c8c0813328eb8f52b03b3c53a32f1f40558021 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 4 Aug 2011 21:27:38 +0200 Subject: remove support for tcp_wrappers in accordance to Arch Linux policy See http://www.archlinux.org/news/dropping-tcp_wrappers-support --- doc/official_installation_guide_en | 22 ---------------------- src/core/libs/lib-ui-interactive.sh | 2 -- 2 files changed, 24 deletions(-) diff --git a/doc/official_installation_guide_en b/doc/official_installation_guide_en index 3e34bfc..321f0a4 100644 --- a/doc/official_installation_guide_en +++ b/doc/official_installation_guide_en @@ -504,8 +504,6 @@ In many cases, the Arch Linux [Wiki][46] and * /etc/modprobe.d/modprobe.conf * /etc/resolv.conf * /etc/hosts - * /etc/hosts.deny - * /etc/hosts.allow * /etc/locale.gen * /etc/pacman.d/mirrorlist * /etc/pacman.conf @@ -696,26 +694,6 @@ Some services, postfix for example, will bomb otherwise. If you don't know what you're doing, leave this file alone until you read man hosts. -**/etc/hosts.deny** - -This file denies network services access. By default all network services are -denied. - - - ALL: ALL: DENY - - - -**/etc/hosts.allow** - -This file allows network services access. Enter the services you want to allow -here. eg. to allow all machines to connect via ssh: - - - sshd: ALL: ALLOW - - - **/etc/locale.gen** This file contains a list of all supported locales and charsets available to diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 1ae4d6f..2238d45 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -74,8 +74,6 @@ interactive_configure_system() "/etc/modprobe.d/modprobe.conf" "Kernel Modules" "/etc/resolv.conf" "DNS Servers" "/etc/hosts" "Network Hosts" - "/etc/hosts.deny" "Denied Network Services" - "/etc/hosts.allow" "Allowed Network Services" "/etc/locale.gen" "Glibc Locales" "/etc/pacman.conf" "Pacman.conf" "$var_MIRRORLIST" "Pacman Mirror List" -- cgit v1.2.3