diff options
author | salo <salo@pkgsrc.org> | 2004-11-09 10:08:06 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-11-09 10:08:06 +0000 |
commit | 7a50b234b3185adece09aee3542cda6b093767d0 (patch) | |
tree | 944c3f24519ae86d77c1bf787d4001686b19f000 /mail/clamav | |
parent | 1893888d97d614bc567e451ce1064a3170f0cde1 (diff) | |
download | pkgsrc-7a50b234b3185adece09aee3542cda6b093767d0.tar.gz |
Do not hardcode /bin/sh.
Diffstat (limited to 'mail/clamav')
-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. # |