diff options
Diffstat (limited to 'comms/aprsd/files/patch-admin_aprsd.conf')
-rw-r--r-- | comms/aprsd/files/patch-admin_aprsd.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/comms/aprsd/files/patch-admin_aprsd.conf b/comms/aprsd/files/patch-admin_aprsd.conf new file mode 100644 index 000000000000..0a5437a4b479 --- /dev/null +++ b/comms/aprsd/files/patch-admin_aprsd.conf @@ -0,0 +1,35 @@ +--- admin/aprsd.conf.orig 2008-01-22 20:08:12.000000000 -0500 ++++ admin/aprsd.conf 2008-01-22 20:12:45.000000000 -0500 +@@ -46,7 +46,7 @@ + #Define the TNC beacon. The TNC will supply the ax25 path header. + #It's optional and you may use the TNC BTEXT in the INIT.TNC file instead. + # +-TncBeacon 10 !3802.21N/07830.61W& Linux APRS Server ++TncBeacon 10 !3802.21N/07830.61W& FreeBSD APRS Server + # + # + #Send 2 extra message acks is addition to each received ack to TNC +@@ -65,12 +65,12 @@ + #If undefined all TNC related functions are disabled. + #Permissable baud rates are 1200,2400,4800,9600 and 19200. + # +-#tncport /dev/ttyS0 ++#tncport /dev/cuad0 + #tncport radio + #tncbaud 1200 + + #Define the path for transmitted packets +-#This is only used when using Linux sockets, not the TNC. ++#This is only used when using FreeBSD sockets, not the TNC. + #For the TNC, set this in INIT.TNC. Note the format is + #slightly different to the TNC command. + aprspath APRS v WIDE +@@ -97,7 +97,7 @@ + logAllRF no + # + # Allow the insecure aprs passcodes to be used +-# Note: "no" means all users need Linux user names and passwords ++# Note: "no" means all users need FreeBSD user names and passwords + # and aprsd must be run as root for that to work. + aprsPass yes + # |