diff options
author | fredb <fredb@pkgsrc.org> | 2003-12-23 16:43:56 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-12-23 16:43:56 +0000 |
commit | 2138bc2c1d83da83e77f0936b5a5738d4dc8e4d8 (patch) | |
tree | c43866a2077b70d5fe371b463c8c7d3d1bbdcaaf /www/wwwoffle/files | |
parent | fa66691e49296d713a71f2dbc9b645e40012ea6e (diff) | |
download | pkgsrc-2138bc2c1d83da83e77f0936b5a5738d4dc8e4d8.tar.gz |
Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, and
bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users.
Diffstat (limited to 'www/wwwoffle/files')
-rw-r--r-- | www/wwwoffle/files/wwwoffled.sh | 3 |
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" |