diff options
author | jmmv <jmmv> | 2003-05-01 18:07:55 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-01 18:07:55 +0000 |
commit | 2a5d546006694bc80ee30983638b042ea3181dcd (patch) | |
tree | 9cd52e40948a2cba82c9ea305778899fb2879340 /misc | |
parent | 87d946657f85b587720457a551a9d06f19005bfc (diff) | |
download | pkgsrc-2a5d546006694bc80ee30983638b042ea3181dcd.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" |