From 109ad3c5d6180d1c283405ca52e80a7877a43740 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 1 May 2003 18:07:55 +0000 Subject: /usr/pkg -> @PREFIX@ --- misc/setiathome/files/setiathome.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/setiathome/files') diff --git a/misc/setiathome/files/setiathome.sh b/misc/setiathome/files/setiathome.sh index 937a973fe5e..8d132a45ad2 100644 --- a/misc/setiathome/files/setiathome.sh +++ b/misc/setiathome/files/setiathome.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: setiathome.sh,v 1.1 2003/04/09 15:52:29 jmmv Exp $ +# $NetBSD: setiathome.sh,v 1.2 2003/05/01 18:07:55 jmmv Exp $ # # PROVIDE: setiathome @@ -15,7 +15,7 @@ sah_homedir="/var/db/setiathome" name="setiathome" rcvar=$name -command="/usr/pkg/bin/${name}" +command="@PREFIX@/bin/${name}" pidfile="${sah_homedir}/pid.sah" extra_commands="config" -- cgit v1.2.3