summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files/wwwoffled.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/wwwoffle/files/wwwoffled.sh')
-rw-r--r--www/wwwoffle/files/wwwoffled.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwoffle/files/wwwoffled.sh b/www/wwwoffle/files/wwwoffled.sh
index bb7df162551..e893ec19285 100644
--- a/www/wwwoffle/files/wwwoffled.sh
+++ b/www/wwwoffle/files/wwwoffled.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: wwwoffled.sh,v 1.1 2003/08/29 09:25:41 jmmv Exp $
+# $NetBSD: wwwoffled.sh,v 1.2 2003/12/23 16:43:57 fredb Exp $
#
# PROVIDE: wwwoffled
# REQUIRE: DAEMON network
@@ -11,6 +11,7 @@ if [ -f /etc/rc.subr ]; then
fi
name="wwwoffled"
+rcvar="${name}"
command="@PREFIX@/sbin/${name}"
control_prog="@PREFIX@/bin/wwwoffle"
command_args="-c @PKG_SYSCONFDIR@/wwwoffle.conf"