summaryrefslogtreecommitdiff
path: root/misc/setiathome
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-01 18:07:55 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-01 18:07:55 +0000
commit109ad3c5d6180d1c283405ca52e80a7877a43740 (patch)
tree9cd52e40948a2cba82c9ea305778899fb2879340 /misc/setiathome
parent21067276e775a2a62608a44f6e7ad348f0d1966c (diff)
downloadpkgsrc-109ad3c5d6180d1c283405ca52e80a7877a43740.tar.gz
/usr/pkg -> @PREFIX@
Diffstat (limited to 'misc/setiathome')
-rw-r--r--misc/setiathome/files/setiathome.sh4
1 files changed, 2 insertions, 2 deletions
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"