summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-08-31 11:39:30 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-08-31 12:12:29 +0200
commit5d93080c96cf55c7af089d68234082013899044c (patch)
tree5014e256925b8d3d5489ad1b8aefae838ef814d4
parent92313687952c56a7c2045e2b336335796a5e6180 (diff)
downloadsetup-5d93080c96cf55c7af089d68234082013899044c.tar
setup-5d93080c96cf55c7af089d68234082013899044c.tar.gz
setup-5d93080c96cf55c7af089d68234082013899044c.tar.bz2
setup-5d93080c96cf55c7af089d68234082013899044c.tar.xz
setup-5d93080c96cf55c7af089d68234082013899044c.zip
sync comments with FC
-rw-r--r--hosts.allow12
-rw-r--r--hosts.deny20
-rw-r--r--printcap7
3 files changed, 23 insertions, 16 deletions
diff --git a/hosts.allow b/hosts.allow
index 4e42f07..6d99ba3 100644
--- a/hosts.allow
+++ b/hosts.allow
@@ -1,6 +1,10 @@
#
-# hosts.allow This file describes the names of the hosts which are
-# allowed to use the local INET services, as decided
-# by the '/usr/sbin/tcpd' server.
+# hosts.allow This file contains access rules which are used to
+# allow or deny connections to network services that
+# either use the tcp_wrappers library or that have been
+# started through a tcp_wrappers-enabled xinetd.
+#
+# See 'man 5 hosts_options' and 'man 5 hosts_access'
+# for information on rule syntax.
+# See 'man tcpd' for information on tcp_wrappers
#
-
diff --git a/hosts.deny b/hosts.deny
index ef32afc..c9bde8e 100644
--- a/hosts.deny
+++ b/hosts.deny
@@ -1,9 +1,13 @@
#
-# hosts.deny This file describes the names of the hosts which are
-# *not* allowed to use the local INET services, as decided
-# by the '/usr/sbin/tcpd' server.
-#
-# The portmap line is redundant, but it is left to remind you that
-# the new secure portmap uses hosts.deny and hosts.allow. In particular
-# you should know that NFS uses portmap!
-
+# hosts.deny This file contains access rules which are used to
+# deny connections to network services that either use
+# the tcp_wrappers library or that have been
+# started through a tcp_wrappers-enabled xinetd.
+#
+# The rules in this file can also be set up in
+# /etc/hosts.allow with a 'deny' option instead.
+#
+# See 'man 5 hosts_options' and 'man 5 hosts_access'
+# for information on rule syntax.
+# See 'man tcpd' for information on tcp_wrappers
+#
diff --git a/printcap b/printcap
index d48c342..9f88f82 100644
--- a/printcap
+++ b/printcap
@@ -1,8 +1,7 @@
# /etc/printcap
#
# Please don't edit this file directly unless you know what you are doing!
-# Be warned that the control-panel printtool requires a very strict format!
-# Look at the printcap(5) man page for more info.
-#
-# This file can be edited with the printtool in the control-panel.
+# This file will be automatically generated by cupsd(8) from the
+# /etc/cups/printers.conf file. All changes to this file
+# will be lost.