Inetd config file deletion
authorOlivier Leobal <olivier.leobal@thalesgroup.com>
Tue, 9 Jun 2015 12:49:48 +0000 (14:49 +0200)
committerOlivier Leobal <olivier.leobal@thalesgroup.com>
Tue, 9 Jun 2015 12:49:48 +0000 (14:49 +0200)
Since the file was not used anymore and caused problems, it has been removed.

master/etc/inetd.conf [deleted file]

diff --git a/master/etc/inetd.conf b/master/etc/inetd.conf
deleted file mode 100644 (file)
index cc53dd7..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# /etc/inetd.conf:  see inetd(8) for further informations.
-#
-# Internet superserver configuration database
-#
-#
-# Lines starting with "#:LABEL:" or "#<off>#" should not
-# be changed unless you know what you are doing!
-#
-# If you want to disable an entry so it isn't touched during
-# package updates just comment it out with a single '#' character.
-#
-# Packages should modify this file by using update-inetd(8)
-#
-# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
-#
-#:INTERNAL: Internal services
-#discard               stream  tcp     nowait  root    internal
-#discard               dgram   udp     wait    root    internal
-#daytime               stream  tcp     nowait  root    internal
-#time          stream  tcp     nowait  root    internal
-
-#:STANDARD: These are standard services.
-
-#:BSD: Shell, login, exec and talk are BSD protocols.
-
-#:MAIL: Mail, news and uucp services.
-
-#:INFO: Info services
-
-#:BOOT: TFTP service is provided primarily for booting.  Most sites
-#       run this only on machines acting as "boot servers."
-# ============================================================================
-# V1.0
-# Copyright (C) THALES. All rights reserved
-# Author: Herve Petit
-# Date : 03/09/2010
-# Modification:
-#   - Suppression demarrage serveur tftp pour qu'il ne soit pas en concurrence
-#     du serveur atftpd lance en stand alone du capteur
-# ============================================================================
-#tftp          dgram   udp4    wait    nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp
-
-#:RPC: RPC based services
-
-#:HAM-RADIO: amateur-radio services
-
-#:OTHER: Other services
-#<off># netbios-ssn    stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/smbd
-