diff options
-rw-r--r-- | hosts.allow | 12 | ||||
-rw-r--r-- | hosts.deny | 20 | ||||
-rw-r--r-- | printcap | 7 |
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 # - @@ -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 +# @@ -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. |