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 revisionBoth sides next revision
config:env [2010/02/22 20:11] digitalmanconfig:env [2010/02/23 16:36] – since bash supports ~/.profile and tcsh supports ~/.cshrc, use "as appropriate" instead of "for X" deuce
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)