freeside/FS/FS/part_export apache.pm,1.1.2.3,1.1.2.4
ivan
ivan at pouncequick.420.am
Thu May 6 15:29:27 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv753/FS/FS/part_export
Modified Files:
Tag: FREESIDE_1_4_BRANCH
apache.pm
Log Message:
add option to change the restart command in apache exports
Index: apache.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/apache.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- apache.pm 24 Mar 2004 14:29:06 -0000 1.1.2.3
+++ apache.pm 6 May 2004 22:29:25 -0000 1.1.2.4
@@ -10,6 +10,9 @@
'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',
More information about the freeside-commits
mailing list