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 | a1fa2125cc56271dd869b5f0aa0ea90dffb6be81 (patch) | |
tree | 944c3f24519ae86d77c1bf787d4001686b19f000 /mail/clamav | |
parent | 14fc6dcfe9e883f904494a2e1522b3459665f574 (diff) | |
download | pkgsrc-a1fa2125cc56271dd869b5f0aa0ea90dffb6be81.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. # |