[5274] in linux-announce channel archive
Linux-Announce Digest #567
daemon@ATHENA.MIT.EDU (Digestifier)
Mon Jun 25 15:14:46 2007
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Mon, 25 Jun 2007 15:13:01 EDT
Linux-Announce Digest #567, Volume #5 Mon, 25 Jun 2007 15:13:01 EDT
Contents:
strxns 0.9.2.6 Released - STREAMS XNS 5.2 Networking for Linux ("Brian F. G. Bidulock")
strnsl 0.9.2.3 Released - Network Services Library for Linux Fast-STREAMS ("Brian F. G. Bidulock")
strinet 0.9.2.6 Released - XTI Library for Linux Fast-STREAMS ("Brian F. G. Bidulock")
strchan 0.9.2.3 Released - OpenSS7 Channels for Linux Fast-STREAMS ("Brian F. G. Bidulock")
openss7 0.9.2.F Released - OpenSS7 Master Package ("Brian F. G. Bidulock")
strss7 0.9a.7 Released - STREAMS SS7 stack for Linux Fast-STREAMS ("Brian F. G. Bidulock")
----------------------------------------------------------------------------
Date: Mon, 25 Jun 2007 13:15:15 -0500
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Subject: strxns 0.9.2.6 Released - STREAMS XNS 5.2 Networking for Linux
Reply-To: bidulock@openss7.org
Package strxns-0.9.2.6 was released under GPLv2 2007-06-24.
The OpenSS7 XNS Networking package is an implementation of X/Open
Network Services (XNS 5.2) for Linux Fast-STREAMS and provides OSI
conforming CDI, DLPI and NPI header files as well as several DLPI and
NPI modules and drivers that convert between Linux Native IP interface
and the STREAMS DLPI and NPI interface. One allows DLPI drivers to be
added to Linux as IP interfaces, another provides DLPI access to
native Linux IP interfaces, and a third provides NPI access to the
Linux IP subsystem.
This is another separate release from the OpenSS7 Project of the
OpenSS7 XNS Networking package, formerly part of the (now deprecated)
Linux STREAMS (LiS) package. These networking modules provide DLPI,
NPI and Linux IP drivers, as well as providing CDI, DLPI and NPI
header files. The package contains all the necessary manual pages and
other documentation for XNS components in a separate autoconf tarball.
This release is primarily a maintenance release supporting recent
distributions and tool chains. This release is a stable production
release for Linux Fast-STREAMS.
Major features since the last public release are as follows:
- Dramatic performance improvements enabled by Linux Fast-STREAMS.
- Support build on openSUSE 10.2.
- Support build on Fedora 7 with 2.6.21 kernel.
- Support build on CentOS 5.0 (RHEL5).
- Support build on Ubuntu 7.04.
- Updated to gettext 0.16.1.
- Changes to support build on 2.6.20-1.2307.fc5 and
2.6.20-1.2933.fc6 kernel.
- Supports build on Fedora Core 6.
- Support for recent distributions and tool chains.
This is a public stable production grade release of the package: it
deprecates previous releases. Please upgrade to the current release
before reporting bugs.
As with other OpenSS7 releases, this release configures, compiles,
installs and builds RPMs and DEBs for a wide range of Linux 2.4 and
2.6 RPM- and DPKG-based distributions, and can be used on production
kernels without patching or recompiling the kernel.
This package is publicly released under the `GNU General Public
License Version 2'. The release is available as an autoconf tarball,
SRPM, DSC, and set of binary RPMs and DEBs. See the downloads page
<http://www.openss7.org/download.html> for the autoconf tarballs,
SRPMs and DSCs. For tarballs, SRPMs, DSCs and binary RPMs and DEBs,
see the strxns package page <http://www.openss7.org/strxns_pkg.html>.
See <http://www.openss7.org/codefiles/strxns-0.9.2.6/ChangeLog> and
<http://www.openss7.org/codefiles/strxns-0.9.2.6/NEWS> in the release
for more information. Also, see the `strxns.pdf' manual in the
release, also in html <http://www.openss7.org/strxns_manual.html>.
For the news release, see <http://www.openss7.org/rel20070624_F.html>.
--
Brian F. G. Bidulock
bidulock@openss7.org
http://www.openss7.org/
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
Date: Mon, 25 Jun 2007 13:14:52 -0500
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Subject: strnsl 0.9.2.3 Released - Network Services Library for Linux Fast-STREAMS
Reply-To: bidulock@openss7.org
Package strnsl-0.9.2.3 was released under GPLv2 2007-06-24.
UNIX has traditionally provided three components of the Network
Services Library, libnsl, two of which are associated with the X/Open
Transport Interface/Transport Layer Interface (XTI/TLI), libxnet, the
Transport Provider Interface (TPI), and STREAMS network pseudo-device
drivers. Two components provide the TI (Transport Independent)
interface, whereas the other provides the TS (Transport Sockets)
interface. The TI components provide the Transport Independent RPC
services (TI-RPC) pioneered by Sun Microsystems and subsequently
standardized by the IETF.
GNU/Linux glibc provides (among other things) the RPC interface
library and the TS-RPC and BSD 4.3 sockets address translation
facilities in libc, and provides NIS capabilities in libnsl. STREAMS
related components that are not currently part of the Linux Network
Services Library (libnsl) are:
1. Network Selection, consisting of:
- Network Configuration database access, netconfig(3), and,
- Network Path access, netpath(3).
2. Name-to-Address Translation, netdir(3).
These are often referred to as the Network Selection facility of the
Network Services Library. The OpenSS7 STREAMS Network Services Library
package provides a library, renamed libxnsl, that provides the missing
Network Selection and Name-to-Address mapping facilities designed to
work with xti(3).
The OpenSS7 STREAMS Network Services Library package contains header
files and the associated documentation that were originally contained
in the strxnet package. This library was quickly removed from the
strxnet distribution and placed in its own add-on package.
This is the third separate release from The OpenSS7 Project of the
OpenSS7 STREAMS Network Services Library package. This package
provides the libxnsl library providing the Network Selection Facility
for the Network Services Library. The package contains all the
necessary manual pages and other documentation. The package is
packaged as an OpenSS7 style autoconf tarball.
This is the third alpha release for Linux Fast-STREAMS and is part of
the OpenSS7 Master Package (openss7-0.9.2.F). The release provides
support for recent distributions and tool chains.
Major features since the last public release are as follows:
- Support build on openSUSE 10.2.
- Fixed problems with conflicting /etc/netconfig file definitions
between libtirpc and this implementation of the network
configuration utilities.
- Support build on Fedora 7 with 2.6.21 kernel.
- Support build on CentOS 5.0 (RHEL5).
- Support build on Ubuntu 7.04.
- Updated to gettext 0.16.1.
- Supports build on Fedora Core 6.
- Support for recent distributions and tool chains.
This is a public alpha release of the package. This package is
currently incomplete. It is being released as a reference point for
the community. If you are interested in completion of this package,
contact info@openss7.com.
As with other OpenSS7 releases, this release configures, compiles,
installs and builds RPMs and DEBs for a wide range of Linux 2.4 and
2.6 RPM- and DPKG-based distributions, and can be used on production
kernels without patching or recompiling the kernel.
This package is publicly released under the `GNU General Public
License Version 2'. The release is available as an autoconf tarball,
SRPM, DSC, and set of binary RPMs and DEBs. See the downloads page
<http://www.openss7.org/download.html> for the autoconf tarballs,
SRPMs and DSCs. For tarballs, SRPMs, DSCs and binary RPMs and DEBs,
see the strnsl package page <http://www.openss7.org/strnsl_pkg.html>.
See <http://www.openss7.org/codefiles/strnsl-0.9.2.3/ChangeLog> and
<http://www.openss7.org/codefiles/strnsl-0.9.2.3/NEWS> in the release
for more information. Also, see the `strnsl.pdf' manual in the
release, also in html <http://www.openss7.org/strnsl_manual.html>.
For the news release, see <http://www.openss7.org/rel20070624_D.html>.
--
Brian F. G. Bidulock
bidulock@openss7.org
http://www.openss7.org/
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Subject: strinet 0.9.2.6 Released - XTI Library for Linux Fast-STREAMS
Date: Mon, 25 Jun 2007 13:14:26 -0500
Reply-To: bidulock@openss7.org
Package strinet-0.9.2.6 was released under GPLv2 2007-06-24.
The OpenSS7 INET Networking package is an implementation of the
Internet Protocol suite for Linux Fast-STREAMS directly over Linux
NET4 Sockets implementation, using a STREAMS over Sockets approach.
This permits modules to be pushed on UDP or TCP Streams and allows use
of the XTI/TLI library with Internet Protocols on Linux. The package
now also includes direct STREAMS implementations of RAW IP and UDP,
and will include direct implementations of TI loop-back devices and
TCP in the future.
This OpenSS7 Project release is another separate add-on package
release of the OpenSS7 INET Networking package that was formerly
present in the (now deprecated) LiS package. The networking drivers
are provided, as well as the TPI and XTI header files for INET and
loop-back operation. The package contains all the necessary manual
packages and other documentation for INET components in a separate
autoconf tarball. This release is a stable, production grade release
for Linux Fast-STREAMS and is part of the OpenSS7 Master Package
(openss7-0.9.2.F).
This release is primarily a maintenance release to support recent
distributions and tool chains.
Major features since the last public release are as follows:
- Staggering performance improvements. The performance
improvements/correction provided in the streams-0.9.2.3 Linux
Fast-STREAMS package and a little bit of performance tuning of the
streams-inet and streams-udp drivers has resulted in staggering
performance improvements.
- STREAMS XTIoS TCP now runs up to 300% faster than Linux TCP in
tests. See the TCP Performance page for more information
<http://www.openss7.org/tcp_perf.html>.
- STREAMS UDP now runs up to 60% faster than Linux UDP in tests.
See the UDP Performance page for more information
<http://www.openss7.org/udp_perf.html>.
- Support build on openSUSE 10.2.
- Support build on Fedora 7 with 2.6.21 kernel.
- Support build on CentOS 5.0 (RHEL5).
- Support build on Ubuntu 7.04.
- Updated to gettext 0.16.1.
- Changes to support build on 2.6.20-1.2307.fc5 and
2.6.20-1.2933.fc6 kernel.
- Supports build on Fedora Core 6.
- Support for recent distributions and tool chains.
This is a public stable production grade release of the package: it
deprecates previous releases. Please upgrade to the current release
before reporting bugs.
As with other OpenSS7 releases, this release configures, compiles,
installs and builds RPMs and DEBs for a wide range of Linux 2.4 and
2.6 RPM- and DPKG-based distributions, and can be used on production
kernels without patching or recompiling the kernel.
This package is publicly released under the `GNU General Public
License Version 2'. The release is available as an autoconf tarball,
SRPM, DSC, and set of binary RPMs and DEBs. See the downloads page
<http://www.openss7.org/download.html> for the autoconf tarballs,
SRPMs and DSCs. For tarballs, SRPMs, DSCs and binary RPMs and DEBs,
see the strinet package page <http://www.openss7.org/strinet_pkg.html>.
See <http://www.openss7.org/codefiles/strinet-0.9.2.6/ChangeLog> and
<http://www.openss7.org/codefiles/strinet-0.9.2.6/NEWS> in the release
for more information. Also, see the `strinet.pdf' manual in the
release, also in html <http://www.openss7.org/strinet_manual.html>.
For the news release, see <http://www.openss7.org/rel20070624_B.html>.
--
Brian F. G. Bidulock
bidulock@openss7.org
http://www.openss7.org/
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Subject: strchan 0.9.2.3 Released - OpenSS7 Channels for Linux Fast-STREAMS
Date: Mon, 25 Jun 2007 13:14:00 -0500
Reply-To: bidulock@openss7.org
Package strchan-0.9.2.3 was released under GPLv2 2007-06-24.
The OpenSS7 STREAMS Channels package provides STREAMS modules and
drivers, libraries, programs, init scripts, and daemons that implement
the OpenSS7 STREAMS isochronous channels for the purpose of
implementing data transmission links, or for carrying voice or other
media, such as channelization of T1 carrier facilities, or ATM AAL3.
This package also includes pseudo-isochronous channels such as those
provided by RTP.
Included are hardware device drivers and pseudo-device drivers that
provide implementations of specific channels. A pseudo-device driver
is planned to link into the Linux OSS (Open Sound System) and ALS
(Advanced Linux Sound). Specific E1/T1 cards such as the V401P are
supported by this package.
This package also supports data channel protocols for data
communication over isochronous channels such as HDLC and SS7
DAEDR/DAEDT/AERM/SUERM. Upper layer link protocols, such as LAPB,
LAPF, LAPM and LLC are supported by separate packages. These modules
are provided here because they work directly over an isochronous
channel and are therefore designed to work with them. These data links
provide support for the OpenSS7 STREAMS ISO/OSI as well as the OpenSS7
STREAMS ISDN Stacks and OpenSS7 STREAMS SS7 Stack packages.
Note that no component in this package can be supported by LiS: LiS is
simply too slow to allow these drivers to achieve any degree of
efficiency necessary for proper operation.
This is the third separate release from The OpenSS7 Project of the
OpenSS7 STREAMS Channels package. The package provides components that
were previously part of the strss7 package. This package contains all
the necessary manual pages and other documentation. The package is
packaged as an OpenSS7 style autoconf tarball.
This is the third pre-alpha release for Linux Fast-STREAMS and is an
optional part of the OpenSS7 Master Package (as of openss7-0.9.2.D).
Please see README-alpha in the release or Maturity, in the manual.
This package is currently incomplete. It is being released as a
reference point for the community. If you are interested in completion
of this package, contact <mailto:info@openss7.com>.
This release is a maintenance release providing support for recent
distributions and tool chains.
Major features since the last public release are as follows:
- Dramatic performance improvements enabled by Linux Fast-STREAMS.
- Support build on openSUSE 10.2.
- Support build on Fedora 7 with 2.6.21 kernel.
- Support build on CentOS 5.0 (RHEL5).
- Support build on Ubuntu 7.04.
- Updated to gettext 0.16.1.
- Changes to support build on 2.6.20-1.2307.fc5 and
2.6.20-1.2933.fc6 kernel.
- Supports build on Fedora Core 6.
- Support for recent distributions and tool chains.
As with other OpenSS7 releases, this release configures, compiles,
installs and builds RPMs and DEBs for a wide range of Linux 2.4 and
2.6 RPM- and DPKG-based distributions, and can be used on production
kernels without patching or recompiling the kernel.
This package is publicly released under the `GNU General Public
License Version 2'. The release is available as an autoconf tarball,
SRPM, DSC, and set of binary RPMs and DEBs. See the downloads page
<http://www.openss7.org/download.html> for the autoconf tarballs,
SRPMs and DSCs. For tarballs, SRPMs, DSCs and binary RPMs and DEBs,
see the strchan package page
<http://www.openss7.org/strchan_pkg.html>.
See <http://www.openss7.org/codefiles/strchan-0.9.2.3/ChangeLog> and
<http://www.openss7.org/codefiles/strchan-0.9.2.3/NEWS> in the release
for more information. Also, see the `strchan.pdf' manual in the
release, also in html <http://www.openss7.org/strchan_manual.html>.
For the news release, see <http://www.openss7.org/rel20070624_9.html>.
--
Brian F. G. Bidulock
bidulock@openss7.org
http://www.openss7.org/
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Subject: openss7 0.9.2.F Released - OpenSS7 Master Package
Date: Mon, 25 Jun 2007 13:17:20 -0500
Reply-To: bidulock@openss7.org
Package openss7-0.9.2.F was released under GPLv2 2007-06-24.
This is the OpenSS7 Master Package package. It consists of a master
package that contains all other OpenSS7 Project package releases. Use
this package if you are interested in ease of installation of a wide
range of OpenSS7 Project packages.
The OpenSS7 Master Package package contains:
- sctp-0.2.26 (Linux Native Sockets SCTP),
- iperf-2.0.7 (Internet Performance),
- streams-0.9.2.3 (Linux Fast-STREAMS),
- strcompat-0.9.2.6 (STREAMS Compatibility Modules),
- strutil-0.9.2.6 (STREAMS Utilities),
- strbcm-0.9.2.4 (STREAMS Binary Compatibility Module),
- strtty-0.9.2.3 (STREAMS Terminals),
- strxns-0.9.2.6 (STREAMS X/Open Networking Services),
- strxnet-0.9.2.11 (STREAMS X/Open Networking),
- strsock-0.9.2.3 (STREAMS Sockets),
- strinet-0.9.2.6 (STREAMS Internet),
- strsctp-0.9.2.8 (STREAMS SCTP),
- striso-0.9.2.3 (STREAMS Open Systems Interconnect),
- netperf-2.3.6 (Network Performance),
- strchan-0.9.2.3 (STREAMS Channels),
- strisdn-0.9.2.3 (STREAMS ISDN Stack),
- strss7-0.9a.7 (STREAMS SS7 Stacks),
- sigtran-0.9.2.3 (STREAMS SIGTRAN Stack),
- strvoip-0.9.2.3 (STREAMS VoIP Stacks),
- osr61-0.9.2.2 (Dialogic Open System Release 6.1) and
- LiS-2.18.6 (Linux STREAMS).
If you need to build an install a significant number of these packages,
the OpenSS7 Master Package package is the easiest way to do so.
This is the fifth public release of the OpenSS7 Master Package. See
README in the release for a sub-package listing. Most of the
sub-packages in the release are production grade for Linux Fast-STREAMS.
All existing validation test suites run clean on supported distributions
and architectures.
The OpenSS7 Master Package is not released as often as the sub-packages.
As sub-packages are released more often, to rebuild the master package
with a new sub-package release, simply replace the directory to which
the sub-package belongs with the unpacked sub-package release and then
rebuild the master package. This release provides support for recent
distributions and tool chains.
Major features since the last public release are as follows:
- Staggering performance improvements. Corrections and performance
tuning of the Linux Fast-STREAMS package has had performance
improvements across the board in the subpackages. Linux Fast-STREAMS
and its subpackages now run up to 6 times faster than before. Linux
Fast-STREAMS is now running 25 times faster than the deprecated (and
darn slow) LiS.
- See the STREAMS <http://www.openss7.org/streams_perf.html>, UDP
<http://www.openss7.org/udp_perf.html>, TCP
<http://www.openss7.org/tcp_perf.html> and SCTP
<http://www.openss7.org/strsctp_perf.html> performance pages for
more information on this performance breakthrough.
- Support build on openSUSE 10.2.
- Support build on Fedora 7 and 2.6.21 kernel.
- Support build on CentOS 5.0 (RHEL5).
- Support build on Ubuntu 7.04.
- Updated to gettext 0.16.1.
- Changes to support build on 2.6.20-1.2307.fc5 and
2.6.20-1.2933.fc6 kernel.
- Supports build on Fedora Core 6.
- Support for recent distributions and tool chains.
This is a public stable production grade release of the package: it
deprecates previous releases. Please upgrade to the current release
before reporting bugs.
As with other OpenSS7 releases, this release configures, compiles,
installs and builds RPMs and DEBs for a wide range of Linux 2.4 and
2.6 RPM- and DPKG-based distributions, and can be used on production
kernels without patching or recompiling the kernel.
This package is publicly released under the GNU General Public License
Version 2. The release is available as an autoconf tarball, SRPM,
DSC, and set of binary RPMs and DEBs. See the downloads page
<http://www.openss7.org/download.html> for the autoconf tarballs,
SRPMs and DSCs. For tarballs, SRPMs, DSCs and binary RPMs and DEBs,
see the openss7 package page <http://www.openss7.org/openss7_pkg.html>.
See <http://www.openss7.org/codefiles/openss7-0.9.2.F/ChangeLog> and
<http://www.openss7.org/codefiles/openss7-0.9.2.F/NEWS> in the release
for more information. Also, see the openss7.pdf manual in the
release, also in html <http://www.openss7.org/openss7_manual.html>.
For the news release, see <http://www.openss7.org/rel20070624_L.html>.
--
Brian F. G. Bidulock
bidulock@openss7.org
http://www.openss7.org/
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
Date: Mon, 25 Jun 2007 13:11:42 -0500
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Subject: strss7 0.9a.7 Released - STREAMS SS7 stack for Linux Fast-STREAMS
Reply-To: bidulock@openss7.org
Package strss7-0.9a.7 was released under GPLv2 2007-06-24.
The OpenSS7 SS7 Stack package includes a wide array of kernel modules,
SVR 4.2 STREAMS drivers, modules, libraries, utilities, test programs,
daemons, and development environment for the development and execution
of Signalling System Number 7 (SS7), Signalling Transport (SIGTRAN),
Integrated Services Digital Network (ISDN) and Voice over IP (VoIP)
protocol stack components and applications for the Linux Fast-STREAMS
environment.
However, the current package has had ISDN components moved to the
strisdn package, SIGTRAN components moved to the sigtran package, and
VoIP components moved to the strvoip package. Only SS7 components
remain in the strss7 package.
The OpenSS7 SS7 Stack package contains a wide array of SS7 drivers and
components for Linux Fast-STREAMS. This is the public release package
which has most of the components removed. Subscribers and sponsors of
the OpenSS7 Project have access to the full array of components.
This is the sixth release of the OpenSS7 SS7 Stack strss7 package that
contains SS7 (Signalling System No. 7) signalling stack components for
Linux Fast-STREAMS. The package contains the necessary header files,
manual pages and other documentation for SS7 components in a separate
autoconf tarball.
This release is primarily to support recent compilers, kernels and
distributions.
Major features since the last public release are as follows:
- Dramatic performance improvements enabled by Linux Fast-STREAMS.
- Support build on openSUSE 10.2.
- Support build on Fedora 7 with 2.6.21 kernel.
- Support build on CentOS 5.0 (RHEL5).
- Support build on Ubuntu 7.04.
- Updated to gettext 0.16.1.
- Changes to support build on 2.6.20-1.2307.fc5 and
2.6.20-1.2933.fc6 kernel.
- Supports build on Fedora Core 6.
- Support for recent distributions and tool chains.
This is a public stable production grade release of the package: it
deprecates previous releases. Please upgrade to the current release
before reporting bugs.
As with other OpenSS7 releases, this release configures, compiles,
installs and builds RPMs and DEBs for a wide range of Linux 2.4 and
2.6 RPM- and DPKG-based distributions, and can be used on production
kernels without patching or recompiling the kernel.
This package is publicly released under the `GNU General Public
License Version 2'. The release is available as an autoconf tarball,
SRPM, DSC, and set of binary RPMs and DEBs. See the downloads page
<http://www.openss7.org/download.html> for the autoconf tarballs,
SRPMs and DSCs. For tarballs, SRPMs, DSCs and binary RPMs and DEBs,
see the strss7 package page <http://www.openss7.org/strss7_pkg.html>.
See <http://www.openss7.org/codefiles/strss7-0.9a.7/ChangeLog> and
<http://www.openss7.org/codefiles/strss7-0.9a.7/NEWS> in the release
for more information. Also, see the `strss7.pdf' manual in the
release, also in html <http://www.openss7.org/strss7_manual.html>.
For the news release, see <http://www.openss7.org/rel20070624_5.html>.
--
Brian F. G. Bidulock
bidulock@openss7.org
http://www.openss7.org/
##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************