diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-01 18:07:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-01 18:07:55 +0000 |
commit | 109ad3c5d6180d1c283405ca52e80a7877a43740 (patch) | |
tree | 9cd52e40948a2cba82c9ea305778899fb2879340 /misc | |
parent | 21067276e775a2a62608a44f6e7ad348f0d1966c (diff) | |
download | pkgsrc-109ad3c5d6180d1c283405ca52e80a7877a43740.tar.gz |
/usr/pkg -> @PREFIX@
Diffstat (limited to 'misc')
-rw-r--r-- | misc/setiathome/files/setiathome.sh | 4 |
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" |