- add exit 0 to post
This commit is contained in:
parent
d102d445e7
commit
1b4173e06b
@ -1,7 +1,7 @@
|
|||||||
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 10
|
Epoch: 10
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -209,6 +209,7 @@ if [ "$1" -ge "1" ]; then
|
|||||||
service dhcpd condrestart >/dev/null 2>&1
|
service dhcpd condrestart >/dev/null 2>&1
|
||||||
service dhcrelay condrestart >/dev/null 2>&1
|
service dhcrelay condrestart >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -248,6 +249,9 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
|
||||||
|
- add "exit 0" to post script
|
||||||
|
|
||||||
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com> 10.3.0.2-3
|
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com> 10.3.0.2-3
|
||||||
- rebuild for gcc4/glibc-2.3.4-14; fix bad memset
|
- rebuild for gcc4/glibc-2.3.4-14; fix bad memset
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user