summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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"