summaryrefslogtreecommitdiff
path: root/www/wwwoffle/files
diff options
context:
space:
mode:
authorfredb <fredb>2002-08-10 17:03:26 +0000
committerfredb <fredb>2002-08-10 17:03:26 +0000
commit0637da67d06ecd9cf3f8bba7e0638c953b47ffb0 (patch)
tree19800b409013ea5e6ddf758bb587f996e86c0768 /www/wwwoffle/files
parent12af44ce7e872f8382adf8612b3d839445f96a94 (diff)
downloadpkgsrc-0637da67d06ecd9cf3f8bba7e0638c953b47ffb0.tar.gz
Really respect ${PKG_SYSCONFDIR}, and account for the fact that it may
have moved since the last installation. Make myself the maintainer of this package.
Diffstat (limited to 'www/wwwoffle/files')
-rw-r--r--www/wwwoffle/files/wwwoffled6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wwwoffle/files/wwwoffled b/www/wwwoffle/files/wwwoffled
index eabf7305b8e..7bb72402af9 100644
--- a/www/wwwoffle/files/wwwoffled
+++ b/www/wwwoffle/files/wwwoffled
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: wwwoffled,v 1.3 2002/08/07 09:15:44 jlam Exp $
+# $NetBSD: wwwoffled,v 1.4 2002/08/10 17:03:27 fredb Exp $
#
# PROVIDE: wwwoffled
# REQUIRE: DAEMON network
@@ -12,8 +12,8 @@ fi
name="wwwoffled"
command="@PREFIX@/sbin/${name}"
control_prog="@PREFIX@/bin/wwwoffle"
-command_args="-c @PREFIX@/etc/wwwoffle/wwwoffle.conf"
-required_files="@PREFIX@/etc/wwwoffle/wwwoffle.conf"
+command_args="-c @PKG_SYSCONFDIR@/wwwoffle.conf"
+required_files="@PKG_SYSCONFDIR@/wwwoffle.conf"
start_cmd=wwwoffled_start
stop_cmd="${control_prog} ${command_args} -kill"
autodial_cmd="${control_prog} -autodial ${command_args}"