Lines Matching full:script
29 for script in ${zlist} ${slist}; do
30 if [ -z "${initdone}" -a -f "${script}" ]; then
34 if [ -x "${script}" ]; then
37 ${script} start)
38 elif [ -f "${script}" -o -L "${script}" ]; then
39 echo -n " (skipping ${script}, not executable)"
57 for script in `reverse_list ${slist} ${zlist}`; do
58 if [ -z "${initdone}" -a -f "${script}" ]; then
62 if [ -x "${script}" ]; then
64 echo "==>" ${script}
68 ${script} stop)
69 elif [ -f "${script}" -o -L "${script}" ]; then
70 echo -n " (skipping ${script##*/}, not executable)"