From 755e9d4966f0c09d846ad1b96f5a549ff6cd915a Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 3 Jul 2000 09:09:14 +0000 Subject: [PATCH] typo --- bin/svc_acct_sm.export | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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'); -- 2.11.0