Lines Matching +full:pxe +full:- +full:test
7 # Provides: tftp-hpa
8 # Required-Start: $local_fs $remote_fs $syslog $network
9 # Required-Stop: $local_fs $remote_fs $syslog $network
10 # Default-Start: 2 3 4 5
11 # Default-Stop: 1
12 # Short-Description: HPA's tftp client
14 # the PXE protocol.
17 set -e
21 NAME=in.tftpd-hpa
22 SCRIPTNAME=/etc/init.d/tftpd-hpa
25 if [ -r /etc/default/tftpd-hpa ]
27 . /etc/default/tftpd-hpa
34 test -x $DAEMON || exit 0
37 echo "tftpd-hpa disabled in /etc/default/tftpd-hpa"
45 start-stop-daemon --start --quiet --exec $DAEMON -- $OPTIONS
52 start-stop-daemon --stop --quiet --name $NAME
59 start-stop-daemon --stop --quiet --name $NAME --signal 1
82 # echo -n "Reloading $DESC configuration..."
86 restart|force-reload)
88 # If the "reload" option is implemented, move the "force-reload"
89 # option to the "reload" entry above. If not, "force-reload" is
99 # echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
100 echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2