From: Frank Brehm Date: Wed, 9 May 2018 09:20:59 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=204847e591812ee21dff8cc87d82c70c8d67d9c9;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/.etckeeper b/.etckeeper index f807193c..6075c08e 100755 --- a/.etckeeper +++ b/.etckeeper @@ -3141,24 +3141,15 @@ maybe chmod 0644 'xdg/xfce4/xinitrc' maybe chmod 0644 'xinetd.conf' maybe chmod 0755 'xinetd.d' maybe chmod 0644 'xinetd.d/chargen' -maybe chmod 0644 'xinetd.d/chargen-dgram' -maybe chmod 0644 'xinetd.d/chargen-stream' maybe chmod 0644 'xinetd.d/chargen-udp' maybe chmod 0644 'xinetd.d/cups-lpd' maybe chmod 0644 'xinetd.d/daytime' -maybe chmod 0644 'xinetd.d/daytime-dgram' -maybe chmod 0644 'xinetd.d/daytime-stream' maybe chmod 0644 'xinetd.d/daytime-udp' maybe chmod 0644 'xinetd.d/discard' -maybe chmod 0644 'xinetd.d/discard-dgram' -maybe chmod 0644 'xinetd.d/discard-stream' maybe chmod 0644 'xinetd.d/discard-udp' maybe chmod 0644 'xinetd.d/echo' -maybe chmod 0644 'xinetd.d/echo-dgram' -maybe chmod 0644 'xinetd.d/echo-stream' maybe chmod 0644 'xinetd.d/echo-udp' maybe chmod 0644 'xinetd.d/fingerd' -maybe chmod 0644 'xinetd.d/ftp-sensor' maybe chmod 0644 'xinetd.d/git-daemon' maybe chmod 0644 'xinetd.d/kpropd' maybe chmod 0644 'xinetd.d/rsyncd' @@ -3167,11 +3158,8 @@ maybe chmod 0644 'xinetd.d/servers' maybe chmod 0644 'xinetd.d/services' maybe chmod 0644 'xinetd.d/svnserve' maybe chmod 0644 'xinetd.d/swat' -maybe chmod 0644 'xinetd.d/tcpmux-server' maybe chmod 0644 'xinetd.d/telnetd' maybe chmod 0644 'xinetd.d/time' -maybe chmod 0644 'xinetd.d/time-dgram' -maybe chmod 0644 'xinetd.d/time-stream' maybe chmod 0644 'xinetd.d/time-udp' maybe chmod 0755 'xml' maybe chmod 0644 'xml/.keep' diff --git a/xinetd.d/chargen-dgram b/xinetd.d/chargen-dgram deleted file mode 100644 index e3a604ac..00000000 --- a/xinetd.d/chargen-dgram +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the udp/dgram chargen service. - -service chargen -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = chargen-dgram - type = INTERNAL - wait = yes - socket_type = dgram -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/chargen-stream b/xinetd.d/chargen-stream deleted file mode 100644 index 545cec9c..00000000 --- a/xinetd.d/chargen-stream +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the tcp/stream chargen service. - -service chargen -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = chargen-stream - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/daytime-dgram b/xinetd.d/daytime-dgram deleted file mode 100644 index a0d83b16..00000000 --- a/xinetd.d/daytime-dgram +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the udp/dgram daytime service. - -service daytime -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = daytime-dgram - type = INTERNAL - wait = yes - socket_type = dgram -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/daytime-stream b/xinetd.d/daytime-stream deleted file mode 100644 index ab3e6707..00000000 --- a/xinetd.d/daytime-stream +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the tcp/stream daytime service. - -service daytime -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = daytime-stream - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/discard-dgram b/xinetd.d/discard-dgram deleted file mode 100644 index e47a8125..00000000 --- a/xinetd.d/discard-dgram +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the udp/dgram discard service. - -service discard -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = discard-dgram - type = INTERNAL - wait = yes - socket_type = dgram -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/discard-stream b/xinetd.d/discard-stream deleted file mode 100644 index 8feefae1..00000000 --- a/xinetd.d/discard-stream +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the tcp/stream discard service. - -service discard -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = discard-stream - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/echo-dgram b/xinetd.d/echo-dgram deleted file mode 100644 index 48802af3..00000000 --- a/xinetd.d/echo-dgram +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the udp/dgram echo service. - -service echo -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = echo-dgram - type = INTERNAL - wait = yes - socket_type = dgram -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/echo-stream b/xinetd.d/echo-stream deleted file mode 100644 index 6a4f46fe..00000000 --- a/xinetd.d/echo-stream +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the tcp/stream echo service. - -service echo -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = echo-stream - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/ftp-sensor b/xinetd.d/ftp-sensor deleted file mode 100644 index 8e72be52..00000000 --- a/xinetd.d/ftp-sensor +++ /dev/null @@ -1,70 +0,0 @@ -# This is an example sensor running on the ftp port. Xinetd sensors are -# a form of intrusion detection aimed at locating hosts that are trying -# to access an unadvertised service. Once tripped, they are denied -# access to everything until the deny_time expires. - -service ftp -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = ftp-sensor - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options - flags = SENSOR -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 - deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/tcpmux-server b/xinetd.d/tcpmux-server deleted file mode 100644 index 43d04b39..00000000 --- a/xinetd.d/tcpmux-server +++ /dev/null @@ -1,68 +0,0 @@ -# This is the configuration of the tcpmux server. It must be enabled in -# order to add any other tcpmux services. - -service tcpmux -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = tcpmux-server - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = root -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/time-dgram b/xinetd.d/time-dgram deleted file mode 100644 index eac2066b..00000000 --- a/xinetd.d/time-dgram +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the udp/dgram time service. - -service time -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = time-dgram - type = INTERNAL - wait = yes - socket_type = dgram -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} - diff --git a/xinetd.d/time-stream b/xinetd.d/time-stream deleted file mode 100644 index b4b81e4b..00000000 --- a/xinetd.d/time-stream +++ /dev/null @@ -1,67 +0,0 @@ -# This is the configuration for the tcp/stream time service. - -service time -{ -# This is for quick on or off of the service - disable = yes - -# The next attributes are mandatory for all services - id = time-stream - type = INTERNAL - wait = no - socket_type = stream -# protocol = socket type is usually enough - -# External services must fill out the following -# user = -# group = -# server = -# server_args = - -# External services not listed in /etc/services must fill out the next one -# port = - -# RPC based services must fill out these -# rpc_version = -# rpc_number = - -# Logging options -# log_type = -# log_on_success = -# log_on_failure = - -# Networking options -# flags = -# bind = -# redirect = -# v6only = - -# Access restrictions -# only_from = -# no_access = -# access_times = -# cps = 50 10 -# instances = UNLIMITED -# per_source = UNLIMITED -# max_load = 0 -# deny_time = 120 -# mdns = yes - -# Environmental options -# env = -# passenv = -# nice = 0 -# umask = 022 -# groups = yes -# rlimit_as = -# rlimit_cpu = -# rlimit_data = -# rlimit_rss = -# rlimit_stack = - -# Banner options. (Banners aren't normally used) -# banner = -# banner_success = -# banner_fail = -} -