From 026958f0a473e7e1c1cc357ed50398a2a38eff6c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 5 Jun 2015 23:59:39 +0200 Subject: Fix path of node binary in ax25d.conf. 1905bd6c7e1123adccfd24803fea67227228d38c (Substitute proper paths in ax25d.conf.) accidently dropped the filename, that is node, from the path of the node binary. Signed-off-by: Ralf Baechle --- ax25/ax25d.conf.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ax25/ax25d.conf.in') diff --git a/ax25/ax25d.conf.in b/ax25/ax25d.conf.in index 13b1a0f..b6d9b78 100644 --- a/ax25/ax25d.conf.in +++ b/ax25/ax25d.conf.in @@ -14,7 +14,7 @@ default * * * * * * - root @SBINDIR@/ttylinkd ttylinkd # [OH2BNS-2 VIA 1] NOCALL * * * * * * L -default * * * * * * - root @SBINDIR@ node +default * * * * * * - root @SBINDIR@/node node # # [OH2BNS VIA 2] @@ -23,7 +23,7 @@ default * * * * * * - root @SBINDIR@/ttylinkd ttylinkd # [OH2BNS-2 VIA 2] NOCALL * * * * * * L -default * * * * * * - root @SBINDIR@ node +default * * * * * * - root @SBINDIR@/node node # [OH2BNS-3 VIA 2] NOCALL * * * * * * L @@ -31,7 +31,7 @@ default * * * * * * - root @SBINDIR@/axwrapper axwrapper /usr/bin/finger fing # #[OH2BNS-9] #NOCALL * * * * * * L -#default * * * * * * - root @SBINDIR@ node +#default * * * * * * - root @SBINDIR@/node node # # NET/ROM Ports begin with a '<'. # @@ -41,9 +41,9 @@ default * * * * * * - root @SBINDIR@/axwrapper axwrapper /usr/bin/finger fing # NOCALL * * * * * * L -default * * * * * * - root @SBINDIR@ node +default * * * * * * - root @SBINDIR@/node node # # #NOCALL * * * * * * L -#default * * * * * * - root @SBINDIR@ node +#default * * * * * * - root @SBINDIR@/node node # -- cgit v1.2.3