From ca057e2593f757c8d53c83349b6a4b86ffc336f1 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 5 May 2006 12:27:34 +0000 Subject: [PATCH] Fix warning. PR: 96818 Submitted by: Artis Caune Approved by: maintainer --- mail/dspam/files/dspam.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mail/dspam/files/dspam.in b/mail/dspam/files/dspam.in index e9256859a06c..4577ca4d3090 100644 --- a/mail/dspam/files/dspam.in +++ b/mail/dspam/files/dspam.in @@ -21,6 +21,13 @@ name="dspam" rcvar=${name}_enable +load_rc_config $name + +#defaults +: ${dspam_enable="NO"} +: ${dspam_debug="NO"} +: ${dspam_pidfile:-/var/run/dspam.pid} + command=%%PREFIX%%/bin/${name} if checkyesno dspam_debug then @@ -37,11 +44,4 @@ reload() kill -HUP `cat $pidfile` } -load_rc_config $name - -#defaults -: ${dspam_enable="NO"} -: ${dspam_debug="NO"} -: ${dspam_pidfile:-/var/run/dspam.pid} - run_rc_command "$1"