8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
# Example for /etc/ppp/ip-down file.
|
||
|
|
||
|
/usr/bin/logger -p daemon.notice -t pppd "$1 is down"
|