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