1 |
Summary: The inittab file and the /etc/init.d scripts. |
Summary: The inittab file and the /etc/init.d scripts. |
2 |
Name: initscripts |
Name: initscripts |
3 |
Version: 8.45.19.EL |
Version: 8.45.19.1.EL |
4 |
License: GPL |
License: GPL |
5 |
Group: System Environment/Base |
Group: System Environment/Base |
6 |
Release: 1%{?dist}.1 |
Release: 1%{?dist}.1 |
7 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
8 |
Patch1: initscripts-centos-branding.patch |
Patch1: initscripts-centos-branding.patch |
9 |
|
Patch100: initscripts-8.45.19.EL-smeserver-service.patch |
10 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
11 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
12 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
38 |
%prep |
%prep |
39 |
%setup -q |
%setup -q |
40 |
%patch1 -p1 |
%patch1 -p1 |
41 |
|
%patch100 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
make |
make |
200 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
201 |
|
|
202 |
%changelog |
%changelog |
203 |
* Wed May 28 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.EL-1.el5.centos |
* Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 8.45.19.1.EL-1.el5.sme |
204 |
|
- Exit with zero exit status for services not listed in configuration |
205 |
|
database to avoid failures in post scriptlets [SME: 1653] |
206 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
207 |
|
initscripts which exist in run-level 7 can be run. This ensures |
208 |
|
that the supervised service is run, if one exists, and protects |
209 |
|
against running "service httpd restart" [SME: 61, 1495] |
210 |
|
|
211 |
|
* Wed Oct 1 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.1.EL-1.el5.centos |
212 |
- Remove upstream Branding |
- Remove upstream Branding |
213 |
|
|
214 |
|
* Wed Sep 24 2008 Phil Knirsch <pknirsch@redhat.com> 8.45.19.1.EL-1 |
215 |
|
- Don't attempt to re-enslave already-enslaved devices (#455537) |
216 |
|
|
217 |
* Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1 |
* Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1 |
218 |
- also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>) |
- also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>) |
219 |
|
|