On Fri, 22 Mar 2002, henry wrote: > Wu-ftpd is a program to serve ftp-client (auto-installed in RedHat7.1). > A Book says : the file(/etc/inetd.conf ) should be modified to initialize Wu-ftpd .
Redhat now uses xinetd... xinetd.conf is stuff about xinetd itself, services are configured by files in xinetd.d... Gotcha, killall -HUP inetd doesn't work, you need to use killall -SIGUSR1 inetd instead. Mikal -- Michael Still ([EMAIL PROTECTED]) UMT+11hrs -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
