Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
backup
>
amanda-enterprise
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 10
[-]
[+]
Changed
amanda_enterprise.spec
@@ -1153,7 +1153,11 @@ if [ -e /etc/xinetd.d ] && [ -d /etc/xinetd.d ] ; then if [ ! -f /etc/xinetd.d/amandaclient ] ; then + %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} + cp %{SOURCE2} /etc/xinetd.d/amandaclient + %else cp %{AMANDAHOMEDIR}/example/xinetd.amandaclient /etc/xinetd.d/amandaclient + %endif echo -n "`date +'%b %e %Y %T'`: Reloading xinetd configuration..." >${TMPFILE} if [ "%{xinetd_reload}" == "reload" ] ; then @@ -1327,9 +1331,12 @@ echo "Amanda installation log can be found in '${INSTALL_LOG}' and errors (if any) in '${INSTALL_ERR}'." %postun backup_client /sbin/ldconfig -%{__install} -p -D -m 0755 %{SOURCE2} %{buildroot}/etc/xinetd.d/amandaclient +#%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} +#%{__install} -p -D -m 0755 %{SOURCE2} %{buildroot}/etc/xinetd.d/amandaclient +#%endif + # --- Files to install --- %files backup_client