aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-15 06:41:19 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-15 06:41:19 +0200
commit86e37fc1c7d10093bb3d881e4b8810654cc2c8e2 (patch)
treee6c62aa3d150bc33a67672890a2557cbf412ce3a
parent2d2e9e1fdadb5af7bfd5a2a77500218b592034e1 (diff)
downloadvarnish-mib-86e37fc1c7d10093bb3d881e4b8810654cc2c8e2.tar.gz
varnish-mib-86e37fc1c7d10093bb3d881e4b8810654cc2c8e2.tar.bz2
Fix typo
-rwxr-xr-xinit/rh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/rh b/init/rh
index 394d4d6..7361a44 100755
--- a/init/rh
+++ b/init/rh
@@ -18,13 +18,13 @@ DAEMON=/usr/sbin/varnish-mib
PIDFILE=/var/run/$NAME.pid
CONFIG=
OPTIONS=
test -x $DAEMON || exit 0
-%if [ -f /etc/sysconfig/$NAME ]; then
+if [ -f /etc/sysconfig/$NAME ]; then
. /etc/sysconfig/$NAME
fi
if [ -n "$CONFIG" ]; then
OPTIONS="$OPTIONS -C -c$CONFIG"
fi

Return to:

Send suggestions and report system problems to the System administrator.