Lines Matching refs:script
30 for script in ${zlist} ${slist}; do
31 if [ -z "${initdone}" -a -f "${script}" ]; then
35 if [ -x "${script}" ]; then
38 ${script} start)
39 elif [ -f "${script}" -o -L "${script}" ]; then
40 echo -n " (skipping ${script}, not executable)"
58 for script in `reverse_list ${slist} ${zlist}`; do
59 if [ -z "${initdone}" -a -f "${script}" ]; then
63 if [ -x "${script}" ]; then
65 echo "==>" ${script}
69 ${script} stop)