Add an `Email Addresses'' and a
`Shell Accounts'' section to
chapter 27. These sections look pretty silly with only one entry, so please (anyone) add more entries if you know of anything suitable. Reviewed & adjusted by: nik
This commit is contained in:
parent
a719fc9cd3
commit
96b90131d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5228
3 changed files with 189 additions and 3 deletions
en/handbook/eresources
en_US.ISO8859-1/books/handbook/eresources
en_US.ISO_8859-1/books/handbook/eresources
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.16 1999-07-04 21:54:10 nik Exp $
|
||||
$Id: chapter.sgml,v 1.17 1999-07-17 12:45:15 brian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="eresources">
|
||||
|
@ -1288,6 +1288,68 @@ help
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-email">
|
||||
<title>Email Addresses</title>
|
||||
|
||||
<para>The following user groups provide FreeBSD related email addresses
|
||||
for their members. The listed administrator reserves the right to
|
||||
revoke the address if it is abused in any way.</para>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Domain</entry>
|
||||
<entry>Facilities</entry>
|
||||
<entry>User Group</entry>
|
||||
<entry>Administrator</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>ukug.uk.FreeBSD.org</entry>
|
||||
<entry>Forwarding only</entry>
|
||||
<entry><email>freebsd-users@uk.FreeBSD.org</email></entry>
|
||||
<entry>Josef L. Karthauser
|
||||
<email>joe@uk.FreeBSD.org</email></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-shell">
|
||||
<title>Shell Accounts</title>
|
||||
|
||||
<para>The following user groups provide shell accounts for people who are
|
||||
actively supporting the FreeBSD project. The listed administrator
|
||||
reserves the right to cancel the account if it is abused in any
|
||||
way.</para>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Host</entry>
|
||||
<entry>Access</entry>
|
||||
<entry>Facilities</entry>
|
||||
<entry>Administrator</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>storm.uk.FreeBSD.org</entry>
|
||||
<entry>ssh only</entry>
|
||||
<entry>Read-only cvs, personal webspace, email</entry>
|
||||
<entry>&a.brian</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.16 1999-07-04 21:54:10 nik Exp $
|
||||
$Id: chapter.sgml,v 1.17 1999-07-17 12:45:15 brian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="eresources">
|
||||
|
@ -1288,6 +1288,68 @@ help
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-email">
|
||||
<title>Email Addresses</title>
|
||||
|
||||
<para>The following user groups provide FreeBSD related email addresses
|
||||
for their members. The listed administrator reserves the right to
|
||||
revoke the address if it is abused in any way.</para>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Domain</entry>
|
||||
<entry>Facilities</entry>
|
||||
<entry>User Group</entry>
|
||||
<entry>Administrator</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>ukug.uk.FreeBSD.org</entry>
|
||||
<entry>Forwarding only</entry>
|
||||
<entry><email>freebsd-users@uk.FreeBSD.org</email></entry>
|
||||
<entry>Josef L. Karthauser
|
||||
<email>joe@uk.FreeBSD.org</email></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-shell">
|
||||
<title>Shell Accounts</title>
|
||||
|
||||
<para>The following user groups provide shell accounts for people who are
|
||||
actively supporting the FreeBSD project. The listed administrator
|
||||
reserves the right to cancel the account if it is abused in any
|
||||
way.</para>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Host</entry>
|
||||
<entry>Access</entry>
|
||||
<entry>Facilities</entry>
|
||||
<entry>Administrator</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>storm.uk.FreeBSD.org</entry>
|
||||
<entry>ssh only</entry>
|
||||
<entry>Read-only cvs, personal webspace, email</entry>
|
||||
<entry>&a.brian</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.16 1999-07-04 21:54:10 nik Exp $
|
||||
$Id: chapter.sgml,v 1.17 1999-07-17 12:45:15 brian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="eresources">
|
||||
|
@ -1288,6 +1288,68 @@ help
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-email">
|
||||
<title>Email Addresses</title>
|
||||
|
||||
<para>The following user groups provide FreeBSD related email addresses
|
||||
for their members. The listed administrator reserves the right to
|
||||
revoke the address if it is abused in any way.</para>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Domain</entry>
|
||||
<entry>Facilities</entry>
|
||||
<entry>User Group</entry>
|
||||
<entry>Administrator</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>ukug.uk.FreeBSD.org</entry>
|
||||
<entry>Forwarding only</entry>
|
||||
<entry><email>freebsd-users@uk.FreeBSD.org</email></entry>
|
||||
<entry>Josef L. Karthauser
|
||||
<email>joe@uk.FreeBSD.org</email></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="eresources-shell">
|
||||
<title>Shell Accounts</title>
|
||||
|
||||
<para>The following user groups provide shell accounts for people who are
|
||||
actively supporting the FreeBSD project. The listed administrator
|
||||
reserves the right to cancel the account if it is abused in any
|
||||
way.</para>
|
||||
|
||||
<informaltable>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Host</entry>
|
||||
<entry>Access</entry>
|
||||
<entry>Facilities</entry>
|
||||
<entry>Administrator</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>storm.uk.FreeBSD.org</entry>
|
||||
<entry>ssh only</entry>
|
||||
<entry>Read-only cvs, personal webspace, email</entry>
|
||||
<entry>&a.brian</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</sect1>
|
||||
</chapter>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in a new issue