pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/clamav/files Do not hardcode /bin/sh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd9a81c7e9c2
branches:  trunk
changeset: 483205:dd9a81c7e9c2
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Nov 09 10:08:06 2004 +0000

description:
Do not hardcode /bin/sh.

diffstat:

 mail/clamav/files/clamd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r e2df8e4df5a9 -r dd9a81c7e9c2 mail/clamav/files/clamd.sh
--- a/mail/clamav/files/clamd.sh        Tue Nov 09 10:07:09 2004 +0000
+++ b/mail/clamav/files/clamd.sh        Tue Nov 09 10:08:06 2004 +0000
@@ -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.
 #



Home | Main Index | Thread Index | Old Index