diff options
Diffstat (limited to 'share/examples/pppd/auth-down.sample')
-rw-r--r-- | share/examples/pppd/auth-down.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/pppd/auth-down.sample b/share/examples/pppd/auth-down.sample new file mode 100644 index 000000000000..b2da150dc040 --- /dev/null +++ b/share/examples/pppd/auth-down.sample @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# Example for /etc/ppp/auth-down file. + +/usr/bin/logger -p daemon.notice -t pppd "User $2 is logged off" |