forked from Lainports/freebsd-ports
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
--- 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
|
|
#
|