View | Details | Raw Unified | Return to bug 27069
Collapse All | Expand All

(-)etc/rc.network (+4 lines)
Lines 161-166 Link Here
161
		esac
161
		esac
162
162
163
		echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile}
163
		echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile}
164
165
		if [ "x${ppp_delay}" != "x" ]; then
166
			sleep ${ppp_delay}
167
		fi
164
		;;
168
		;;
165
	esac
169
	esac

Return to bug 27069