an easy and consistent way of installing software ported to FreeBSD
sn a small news system for small sites serving perhaps a few dozen
newsgroups, and with a slow connection to the internet. It is similar
to Leafnode. The target user is a home or SOHO with a single modem
connection to the Internet, maybe running IP masq or similar, and
serving a few workstations.
WWW: http://infa.abo.fi/~patrik/sn/
-Andreas Fehlner
fehlner@gmx.de
sbin/SNHELLO
sbin/SNPOST
sbin/dot-outgoing.ex
sbin/sncancel
sbin/sncat
sbin/sndelgroup
sbin/sndumpdb
sbin/snexpire
sbin/snfetch
sbin/snget
sbin/sngetd
sbin/snlockf
sbin/snmail
sbin/snnewgroup
sbin/snntpd
sbin/snprimedb
sbin/snscan
sbin/snsend
sbin/snsplit
sbin/snstore
@exec /bin/mkdir /var/spool/news
@unexec rmdir /var/spool/news 2>/dev/null ||( echo "===> If you don't plan to use them later, you can safely remove /var/spool/news. Deinstall process kept these files intact:" | fmt && for i in $(find /var/spool/news -type f); do echo " - $i"; done)