#!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org start() { pppoe-start } stop() { pppoe-stop }