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

/vbox/src/VBox/Installer/linux/
H A Droutines.sh16 ro_LOG_FILE=""
35 ro_LOG_FILE="$1"
36 if [ "$ro_LOG_FILE" = "" ]; then
40 echo > "$ro_LOG_FILE" 2> /dev/null
41 if [ ! -f "$ro_LOG_FILE" -o "`cat "$ro_LOG_FILE"`" != "" ]; then
59 if [ "$ro_LOG_FILE" = "" ]; then
62 echo "$1" >> $ro_LOG_FILE
318 "/etc/init.d/$name" start >> $ro_LOG_FILE 2>&1
320 "/etc/rc.d/rc.$name" start >> $ro_LOG_FILE
[all...]
H A Duninstall.sh20 if [ -z "$ro_LOG_FILE" ]; then

Completed in 895 milliseconds