daemon default consistancy
Thom May
thom at ubuntu.com
Tue Apr 5 13:15:50 CDT 2005
* Carl Karsten (carl at personnelware.com) 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.
>
Well, that's what you want - if the daemon is run by inetd, you don't need
or want the standalone daemon to run. Chaning the echo to be more
informative might not be a bad plan:
"standalone tftpd daemon disabled, tftp running fron inetd" or something...
-Thom
More information about the ubuntu-devel
mailing list