diff options
author | sketch <sketch@pkgsrc.org> | 2005-05-17 13:17:34 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2005-05-17 13:17:34 +0000 |
commit | a81716b12a235a32af8b9a7122ab53a25a39d557 (patch) | |
tree | 05b7ccb4f778c6c004258c63bf16e9523c711fc7 /net/bind9 | |
parent | f45e7ebfb123abe39b1613db8a0ffc60b1a56bb0 (diff) | |
download | pkgsrc-a81716b12a235a32af8b9a7122ab53a25a39d557.tar.gz |
Use RCD_SCRIPTS_SHELL. Script now works on Solaris.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/files/named9.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/files/named9.sh b/net/bind9/files/named9.sh index aa9930689a2..93781e05653 100644 --- a/net/bind9/files/named9.sh +++ b/net/bind9/files/named9.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: named9.sh,v 1.2 2005/03/18 01:14:32 tron Exp $ +# $NetBSD: named9.sh,v 1.3 2005/05/17 13:17:34 sketch Exp $ # # PROVIDE: named |