aboutsummaryrefslogtreecommitdiff
path: root/comms/qtel/files/patch-doc-man-svxlink.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qtel/files/patch-doc-man-svxlink.conf.5')
-rw-r--r--comms/qtel/files/patch-doc-man-svxlink.conf.577
1 files changed, 0 insertions, 77 deletions
diff --git a/comms/qtel/files/patch-doc-man-svxlink.conf.5 b/comms/qtel/files/patch-doc-man-svxlink.conf.5
deleted file mode 100644
index 5eac133399dd..000000000000
--- a/comms/qtel/files/patch-doc-man-svxlink.conf.5
+++ /dev/null
@@ -1,77 +0,0 @@
---- doc/man/svxlink.conf.5.orig 2011-05-15 01:59:35.000000000 -0700
-+++ doc/man/svxlink.conf.5 2012-06-24 10:45:02.000000000 -0700
-@@ -16,7 +16,7 @@
- .BR $HOME/.svxlink/svxlink.conf .
- If no user specific configuration file can be found, SvxLink will look for
- the system wide configuration file
--.BR /etc/svxlink/svxlink.conf .
-+.BR /usr/local/etc/svxlink/svxlink.conf .
- The
- .B --config
- command line option may also be used to specify an arbitrary configuration file.
-@@ -185,7 +185,7 @@
- .B EVENT_HANDLER
- Point out the TCL event handler script to use. The TCL event handler script is
- responsible for playing the correct audio clips when an event occurr.
--The default location is /usr/share/svxlink/events.tcl.
-+The default location is /usr/local/share/svxlink/events.tcl.
- .TP
- .B DEFAULT_LANG
- Set the default language to use for announcements. It should be set to an ISO
-@@ -474,7 +474,7 @@
- Always "Local" for a local receiver.
- .TP
- .B AUDIO_DEV
--Specify the audio device to use. Normally /dev/dsp.
-+Specify the audio device to use. Normally oss:/dev/dsp.
- .TP
- .B AUDIO_CHANNEL
- Specify the audio channel to use. SvxLink can use the left/right stereo
-@@ -482,7 +482,7 @@
- .TP
- .B SQL_DET
- Specify the type of squelch detector to use. Possible values are: VOX, CTCSS,
--SERIAL, EVDEV or SIGLEV.
-+SERIAL or SIGLEV.
-
- The VOX squelch detector determines if there is a signal
- present by calculating a mean value of the sound samples. The VOX squelch
-@@ -500,13 +500,6 @@
- hardware indicator of when the squelch is open. Specify which serial port/pin to
- use with SERIAL_PORT and SERIAL_PIN.
-
--The EVDEV squelch detector read squelch events from a /dev/input/eventX device.
--An example where this could be useful is if you have a USB audio device with
--some buttons on it. Some of these devices generate key press events, much like
--a keyboard. Specify which /dev/input device node to use using the EVDEV_DEVNAME
--config variable. Set which events that should open and close the squelch using
--the EVDEV_OPEN and EVDEV_CLOSE config variables.
--
- The SIGLEV squelch detector use signal level measurements to determine if the
- squelch is open or not. Which signal level detector to use is determined by the
- setting of the SIGLEV_DET configuration variable. The open and close
-@@ -902,7 +895,7 @@
- Always "Local" for a local transmitter.
- .TP
- .B AUDIO_DEV
--Specify the audio device to use. Normally /dev/dsp.
-+Specify the audio device to use. Normally oss:/dev/dsp.
- .TP
- .B AUDIO_CHANNEL
- Specify the audio channel to use. SvxLink can use the left/right stereo
-@@ -1351,13 +1344,13 @@
- .SH FILES
- .
- .TP
--.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")"
-+.IR /usr/local/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")"
- The system wide configuration file.
- .TP
- .IR ~/.svxlink/svxlink.conf
- Per user configuration file.
- .TP
--.I /etc/svxlink/svxlink.d/*
-+.I /usr/local/etc/svxlink/svxlink.d/*
- Additional configuration files. Typically one configuration file per module.
- .
- .SH AUTHOR