Question about removing old printer information.

2 posts / 0 new
Last post
silvery
silvery's picture
Question about removing old printer information.
Hi, guys. In a couple of months I unpluged my old printer from wnr3500l and removed related entries in SWAT, then I removed SWAT. On this week I updated samba35 installed on router and noticed that SWAT is enabled back again. I used the following command in SSH to see the status of XINETD and was very surprised to find the following:

root@wnr3500l:~# service xinetd
xinetd is running and handling these services:
service : swat
tcp     0.0.0.0:swat            0.0.0.0:*     /opt/sbin/swat
service : laserjet
tcp     0.0.0.0:laserjet        0.0.0.0:*     /opt/bin/p910nd -b -f /dev/usb/lp0 0

root@wnr3500l:~#

Think I just missed something so the question is: how can I remove all related entries to disable and remove laserhet service?
silvery
silvery's picture
Found out that I just missed

Found out that I just missed this one:

root@wnr3500l:~# ipkg-opt remove p910nd
Removing package p910nd from /opt/...
Successfully terminated.
root@wnr3500l:~# service xinetd
xinetd is running and handling these services:
service : swat
tcp 0.0.0.0:swat 0.0.0.0:* /opt/sbin/swat

root@wnr3500l:~#