From 3e36bb0d88236eb50feafe219d95e6d34ffc1956 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Sun, 22 Nov 2015 18:05:12 +0000 Subject: [PATCH] removed manpages in debian folder due to upstream changes, removed elf binary from source tarball at build time --- debian/manpages/axdigi.8 | 52 ------- debian/manpages/flexd.8 | 34 ----- debian/manpages/flexd.conf.5 | 51 ------- debian/manpages/nodeusers.1 | 36 ----- debian/manpages/uronode.8 | 245 ------------------------------- debian/manpages/uronode.conf.5 | 252 -------------------------------- debian/manpages/uronode.perms.5 | 117 --------------- debian/rules | 4 + debian/uronode.manpages | 1 - 9 files changed, 4 insertions(+), 788 deletions(-) delete mode 100644 debian/manpages/axdigi.8 delete mode 100644 debian/manpages/flexd.8 delete mode 100644 debian/manpages/flexd.conf.5 delete mode 100644 debian/manpages/nodeusers.1 delete mode 100644 debian/manpages/uronode.8 delete mode 100644 debian/manpages/uronode.conf.5 delete mode 100644 debian/manpages/uronode.perms.5 delete mode 100644 debian/uronode.manpages diff --git a/debian/manpages/axdigi.8 b/debian/manpages/axdigi.8 deleted file mode 100644 index bbf1761..0000000 --- a/debian/manpages/axdigi.8 +++ /dev/null @@ -1,52 +0,0 @@ -.TH AXDIGI 8 "28 April 2013" Linux "Linux Programmer's Manual" -.SH NAME -axdigi \- axdigi file. -.SH DESCRIPTION -.LP -.B axdigi -This executable should be loaded in your startup script with the command: -/usr/local/sbin/axdigi (or path to where you installed it). This file enables -cross-port digipeating within your linux's ax25 stack. -.LP -Special Conditions: -.B axdigi -In order to digipeat, you or the user *must* know your SSID associated -with the ifconfig that is the direct link to the outbound -path they wish to digi to. axdigi will handle the appropriate digipeat -accordingly. If you have multiple ax25 interfaces, you should somehow -list them for the users in the axports description so they will see -them when doing an "Interface" command while on URONode. If the user -wishes to log off URONode and digi through, then they must use the -interface's SSID associated with the OUTBOUND path to their destination. -.sp -commands are: -.TP 14 -.B C via -If the user heard station A1BCD-7 on your ax0 interface, and that -interface's SSID is: W1XYZ-9 (NOT the FlexID of URONode!) then the user -would enter: -c a1bcd-7 via w1xyz-9 -even if their inbound interface might be ax1 and it's ifconfig shows -your SSID as w1xyz-10! -.TP 14 -.B Detailed information -If you have 3 ax25 interfaces ifconfigured as: -ax0 - w1xyz-9 -ax1 - w1xyz-10 -ax2 - w1xyz-11 - -User k2lmn would enter your node via ax2 and they wish to digi to -a1bcd-7 which is heard on ax0 they would simply enter: -c a1bcd-7 via w1xyz-9 to connect. Axdigi handles the crossport -functions. If they tried: -c a1bcd-7 via w1xyz-11 -the connect would fail because it would attempt to digi OUT on your -ax2 interface. This may get tricky so expect a need to educate your -users on this. Unfortunately, linux lacks native cross-port digipeating -at this time so this is a work-around. -.SH FILES -.LP -/usr/sbin/axdigi -.SH "SEE ALSO" -.BR axports (5), -.BR ax25 (4). diff --git a/debian/manpages/flexd.8 b/debian/manpages/flexd.8 deleted file mode 100644 index 5b8ed63..0000000 --- a/debian/manpages/flexd.8 +++ /dev/null @@ -1,34 +0,0 @@ -.TH URONODE 8 "2 September 2015" Linux "Linux System Managers Manual" -.SH NAME -flexd \- FlexNet polling daemon -.SH SYNOPSIS -.B flexd -.SH DESCRIPTION -.LP -.B flexd -queries a neighbouring flexnet node for its reachable -destinations. These destinations are stored locally and are available -within uronode to be queried using the Dest command or connected to -using: Connect -.SH FILES -.LP -.TP 5 -.B /etc/flexd.conf -flexd configuration file. -.SH "SEE ALSO" -.BR uronode (8), -.BR uronode.conf (5), -.BR uronode.perms (5), -.BR axports (5), -.BR ax25d (8), -.BR mheardd (8). -.SH AUTHOR -Brian Rogers N1URO -.SH THANKS TO -Stefano Noferi IZ5AWZ -.br -Tomi Manninen OH2BNS -.br -Alan Cox GW4PTS -.br -Roy PE1RJA diff --git a/debian/manpages/flexd.conf.5 b/debian/manpages/flexd.conf.5 deleted file mode 100644 index 60c50cb..0000000 --- a/debian/manpages/flexd.conf.5 +++ /dev/null @@ -1,51 +0,0 @@ -.TH FLEXD.CONF 5 "28 April 2013" Linux "Linux Programmer's Manual" -.SH NAME -flexd.conf \- flexd configuration file. -.SH DESCRIPTION -.LP -.B flexd.conf -file is read by flexd at program startup and is used to modify the -behaviour of the robot. -.LP -The lines within -.B flexd.conf -must either be a comment line, which starts with a # in the first column, or -one of the commands listed below. Commands and arguments are delimited -by white space. Arguments can contain white space if they are enclosed -in double quotes. Also C-style escapes (\\n, \\x0A, \\012 etc.) are parsed -within double quotes. -.sp -Available configuration commands are: -.TP 14 -.B MyCall -Sets up the callsign AND ssid you wish to use to connect to your flexnet -neighbor for destinations import. Do NOT use an ssid of your ax25 interface -which you'll be polling from as you may create a loop between your system -and the flexnet neighbor. -An example: MyCall kb1uuu-13 -.TP 14 -.B PollInterval