Compare commits

..

No commits in common. "6a9e6f3c0e8a94524cf9aec247704df107fddfce" and "800d7de809e405522144fbfebdb2f1eaf27c6dae" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -41,12 +41,12 @@ Assuming you have `ax25d` working on your system, add something like the followi
``` ```
[KI5QKX-10 via vhf0] [KI5QKX-10 via vhf0]
default * * * * * * * root /usr/local/bin/rsbbs rsbbs -s %U default * * * * * * * root /usr/local/bin/rsbbs rsbbs -s %S
``` ```
Notes: Notes:
- The installation path may vary on your system. - The installation path may vary on your system.
- Be sure to specify the `-s %U` parameters; this passes the ax.25 caller's callsign to the `rsbbs` application. - Be sure to specify the `-s %S` parameters; this passes the ax.25 caller's callsign to the `rsbbs` application.
See the ax25d man page for more details. See the ax25d man page for more details.