Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
d24195c5
Commit
d24195c5
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Numbered the sections and moved all the environment variable stuff into its own
section.
parent
f1fa7b0e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/sbbscon.txt
+43
-31
43 additions, 31 deletions
docs/sbbscon.txt
with
43 additions
and
31 deletions
docs/sbbscon.txt
+
43
−
31
View file @
d24195c5
...
...
@@ -3,8 +3,8 @@ Synchronet Console Documentation
$Id$
Introduction
------------
1.
Introduction
------------
---
The Synchronet Console is the console-mode sysop interface to Synchronet v3.
On Win32 operating systems, this interface (sbbs.exe) is an alternative to
the graphical Synchronet Control Panel (sbbsctrl.exe). On Unix, this interface
...
...
@@ -18,8 +18,8 @@ sysops that wish to conserve system resources, this may be the preferred
interface.
BBS Configuration
-----------------
2.
BBS Configuration
-----------------
---
The system-wide configuration files (ctrl/*.cnf) are edited using the
Synchronet configuration utility (SCFG). The executable filename is
exec/scfg.exe on Win32 and exec/scfg on Unix.
...
...
@@ -42,9 +42,32 @@ verify your shell by typing ``echo $SHELL'' at a command line.
Many of the Synchronet utilities require this environment variable, so it is
suggested you initialize this environment variable in your system startup
and/or login scripts.
and/or login scripts. See section 3 for details.
The SCFG application supports multiple forms of user interface. The default
interface is currently curses/conio (full-screen colored text). To use a
different interface, use the -G (graphical) or -D (stdio) command-line
options. There are other command-line options to control the character set
used, escape key delay, monochrome/color mode, etc. Type "scfg -?" to list
all the available command-line options.
bash/sh:
There are other system-configuration files that are simple text files to be
edited using any ASCII text editor: ctrl/*.cfg and text/*.can. Each of
these files should contain a description of its purpose and usage.
3. Initializing the SBBSCTRL Environment Variable
-------------------------------------------------
For Windows NT-based operating systems, goto the Windows Control Panel->
System->Advanced->Environment Variables->System Variables->New...
Variable: SBBSCTRL
Variable Value: c:\sbbs\ctrl (or wherever is correct)
For Windows 9x-based operating systems, edit your C:\AUTOEXEC.BAT file
and add the line:
SET SBBSCTRL=c:\sbbs\ctrl (or wherever is correct)
For Unix bash/sh:
In the home directory of the user the BBS will be running as, edit the file
name either .profile or .bash_profile depending on if you're running bash or
sh and add the line:
...
...
@@ -52,34 +75,23 @@ sh and add the line:
SBBSCTRL=/sbbs/ctrl && export SBBSCTRL
(replace /sbbs/ctrl with the full path to your ctrl directory)
csh/tcsh:
For Unix
csh/tcsh:
Again, in the home directory of the user the BBS will be running as, in the file
named .tcshrc (for tcsh) or .cshrc (for csh) add the line:
setenv SBBSCTRL /sbbs/ctrl
(replace /sbbs/ctrl with the full path to your ctrl directory)
The SCFG application supports multiple forms of user interface. The default
interface is currently curses/conio (full-screen colored text). To use a
different interface, use the -G (graphical) or -D (stdio) command-line
options. There are other command-line options to control the character set
used, escape key delay, monochrome/color mode, etc. Type "scfg -?" to list
all the available command-line options.
There are other system-configuration files that are simple text files to be
edited using any ASCII text editor: ctrl/*.cfg and text/*.can. Each of
these files should contain a description of its purpose and usage.
Server Configuration
--------------------
4. Server Configuration
-----------------------
The server/host-specific configuration options are set with sbbs command-line
options (run "sbbs help" for a list), or by editing the Synchronet
Initialization file (e.g. ctrl/sbbs.ini).
Initialization File
-------------------
4.1
Initialization File
-------------------
----
The default initalization file is ctrl/sbbs.ini. A different initialization
(.ini) filename may be used by specifying the path and filename on the sbbs
command-line. Example:
...
...
@@ -92,8 +104,8 @@ the location of your Synchronet ctrl directory, where it expects to find
either <HOSTNAME>.ini or sbbs.ini.
For Unix Sysops
---------------
4.2
For Unix Sysops
---------------
-----
You will particularily want to pay attention to the [UNIX] section of sbbs.ini
if you do not want to run Synchronet (and all doors!) as root (You don't), you
will have to set the User= and Group= lines.
...
...
@@ -114,8 +126,8 @@ of Synchronet as appropriate. Specifically, S will use:
LOG_CRON
Terminal Capabilities
---------------------
4.3
Terminal Capabilities
---------------------
----
As you have probobly noticed by now, most telnet programs designed for BBSes
do not display screens in *nix programs correctly. Included with Synchronet
is a pair of files to enable you to run native *nix programs and have the
...
...
@@ -139,8 +151,8 @@ Once they are installed, edit the ExternalTerm line in your *.ini file to read:
ExternalTerm=ansi-bbs
Running Synchronet
------------------
5.
Running Synchronet
------------------
---
If you've initialized the SBBSCTRL environment variable and edited your BBS
and server configuration, you are now ready to run Synchronet. You can do
this by simply running exec/sbbs (off of the installation directory).
...
...
@@ -152,13 +164,13 @@ FreeBSD:
--------
1) Set up your BBS to run as a daemon, make SURE it works.
2) Create the following file as /usr/local/etc/rc.d/synchronet.sh owned by
root,
and chmod 555:
2) Create the following file as /usr/local/etc/rc.d/synchronet.sh owned by
root,
and chmod 555:
--- CUT --- /usr/local/etc/rc.d/synchronet.sh --- CUT ---
#!/bin/sh
# Replace the path in the following line with your sbbs instll DIR
# Replace the path in the following line with your sbbs inst
a
ll DIR
SBBSDIR=/sbbs
case "$1" in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment