#!/bin/sh

# pppstatus script to remove the flag file created when the ppp connection 
# came up.

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