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

(-)rc.network (-1 / +1 lines)
Lines 249-255 Link Here
249
		ppp_command="${ppp_command} ${ppp_profile}"
249
		ppp_command="${ppp_command} ${ppp_profile}"
250
250
251
		echo "Starting ppp as \"${ppp_user}\""
251
		echo "Starting ppp as \"${ppp_user}\""
252
		su -m ${ppp_user} -c "exec ${ppp_command}"
252
		su -m ${ppp_user} -c "${ppp_command}"
253
		;;
253
		;;
254
	esac
254
	esac

Return to bug 29957