mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
8 lines
118 B
Text
8 lines
118 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
# Example for /etc/ppp/ip-down file.
|
||
|
|
|
||
|
|
/usr/bin/logger -p daemon.notice -t pppd "$1 is down"
|