diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-14 06:57:09 +0000 |
| commit | 72b7f92e6edf4375820f765b41697b3208ce7fe7 (patch) | |
| tree | 49c75f7b6a634efb81c3709f39147fdba24623bb /libexec/pppoed | |
| parent | 606cad63e046f2873878d07634158eb90c5a2cf6 (diff) | |
Diffstat (limited to 'libexec/pppoed')
| -rw-r--r-- | libexec/pppoed/Makefile | 2 | ||||
| -rw-r--r-- | libexec/pppoed/pppoed.8 | 2 | ||||
| -rw-r--r-- | libexec/pppoed/pppoed.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile index bbae4c0c9f9c..fb95d183c823 100644 --- a/libexec/pppoed/Makefile +++ b/libexec/pppoed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/pppoed/Makefile,v 1.1.6.1 2001/04/25 10:40:54 ru Exp $ PROG= pppoed SRCS= pppoed.c diff --git a/libexec/pppoed/pppoed.8 b/libexec/pppoed/pppoed.8 index eedaa4a91d8d..b2f5b0f6567d 100644 --- a/libexec/pppoed/pppoed.8 +++ b/libexec/pppoed/pppoed.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/pppoed/pppoed.8,v 1.2.6.11 2002/03/26 11:40:37 brian Exp $ .\" .Dd November 8, 1999 .Dt PPPOED 8 diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index c3c6ba4f0b6e..df8d171d2bae 100644 --- a/libexec/pppoed/pppoed.c +++ b/libexec/pppoed/pppoed.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/pppoed/pppoed.c,v 1.2.6.7 2002/03/26 11:40:37 brian Exp $ */ #include <sys/param.h> |
