summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-03-28 21:59:25 +0000
committerivan <ivan>2003-03-28 21:59:25 +0000
commit5edcf547bd4cb2754bbe5a5144fc486e584da4ef (patch)
tree77d8df246d30c8cb646098f89f7d0395124f0d27
parentc51c179657bba32651b8b10fbcc58eb9ca98c49d (diff)
fix missing semicolon in apache export
-rwxr-xr-xbin/apache.export4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/apache.export b/bin/apache.export
index 6142c92b4..ed85df7cf 100755
--- a/bin/apache.export
+++ b/bin/apache.export
@@ -43,7 +43,7 @@ foreach my $export ( @exports ) {
}
my $user = $export->option('user');
- my $httpd_conf = $export->option('httpd_conf')
+ my $httpd_conf = $export->option('httpd_conf');
$rsync->exec( {
src => $file,
@@ -55,7 +55,7 @@ foreach my $export ( @exports ) {
}
-close NAMED_CONF;
+close HTTPD_CONF;
# -----