mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
8 lines
131 B
Text
8 lines
131 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
# Example for /etc/ppp/auth-down file.
|
||
|
|
|
||
|
|
/usr/bin/logger -p daemon.notice -t pppd "User $2 is logged off"
|