summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-08-04 21:27:38 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2011-08-04 21:27:41 +0200
commit13c8c0813328eb8f52b03b3c53a32f1f40558021 (patch)
tree78bc11d6a0761f203bd950793ad16567653e4124
parent3708f751e3b3d2f4a2cd852d2da31d26eb93feac (diff)
remove support for tcp_wrappers in accordance to Arch Linux policy
See http://www.archlinux.org/news/dropping-tcp_wrappers-support
-rw-r--r--doc/official_installation_guide_en22
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
2 files changed, 0 insertions, 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"