Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/comms/aprsd/files/patch-admin_aprsd.conf
16461 views
1
--- admin/aprsd.conf.orig 2003-10-01 16:57:16 UTC
2
+++ admin/aprsd.conf
3
@@ -46,7 +46,7 @@ NetBeacon 10 !3802.21NI07830.61W& APRS Server
4
#Define the TNC beacon. The TNC will supply the ax25 path header.
5
#It's optional and you may use the TNC BTEXT in the INIT.TNC file instead.
6
#
7
-TncBeacon 10 !3802.21N/07830.61W& Linux APRS Server
8
+TncBeacon 10 !3802.21N/07830.61W& FreeBSD APRS Server
9
#
10
#
11
#Send 2 extra message acks is addition to each received ack to TNC
12
@@ -65,12 +65,12 @@ expire 35
13
#If undefined all TNC related functions are disabled.
14
#Permissable baud rates are 1200,2400,4800,9600 and 19200.
15
#
16
-#tncport /dev/ttyS0
17
+#tncport /dev/cuad0
18
#tncport radio
19
#tncbaud 1200
20
21
#Define the path for transmitted packets
22
-#This is only used when using Linux sockets, not the TNC.
23
+#This is only used when using FreeBSD sockets, not the TNC.
24
#For the TNC, set this in INIT.TNC. Note the format is
25
#slightly different to the TNC command.
26
aprspath APRS v WIDE
27
@@ -97,7 +97,7 @@ Trace no
28
logAllRF no
29
#
30
# Allow the insecure aprs passcodes to be used
31
-# Note: "no" means all users need Linux user names and passwords
32
+# Note: "no" means all users need FreeBSD user names and passwords
33
# and aprsd must be run as root for that to work.
34
aprsPass yes
35
#
36
37