8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
# Example for /etc/ppp/auth-down file.
|
||
|
|
||
|
/usr/bin/logger -p daemon.notice -t pppd "User $2 is logged off"
|