summaryrefslogtreecommitdiff
path: root/bin/apache.export
diff options
context:
space:
mode:
authorivan <ivan>2003-03-29 05:35:21 +0000
committerivan <ivan>2003-03-29 05:35:21 +0000
commit5b48517a06a9d43171d5d5a4fe57a18f8f5aa99e (patch)
tree37d6abafde0b1fcd57a7328118b91adc0c847bbb /bin/apache.export
parent48f60f666bab22a3ca5196cf6cd573b8691e4aae (diff)
restart apache, not bind!
Diffstat (limited to 'bin/apache.export')
-rwxr-xr-xbin/apache.export2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/apache.export b/bin/apache.export
index ed85df7cf..399fb0377 100755
--- a/bin/apache.export
+++ b/bin/apache.export
@@ -51,7 +51,7 @@ foreach my $export ( @exports ) {
} ) or die "rsync to $machine failed: ". join(" / ", $rsync->err);
# warn $rsync->out;
- ssh("root\@$machine", 'ndc reload');
+ ssh("root\@$machine", 'apachectl graceful');
}