typo
authorivan <ivan>
Mon, 3 Jul 2000 09:09:14 +0000 (09:09 +0000)
committerivan <ivan>
Mon, 3 Jul 2000 09:09:14 +0000 (09:09 +0000)
bin/svc_acct_sm.export

index 0893c94..2627496 100755 (executable)
@@ -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
 #
 # /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');