make install of config files more straightforward.
[packages/xinetd.git] / debian / conffiles / discard
diff --git a/debian/conffiles/discard b/debian/conffiles/discard
deleted file mode 100644 (file)
index ca52f9c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# default: off
-# description: An RFC 863 discard server.
-# This is the tcp version.
-service discard
-{
-       disable         = yes
-       type            = INTERNAL
-       id              = discard
-       socket_type     = stream
-       protocol        = tcp
-       user            = root
-       wait            = no
-}                                                                               
-
-# This is the udp version.
-service discard
-{
-       disable         = yes
-       type            = INTERNAL
-       id              = discard
-       socket_type     = dgram
-       protocol        = udp
-       user            = root
-       wait            = yes
-}