From fae9f499b2ab3becb8a672d982c50f318114dee9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 1 Dec 2009 02:32:01 +0100 Subject: ntpd: make it work w/o -g too :( Signed-off-by: Denys Vlasenko --- examples/var_service/fw/run | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/var_service/fw') diff --git a/examples/var_service/fw/run b/examples/var_service/fw/run index b8c028a..396b678 100755 --- a/examples/var_service/fw/run +++ b/examples/var_service/fw/run @@ -1,5 +1,8 @@ #!/bin/bash -# (using bashisms: "function", arrays) +# (using bashism: arrays) + +service="${PWD##*/}" +rundir="/var/run/service/$service" user=root extif=if @@ -10,9 +13,6 @@ sv o . # Debug #date '+%Y-%m-%d %H:%M:%S' >>"$0.log" -service=`basename "$PWD"` -rundir="/var/run/service/$service" - ### filter This is the default table (if no -t option is passed). It contains ### the built-in chains INPUT (for packets coming into the box itself), ### FORWARD (for packets being routed through the box), and OUTPUT (for -- cgit v1.1