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
930e76a8
Commit
930e76a8
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Remove tabs.
parent
31b4618f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/sbbscon.txt
+9
-9
9 additions, 9 deletions
docs/sbbscon.txt
docs/sbbsunix.txt
+1
-1
1 addition, 1 deletion
docs/sbbsunix.txt
with
10 additions
and
10 deletions
docs/sbbscon.txt
+
9
−
9
View file @
930e76a8
...
...
@@ -29,16 +29,16 @@ SCFG needs to be told the location of your Synchronet ctrl directory, where
it expects to find the Synchronet configuration (.cnf) files. This can be done
by passing the path to your ctrl directory on the SCFG command line. Example:
scfg /sbbs/ctrl
scfg /sbbs/ctrl
or:
scfg /usr/local/sbbs/ctrl
scfg /usr/local/sbbs/ctrl
or by setting the SBBSCTRL environment variable before running SCFG. Example:
Unix (bash):
export SBBSCTRL=/sbbs/ctrl
Unix (sh):
SBBSCTRL=/sbbs/ctrl && export SBBSCTRL
Unix (csh):
setenv SBBSCTRL /sbbs/ctrl
Win32:
set SBBSCTRL=/sbbs/ctrl
Unix (bash):
export SBBSCTRL=/sbbs/ctrl
Unix (sh):
SBBSCTRL=/sbbs/ctrl && export SBBSCTRL
Unix (csh):
setenv SBBSCTRL /sbbs/ctrl
Win32:
set SBBSCTRL=/sbbs/ctrl
Generally speaking, if you are running Linux, your shell is bash. You can
verify your shell by typing ``echo $SHELL'' at a command line.
...
...
@@ -120,7 +120,7 @@ The default initalization file is ctrl/sbbs.ini. A different initialization
filename may be used by specifying the path and filename on the sbbs
command-line. Example:
sbbs /sbbs/ctrl/mybbs.ini
sbbs /sbbs/ctrl/mybbs.ini
If the path and filename of the initialization file is not passed on the
command-line, sbbs will use the SBBSCTRL environment variable to determine
...
...
@@ -146,7 +146,7 @@ via syslog rather than the local console, set Daemonize=True in this section.
To configure syslog and the LogFacility, a good default to use is
LogFacility=3 Then, in /etc/syslog.conf you will need to add the line:
local3.*
/var/log/synchronet.log
local3.*
/var/log/synchronet.log
You will have to create this file manually initially by running:
touch /var/log/synchronet.log
...
...
@@ -193,7 +193,7 @@ Installing the termcap file:
http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/termcap
2) Enter the command ``cat termcap >> /etc/termcap''
3) *** FreeBSD Only *** run the command:
``cap_mkdb -f /usr/share/misc/termcap /etc/termcap''
``cap_mkdb -f /usr/share/misc/termcap /etc/termcap''
Once the terminal capability files are installed, edit the ExternalTermANSI
value in the [BBS] section of your .ini file to read:
...
...
This diff is collapsed.
Click to expand it.
docs/sbbsunix.txt
+
1
−
1
View file @
930e76a8
...
...
@@ -340,7 +340,7 @@ Note: Skip to step 8 if you are updating an existing Synchronet installation.
D. If (and only if) the last line of the output looks like this:
'#2 0x00000000 in ?? ()' (The number at the start will vary)
display backtraces of all threads:
(gdb) thread apply all bt
(gdb) thread apply all bt
E. Copy and paste in e-mail to rob[at]synchro[dot]net or post in one of the
Synchronet discussion groups (http://www.synchro.net/docs/support.html).
...
...
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