I'm trying to move my ftp to a different port.
I'm using ProFTPD, and have edited the por in the config file.
This opens the new port up - but also leaves open port 21.
I can stop this by editing ./etc/services and changing ftp to the new port number.
The problem being that every 10 minutes or so chkservd emails me telling me that 'ftpd failed @ Tue Aug 3 19:11:15 2004. A restart was attempted automagicly'.
Is there any way around this? I don't really want to stop chkservd if I don't have to...
Thanks