Added README.Ubuntu
This commit is contained in:
parent
3fabf9777a
commit
abbab34945
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ OTHER = AUTHORS ChangeLog COPYING DEBUG CRON.sh FILE_ID.DIZ.in \
|
||||
README SETUP.sh \
|
||||
TODO UPGRADE aclocal.m4 checkbasic config.h.in configure \
|
||||
configure.ac \
|
||||
paths.h.in README.Gentoo
|
||||
paths.h.in README.Gentoo README.Ubuntu
|
||||
TARFILE = ${PACKAGE}-${VERSION}.tar.bz2
|
||||
|
||||
###############################################################################
|
||||
|
23
README.Ubuntu
Normal file
23
README.Ubuntu
Normal file
@ -0,0 +1,23 @@
|
||||
$Id$
|
||||
|
||||
Unlike most distributions, Ubuntu doesn't install programs that may be usefull
|
||||
for mbsebbs by default. Before you run ./configure install the following
|
||||
packages to make mbsebbs run with most features:
|
||||
|
||||
Package Provides
|
||||
-------------- --------------------------------------------------------------
|
||||
xinetd Icoming TCP/IP networking.
|
||||
telnetd Telnet sessions to the bbs.
|
||||
arj ARJ archiver.
|
||||
rar RAR archiver.
|
||||
lha LHArc archiver.
|
||||
arc Arc archiver.
|
||||
zoo ZOO archiver.
|
||||
lrzsz Zmodem, Ymodem file transfers for the bbs.
|
||||
|
||||
Install these programs by using 'sudo apt-get install Package'.
|
||||
The xinetd package is mandatory!
|
||||
|
||||
|
||||
sudo bash /path/to/SETUP.sh
|
||||
|
Reference in New Issue
Block a user