diff options
author | shattered <shattered> | 2011-10-07 22:37:02 +0000 |
---|---|---|
committer | shattered <shattered> | 2011-10-07 22:37:02 +0000 |
commit | c612037ed051689fc7a8f711c7c1e5cf0717be4e (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /net/dnsmasq | |
parent | f7e05771e6c5453201a2c7c6a0e359bb1c87c04f (diff) | |
download | pkgsrc-c612037ed051689fc7a8f711c7c1e5cf0717be4e.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'net/dnsmasq')
-rw-r--r-- | net/dnsmasq/files/dnsmasq.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dnsmasq/files/dnsmasq.sh b/net/dnsmasq/files/dnsmasq.sh index 81558399c12..fe2b707fce2 100644 --- a/net/dnsmasq/files/dnsmasq.sh +++ b/net/dnsmasq/files/dnsmasq.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: dnsmasq.sh,v 1.1.1.1 2005/10/18 04:41:59 minskim Exp $ +# $NetBSD: dnsmasq.sh,v 1.2 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: dnsmasq |