summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.conf.in
blob: b6d9b786290d08780b82487717cd9e1daa9cea78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# @SYSCONFDIR@/ax25/ax25d.conf
#
# ax25d Configuration File.
#
# AX.25 Ports begin with a '['.
#
# Please note that the programs node and finger are not part of ax25-tools.
#
[OH2BNS VIA 1]
NOCALL   * * * * * *  L
default  * * * * * *  -	root  @SBINDIR@/ttylinkd	ttylinkd
#parameters_extAX25 VC-wait-login VC-disc-on-linkfailure-msg VC-log-connections
#
#
[OH2BNS-2 VIA 1]
NOCALL   * * * * * *  L
default  * * * * * *  -	root  @SBINDIR@/node	node
#
#
[OH2BNS VIA 2]
NOCALL   * * * * * *  L
default  * * * * * *  -	root  @SBINDIR@/ttylinkd	ttylinkd
#
[OH2BNS-2 VIA 2]
NOCALL   * * * * * *  L
default  * * * * * *  -	root  @SBINDIR@/node	node
#
[OH2BNS-3 VIA 2]
NOCALL   * * * * * *  L
default  * * * * * *  -	root  @SBINDIR@/axwrapper	axwrapper /usr/bin/finger finger
#
#[OH2BNS-9]
#NOCALL  * * * * * *  L
#default * * * * * *  -	root  @SBINDIR@/node	node
#
# NET/ROM Ports begin with a '<'.
#
#<netrom>
#NOCALL  * * * * * *  L
#default * * * * * *  -	root  @SBINDIR@/ttylinkd	ttylinkd
#
<netrom>
NOCALL   * * * * * *  L
default  * * * * * *  -	root  @SBINDIR@/node	node
#
#<netrom>
#NOCALL  * * * * * *  L
#default * * * * * *  -	root  @SBINDIR@/node	node
#
0'>2009-05-041-1/+1 * kbuild, modpost: fix unexpected non-allocatable section when cross compilingAnders Kaseorg2009-05-041-12/+23 * kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"Anders Kaseorg2009-05-011-32/+19 * kbuild: fix comment in modpost.cSam Ravnborg2009-05-011-2/+1 * kbuild: fix Module.markers permission error under cygwinCedric Hombourger2009-05-011-0/+1 * Remove unused support code for refok sections.Tim Abbott2009-04-271-18/+0 * kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich2009-04-111-2/+2 * module: include other structures in module version checkRusty Russell2009-03-311-2/+2 * Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-1/+4 |\ | * Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-0/+1 | |\ | * | modpost: NOBITS sections may point beyond the end of the fileTejun Heo2009-02-051-1/+4 * | | platform: introduce module id table for platform devicesEric Miao2009-03-241-0/+12 | |/ |/| * | HID: fix bus endianity in file2aliasJiri Slaby2009-02-171-0/+1 |/ * PNP: fix broken pnp lowercasing for acpi module aliasesKay Sievers2009-01-201-2/+15 * kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik2008-10-291-1/+11 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-171-0/+9 |\ | * Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman2008-10-101-0/+9 * | modpost: add support for hidJiri Slaby2008-10-141-0/+18 * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-131-2/+4 |\| | * Marker depmod fix core kernel listMathieu Desnoyers2008-10-061-2/+4 * | Automatic MODULE_ALIAS() for DMI match tables.David Woodhouse2008-10-131-0/+57 |/ * pnp: fix "add acpi:* modalias entries"Kay Sievers2008-08-211-5/+11 * scripts/mod/modpost.c: fix spelling of module and happensBen Dooks2008-07-301-1/+1 * remove the v850 portAdrian Bunk2008-07-242-2/+2 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-221-8/+16 |\ | * pnp: add acpi:* modalias entriesKay Sievers2008-07-211-8/+16 * | markers: fix duplicate modpost entryMathieu Desnoyers2008-07-221-1/+2 |/ * [S390] cio: Introduce modalias for css bus.Cornelia Huck2008-07-141-0/+12 * kbuild: ignore powerpc specific symbols in modpostSam Ravnborg2008-06-121-5/+20 * kbuild: disable modpost warnings for linkonce sectionsAndi Kleen2008-05-111-1/+1 * modpost: i2c aliases need no trailing wildcardJean Delvare2008-05-041-9/+26 * i2c: Add support for device alias namesJean Delvare2008-04-291-0/+13 * kbuild: soften MODULE_LICENSE checkSam Ravnborg2008-04-261-4/+4 * kbuild: support loading extra symbols in modpostRichard Hacker2008-04-251-1/+22 * kbuild: error out on missing MODULE_LICENSESam Ravnborg2008-04-25