Remove <sys/stdbool.h>. The kernel has bool etc. in <sys/types.h> now.
[dragonfly.git] / share / examples / pppd / auth-up.sample
blob92ac86cc8922f1ec5775b5c2c55a6667a3ab75f0
1 #!/bin/sh
3 # $FreeBSD: src/share/examples/pppd/auth-up.sample,v 1.1.2.1 2002/02/12 00:49:12 cjc Exp $
4 # $DragonFly: src/share/examples/pppd/auth-up.sample,v 1.2 2003/06/17 04:36:57 dillon Exp $
6 # Example for /etc/ppp/auth-up file.
8 /usr/bin/logger -p daemon.notice -t pppd "User $2 is logged in"