#!/bin/sh

# pppstatus script to create a flag file when the ppp connection
# comes up.

test -f /usr/bin/pppstatus || exit 0
/bin/touch /var/run/$PPP_IFACE-up
