diff options
author | salo <salo> | 2004-11-09 10:08:06 +0000 |
---|---|---|
committer | salo <salo> | 2004-11-09 10:08:06 +0000 |
commit | fa46df579e9003fd4f201f7759326996a7ebc7e8 (patch) | |
tree | 944c3f24519ae86d77c1bf787d4001686b19f000 /mail | |
parent | 3b79d207765cf4cba4ab70f545aa329ed5a86ace (diff) | |
download | pkgsrc-fa46df579e9003fd4f201f7759326996a7ebc7e8.tar.gz |
Do not hardcode /bin/sh.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/clamav/files/clamd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/clamav/files/clamd.sh b/mail/clamav/files/clamd.sh index bc96fdd8530..85ac1b00508 100644 --- a/mail/clamav/files/clamd.sh +++ b/mail/clamav/files/clamd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: clamd.sh,v 1.8 2004/10/30 12:09:12 recht Exp $ +# $NetBSD: clamd.sh,v 1.9 2004/11/09 10:08:06 salo Exp $ # # clamd does anti-virus checking. # |