diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | COPYING | 4 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/PING-MIB.txt | 6 | ||||
-rw-r--r-- | doc/bsnmp-ping.8 | 6 | ||||
-rwxr-xr-x | doc/man2html.pl | 4 | ||||
-rw-r--r-- | module/bsnmp-ping.c | 4 | ||||
-rw-r--r-- | module/ping-tree.def | 4 | ||||
-rw-r--r-- | module/usuals.h | 4 |
10 files changed, 24 insertions, 20 deletions
@@ -1 +1 @@ -Nate Nielsen <nielsen@memberwebs.com> +Stef Walter <stef@memberwebs.com> @@ -1,6 +1,6 @@ LICENSE -Copyright (c) 2006, Nate Nielsen +Copyright (c) 2006, Stefan Walter All rights reserved. Redistribution and use in source and binary forms, with or without @@ -34,5 +34,5 @@ DAMAGE. SUPPORT -Send bug reports to: <nielsen@memberwebs.com> +Send bug reports to: <stef@memberwebs.com> @@ -1,2 +1,6 @@ +0.2 + - Use my real name 'Stef Walter' + See: http://memberwebs.com/nielsen/ + 0.1 - Initial Release + - Initial Release diff --git a/configure.in b/configure.in index b1ede65..f58949e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(bsnmp-ping, 0.1, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-ping, 0.1) +AC_INIT(bsnmp-ping, 0.2, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-ping, 0.2) AC_CONFIG_SRCDIR([module/bsnmp-ping.c]) AM_CONFIG_HEADER([config.h]) diff --git a/doc/PING-MIB.txt b/doc/PING-MIB.txt index 794cf06..4b38506 100644 --- a/doc/PING-MIB.txt +++ b/doc/PING-MIB.txt @@ -1,6 +1,6 @@ -- -- Copyright (c) 2006 --- Nate Nielsen <nielsen@memberwebs.com> +-- Stefan Walter <stef@memberwebs.com> -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions @@ -33,8 +33,8 @@ IMPORTS ping MODULE-IDENTITY LAST-UPDATED "200603290000Z" - ORGANIZATION "Nate Nielsen" - CONTACT-INFO "nielsen@memberwebs.com" + ORGANIZATION "Stef Walter" + CONTACT-INFO "stef@memberwebs.com" DESCRIPTION "The MIB for the bsnmp-ping module." ::= { begemot 204 } diff --git a/doc/bsnmp-ping.8 b/doc/bsnmp-ping.8 index 4a4b1c8..424935a 100644 --- a/doc/bsnmp-ping.8 +++ b/doc/bsnmp-ping.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2006, Nate Nielsen +.\" Copyright (c) 2006, Stefan Walter .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ .\" .\" .\" CONTRIBUTORS -.\" Nate Nielsen <nielsen@memberwebs.com> +.\" Stef Walter <stef@memberwebs.com> .\" .Dd April, 2006 .Dt bsnmp-ping 8 @@ -115,4 +115,4 @@ pingHistory.1 = 150 .Sh SEE ALSO .Xr bsnmpd 1 .Sh AUTHOR -.An Nate Nielsen Aq nielsen@memberwebs.com +.An Stef Walter Aq stef@memberwebs.com diff --git a/doc/man2html.pl b/doc/man2html.pl index 21e3ab5..a6a7c3f 100755 --- a/doc/man2html.pl +++ b/doc/man2html.pl @@ -126,7 +126,7 @@ sub man { } close(MAN); - print "<H6>Copyright, N. Nielsen [ <a href='./'>back</a> | <a href='../../'>home</a> ]</h6>"; + print "<H6> [ <a href='./'>back</a> | <a href='../../'>home</a> ]</h6>"; print "</BODY>\n"; print "</HTML>\n"; @@ -192,7 +192,7 @@ sub html_header { <link rev="made" href="mailto:wosch\@FreeBSD.ORG"> <META name="robots" content="nofollow"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> -<link rel="stylesheet" type="text/css" href="/nielsen/style.css"> +<link rel="stylesheet" type="text/css" href="/swalter/style.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n\n}; } diff --git a/module/bsnmp-ping.c b/module/bsnmp-ping.c index 36b3572..e9c2751 100644 --- a/module/bsnmp-ping.c +++ b/module/bsnmp-ping.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, Nate Nielsen + * Copyright (c) 2006, Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> + * Stefan Walter <stef@memberwebs.com> */ #include "usuals.h" diff --git a/module/ping-tree.def b/module/ping-tree.def index 37e843e..bc45049 100644 --- a/module/ping-tree.def +++ b/module/ping-tree.def @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, Nate Nielsen +# Copyright (c) 2006, Stefan Walter # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ # # # CONTRIBUTORS -# Nate Nielsen <nielsen@memberwebs.com> +# Stef Walter <stef@memberwebs.com> # (1 internet diff --git a/module/usuals.h b/module/usuals.h index 7e0cd8d..e975dcd 100644 --- a/module/usuals.h +++ b/module/usuals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, Nate Nielsen + * Copyright (c) 2006, Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen <nielsen@memberwebs.com> + * Stef Walter <stef@memberwebs.com> */ #ifndef __USUALS_H__ |