diff options
author | shattered <shattered@pkgsrc.org> | 2011-10-07 22:37:02 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-10-07 22:37:02 +0000 |
commit | 71db9a133ff376069d97558f841cdb3bc6dc94a1 (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /news/inn | |
parent | d358ae662e63ea89e74eacc3c53da9a4e2b433ad (diff) | |
download | pkgsrc-71db9a133ff376069d97558f841cdb3bc6dc94a1.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/files/innd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 7227d9020a8..805fa714706 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: innd.sh,v 1.17 2009/03/15 15:00:51 spz Exp $ +# $NetBSD: innd.sh,v 1.18 2011/10/07 22:37:05 shattered Exp $ # # PROVIDE: inn # REQUIRE: DAEMON |