Searched refs:scriptname (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/linux/
H A Droutines.sh528 scriptname="/etc/init.d/$name"
530 scriptname="/etc/rc.d/rc.$name"
532 scriptname="/etc/rc.d/init.d/$name"
534 scriptname="/usr/sbin/$name"
543 if test "$ro_INIT_TYPE" = "sysv" -a -r "$scriptname"; then
544 orders=`grep '^#['"$spaces"']*chkconfig:' "$scriptname" |
548 log "$self: bad or missing chkconfig line in init script $scriptname"
556 test -r "$scriptname" &&
557 grep -q '^#['"$spaces"']*setup_script['"$spaces"']*$' "$scriptname" &&
558 "$scriptname" setu
[all...]

Completed in 42 milliseconds