From 3b4339d9ff0d2baab141d0638265b2df3ca6c47d Mon Sep 17 00:00:00 2001 From: John Burwell Date: Mon, 24 Apr 2023 14:35:32 -0500 Subject: [PATCH] fix ax25d config example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60d5aa2..44623d2 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ Assuming you have `ax25d` working on your system, add something like the followi ``` [KI5QKX-10 via vhf0] -default * * * * * * * root /usr/local/bin/rsbbs rsbbs -s %S +default * * * * * * * root /usr/local/bin/rsbbs rsbbs -s %U ``` Notes: - The installation path may vary on your system. -- Be sure to specify the `-s %S` parameters; this passes the ax.25 caller's callsign to the `rsbbs` application. +- Be sure to specify the `-s %U` parameters; this passes the ax.25 caller's callsign to the `rsbbs` application. See the ax25d man page for more details.