summaryrefslogtreecommitdiff
path: root/net/gated
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-05 17:01:11 +0000
committerwiz <wiz@pkgsrc.org>2001-04-05 17:01:11 +0000
commitae30a14ef66922a713cc33671e07a724e533135c (patch)
treea8a920aed163b118159efc14cad6e2b73c964e27 /net/gated
parentf2d3428fbb394c4a378b5df5d66dd71151761242 (diff)
downloadpkgsrc-ae30a14ef66922a713cc33671e07a724e533135c.tar.gz
Oops: Move @PREFIX@ in right place.
Diffstat (limited to 'net/gated')
-rw-r--r--net/gated/files/gated6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gated/files/gated b/net/gated/files/gated
index e0c6bc568cb..0232a23aff9 100644
--- a/net/gated/files/gated
+++ b/net/gated/files/gated
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: gated,v 1.1 2001/04/05 16:58:50 wiz Exp $
+# $NetBSD: gated,v 1.2 2001/04/05 17:01:11 wiz Exp $
#
# PROVIDE: gated
@@ -8,9 +8,9 @@
. /etc/rc.subr
-name="@PREFIX@/sbin/gated"
+name="gated"
rcvar=$name
-command="/usr/sbin/${name}"
+command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf"