Remove unused cups-lpd xinetd config

amends 5d25662
This commit is contained in:
Jiri Popelka 2013-01-03 14:40:46 +01:00
parent a51ef379f1
commit facc75fa81

View File

@ -1,11 +0,0 @@
# default: off
# description: Allow applications using the legacy lpd protocol to communicate with CUPS
service printer
{
disable = yes
socket_type = stream
protocol = tcp
wait = no
user = lp
server = /usr/lib/cups/daemon/cups-lpd
}