diff options
Diffstat (limited to 'testing/xinetd/servers')
-rw-r--r-- | testing/xinetd/servers | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/xinetd/servers b/testing/xinetd/servers deleted file mode 100644 index f064c8d7a..000000000 --- a/testing/xinetd/servers +++ /dev/null @@ -1,10 +0,0 @@ -service servers -{ - type = INTERNAL UNLISTED - port = 9099 - socket_type = stream - protocol = tcp - wait = no - disable = yes - only_from = 127.0.0.1 -} |