summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/apache.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-05-06 22:29:24 +0000
committerivan <ivan>2004-05-06 22:29:24 +0000
commit226b17bfa055fb960b722c6a17d1c81bb8970f2c (patch)
tree7697fe9408b2e4a7c504583817cea6f02b7c2635 /FS/FS/part_export/apache.pm
parent47ac05fedd2437ff079223b39934fd4bf0870df5 (diff)
add option to change the restart command in apache exports
Diffstat (limited to 'FS/FS/part_export/apache.pm')
-rw-r--r--FS/FS/part_export/apache.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm
index b16b304..17fbabf 100644
--- a/FS/FS/part_export/apache.pm
+++ b/FS/FS/part_export/apache.pm
@@ -10,6 +10,9 @@ tie my %options, 'Tie::IxHash',
'user' => { label=>'Remote username', default=>'root' },
'httpd_conf' => { label=>'httpd.conf snippet location',
default=>'/etc/apache/httpd-freeside.conf', },
+ 'restart' => { label=>'Apache restart command',
+ default=>'apachectl graceful',
+ },
'template' => {
label => 'Template',
type => 'textarea',