]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 9 May 2018 09:20:59 +0000 (11:20 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 9 May 2018 09:20:59 +0000 (11:20 +0200)
Package changes:

13 files changed:
.etckeeper
xinetd.d/chargen-dgram [deleted file]
xinetd.d/chargen-stream [deleted file]
xinetd.d/daytime-dgram [deleted file]
xinetd.d/daytime-stream [deleted file]
xinetd.d/discard-dgram [deleted file]
xinetd.d/discard-stream [deleted file]
xinetd.d/echo-dgram [deleted file]
xinetd.d/echo-stream [deleted file]
xinetd.d/ftp-sensor [deleted file]
xinetd.d/tcpmux-server [deleted file]
xinetd.d/time-dgram [deleted file]
xinetd.d/time-stream [deleted file]

index f807193c57229667130e0f9e3be30c32efe818d4..6075c08efdad4e717fb730008c577e0cb92ae416 100755 (executable)
@@ -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 (file)
index e3a604a..0000000
+++ /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 (file)
index 545cec9..0000000
+++ /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 (file)
index a0d83b1..0000000
+++ /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 (file)
index ab3e670..0000000
+++ /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 (file)
index e47a812..0000000
+++ /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 (file)
index 8feefae..0000000
+++ /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 (file)
index 48802af..0000000
+++ /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 (file)
index 6a4f46f..0000000
+++ /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 (file)
index 8e72be5..0000000
+++ /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 (file)
index 43d04b3..0000000
+++ /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 (file)
index eac2066..0000000
+++ /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 (file)
index b4b81e4..0000000
+++ /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     =
-}
-