diff options
author | Stef Walter <stef@thewalter.net> | 2007-05-28 18:56:59 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2007-05-28 18:56:59 +0000 |
commit | 1c1512462aee7c743327f5abdd530ac1f6a65743 (patch) | |
tree | b1458f75ec30d48e86dbaf1e05ce9863905183b3 /src | |
parent | 7b9cf12753de2baaaa5cc5d4c6f616b040492f55 (diff) |
Diffstat (limited to 'src')
-rwxr-xr-x | src/dmesg.c | 4 | ||||
-rwxr-xr-x | src/injail.c | 4 | ||||
-rwxr-xr-x | src/injail_main.c | 4 | ||||
-rwxr-xr-x | src/jailer.8 | 2 | ||||
-rwxr-xr-x | src/jailer.c | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/src/dmesg.c b/src/dmesg.c index af6fbbd..8e1d54d 100755 --- a/src/dmesg.c +++ b/src/dmesg.c @@ -1,6 +1,6 @@ /* // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: <nielsen@memberwebs.com> +// Send bug reports to: <stef@memberwebs.com> // // CHANGES // 1.1 diff --git a/src/injail.c b/src/injail.c index 7d653a6..faff60a 100755 --- a/src/injail.c +++ b/src/injail.c @@ -1,7 +1,7 @@ /* // AUTHOR // James Quick <jq@quick.com> -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -15,7 +15,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: <nielsen@memberwebs.com> +// Send bug reports to: <stef@memberwebs.com> // // injail // A utility function to determine if a process is running in a FreeBSD jail. diff --git a/src/injail_main.c b/src/injail_main.c index aaf8034..acb8735 100755 --- a/src/injail_main.c +++ b/src/injail_main.c @@ -1,6 +1,6 @@ /* // AUTHOR -// N. Nielsen +// Stef Walter // James Quick <jq@quick.com> // // LICENSE @@ -15,7 +15,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: <nielsen@memberwebs.com> +// Send bug reports to: <stef@memberwebs.com> // // CHANGES // 1.1 diff --git a/src/jailer.8 b/src/jailer.8 index 9c9b1f9..e16794a 100755 --- a/src/jailer.8 +++ b/src/jailer.8 @@ -122,7 +122,7 @@ and scripts. .SH AUTHOR -Nate Nielsen <nielsen@memberwebs.com> +Stef Walter <stef@memberwebs.com> .SH "SEE ALSO" .BR jail (8), diff --git a/src/jailer.c b/src/jailer.c index 8b49489..5b59eed 100755 --- a/src/jailer.c +++ b/src/jailer.c @@ -1,6 +1,6 @@ /* // AUTHOR -// N. Nielsen +// Stef Walter // // LICENSE // This software is in the public domain. @@ -14,7 +14,7 @@ // with the software or the use or other dealings in the software. // // SUPPORT -// Send bug reports to: <nielsen@memberwebs.com> +// Send bug reports to: <stef@memberwebs.com> // // CHANGES // 1.1 |