- initscript failure message is now printed correctly (#277981, Quentin
Armitage (quentin armitage org uk) )
This commit is contained in:
parent
10a7d95225
commit
1c28622407
@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.5.0
|
Version: 9.5.0
|
||||||
Release: 11.2.%{RELEASEVER}%{?dist}
|
Release: 11.3.%{RELEASEVER}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -646,6 +646,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_sbindir}/bind-chroot-admin
|
%{_sbindir}/bind-chroot-admin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.3.a6
|
||||||
|
- initscript failure message is now printed correctly (#277981,
|
||||||
|
Quentin Armitage (quentin armitage org uk) )
|
||||||
|
|
||||||
* Mon Sep 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.2.a6
|
* Mon Sep 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.2.a6
|
||||||
- temporary revert ISC 2119 change and add "libbind-errno" patch
|
- temporary revert ISC 2119 change and add "libbind-errno" patch
|
||||||
(#254501) again
|
(#254501) again
|
||||||
|
@ -137,12 +137,12 @@ start()
|
|||||||
[ -x /usr/bin/logger ] && echo "$named_err" | /usr/bin/logger -pdaemon.error -tnamed;
|
[ -x /usr/bin/logger ] && echo "$named_err" | /usr/bin/logger -pdaemon.error -tnamed;
|
||||||
exit 2;
|
exit 2;
|
||||||
fi;
|
fi;
|
||||||
|
echo
|
||||||
if [ $RETVAL -eq 0 ]; then
|
if [ $RETVAL -eq 0 ]; then
|
||||||
touch /var/lock/subsys/named;
|
touch /var/lock/subsys/named;
|
||||||
else
|
else
|
||||||
exit 7;
|
exit 7;
|
||||||
fi
|
fi
|
||||||
echo
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user