diff options
author | Thomas Osterried <ax25@x-berg.in-berlin.de> | 2023-05-13 21:16:08 +0200 |
---|---|---|
committer | Thomas Osterried <ax25@x-berg.in-berlin.de> | 2023-05-13 21:16:08 +0200 |
commit | afc4a5faa01a24c4da1d152b901066405f36adb6 (patch) | |
tree | 4fafe8bd5513b7bdd72c90faa69a00051cbf1d1a /ax25rtd | |
parent | 2a50dcc14d3ace8dee5c1a0d5a3216c7b6ec3ee9 (diff) |
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'ax25rtd')
-rw-r--r-- | ax25rtd/README.ax25rtd | 2 | ||||
-rw-r--r-- | ax25rtd/ax25rtd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/README.ax25rtd b/ax25rtd/README.ax25rtd index 4bd6910..ebe0ab6 100644 --- a/ax25rtd/README.ax25rtd +++ b/ax25rtd/README.ax25rtd @@ -62,7 +62,7 @@ can be turned on or off by altering the configuration file /etc/ax25/ax25rtd.conf. Ax25routed provides a socket /var/ax25/ax25rtd/control which is used for -runtime maintainance through ax25rtctl or to set up new routes by other +runtime maintenance through ax25rtctl or to set up new routes by other daemons (a Flexnet router, perhaps?) On startup ax25rtd reads the configuration file and afterwards preloads diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c index e2637d4..8fcf87a 100644 --- a/ax25rtd/ax25rtd.c +++ b/ax25rtd/ax25rtd.c @@ -24,7 +24,7 @@ * and saves the cache on demand or at shutdown in /var/ax25/ax25rtd/ip_route * and /var/ax25/ax25rtd/ax25_route. The configuration file is * /etc/ax25/ax25rtd.conf, you can almost everything configure - * there. See ax25rtcl.c for runtime maintainance. + * there. See ax25rtcl.c for runtime maintenance. * */ |