|
|
@@ -151,7 +151,9 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/heartbeat
|
|
|
|
|
|
# install default configuration files
|
|
|
+ l_hostname=`%{l_shtool} echo -e %h`
|
|
|
%{l_shtool} install -c -m 644 %{l_value -s -a} \
|
|
|
+ -e "s;@l_hostname@;$l_hostname;g" \
|
|
|
%{SOURCE ha.cf} %{SOURCE haresources} \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/etc/heartbeat/
|
|
|
%{l_shtool} install -c -m 600 %{l_value -s -a} \
|