X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fsvc_acct_sm.export;h=2627496c3c74209a710b68e857d255883aa98892;hp=0893c94df4eea5ec3398839ffb8fb115c5d99615;hb=755e9d4966f0c09d846ad1b96f5a549ff6cd915a;hpb=bd26886dfcdb71027f0a3393993df383e72475b5 diff --git a/bin/svc_acct_sm.export b/bin/svc_acct_sm.export index 0893c94df..2627496c3 100755 --- a/bin/svc_acct_sm.export +++ b/bin/svc_acct_sm.export @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: svc_acct_sm.export,v 1.5 2000-07-03 09:03:14 ivan Exp $ +# $Id: svc_acct_sm.export,v 1.6 2000-07-03 09:09:14 ivan Exp $ # # Create and export config files for sendmail, qmail # @@ -42,7 +42,10 @@ # /var/spool/freeside/conf and sendmail updates ivan@sisd.com 98-aug-14 # # $Log: svc_acct_sm.export,v $ -# Revision 1.5 2000-07-03 09:03:14 ivan +# Revision 1.6 2000-07-03 09:09:14 ivan +# typo +# +# Revision 1.5 2000/07/03 09:03:14 ivan # added sendmailrestart and sendmailconfigpath config files # # Revision 1.4 2000/06/29 14:02:29 ivan @@ -77,7 +80,7 @@ if ( $conf->exists('qmailmachines') ) { } my(@sendmailmachines, $sendmailconfigpath, $sendmailrestart); -if $conf->exists('sendmailmachines') { +if ( $conf->exists('sendmailmachines') ) { @sendmailmachines = $conf->config('sendmailmachines'); $sendmailconfigpath = $conf->config('sendmailconfigpath') || '/etc'; $sendmailrestart = $conf->config('sendmailrestart');