On Tue, Apr 05, 2005 at 01:16:27PM -0500, Carl Karsten wrote: > Looks like there is a bug in /etc/init.d/tftpd-hpa > > test "$RUN_DAEMON" = "yes" || echo "tftpd-hpa disabled" && exit 0 > > So either echo and exit, or just exit. Never get to the start/stop options. The only bug there is that it prints an extraneous message (a cosmetic issue). -- - mdz