Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
config:env [2010/02/22 20:11] digitalmanconfig:env [2013/09/26 15:35] – [SBBSNODE] digital man
Line 17: Line 17:
 ===== SBBSNODE ===== ===== SBBSNODE =====
  
-The ''SBBSNODE'' environment variable **should NOT** be set. This variable is set dynamically((to the path of the current node directory)), by Synchronet, for the use of external online programs (e.g. doors).+The ''SBBSNODE'' environment variable **should NOT** be set by the sysop. This variable is set dynamically((to the path of the current node directory)), by Synchronet, for the use of external online programs (e.g. doors).
  
  
Line 40: Line 40:
 For Unix bash/sh: For Unix bash/sh:
 In the home directory of the user the BBS will be running as, edit the file In the home directory of the user the BBS will be running as, edit the file
-named either ''.profile'' or ''.bash_profile'' depending on if you're running bash or +named either ''.profile'' or ''.bash_profile'' as appropriate and add the line:
-sh and add the line:+
  
     SBBSCTRL=/sbbs/ctrl && export SBBSCTRL     SBBSCTRL=/sbbs/ctrl && export SBBSCTRL
Line 51: Line 50:
 For Unix csh/tcsh: For Unix csh/tcsh:
 Again, in the home directory of the user the BBS will be running as, in the 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:+file named ''.tcshrc'' or ''.cshrc'' as appropriate add the line:
  
     setenv SBBSCTRL /sbbs/ctrl     setenv SBBSCTRL /sbbs/ctrl
 (replace ''/sbbs/ctrl'' with the full path to your ''[[dir:ctrl]]'' directory) (replace ''/sbbs/ctrl'' with the full path to your ''[[dir:ctrl]]'' directory)