summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2000-07-03 09:09:14 +0000
committerivan <ivan>2000-07-03 09:09:14 +0000
commit755e9d4966f0c09d846ad1b96f5a549ff6cd915a (patch)
treefdff353ac118a2330f0aebd5a6dfbc37461d6bce /bin
parentbd26886dfcdb71027f0a3393993df383e72475b5 (diff)
typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/svc_acct_sm.export9
1 files 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');