diff options
author | grant <grant> | 2002-09-20 02:01:54 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-20 02:01:54 +0000 |
commit | 10fc4d9f3ae5420b5cd601f61ba3d3e59d5e812b (patch) | |
tree | 4d9e6b802d8404a55612d206bdb15d7e07e80a35 /mail/spamassassin/files | |
parent | dcd7aa5bf9c0571f102fb395cb5d1f35ef4f6e09 (diff) | |
download | pkgsrc-10fc4d9f3ae5420b5cd601f61ba3d3e59d5e812b.tar.gz |
Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
Diffstat (limited to 'mail/spamassassin/files')
-rwxr-xr-x | mail/spamassassin/files/spamd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/files/spamd.sh b/mail/spamassassin/files/spamd.sh index 9dcaf1530c6..47f9fe698f7 100755 --- a/mail/spamassassin/files/spamd.sh +++ b/mail/spamassassin/files/spamd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: spamd.sh,v 1.4 2002/09/20 01:38:38 grant Exp $ +# $NetBSD: spamd.sh,v 1.5 2002/09/20 02:01:57 grant Exp $ # # PROVIDE: spamd # REQUIRE: DAEMON |