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.25 |
4 |
License: GPL |
# ppp-watch is GPLv2+, everything else is GPLv2 |
5 |
|
License: GPLv2 and GPLv2+ |
6 |
Group: System Environment/Base |
Group: System Environment/Base |
7 |
Release: 1%{?dist}.1 |
Release: 1.el5.centos |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
Patch1: initscripts-centos-branding.patch |
Patch1: initscripts-centos-branding.patch |
10 |
Patch100: initscripts-8.45.19.EL-smeserver-service.patch |
# git source repository |
11 |
|
URL: http://git.fedorahosted.org/git/initscripts.git |
|
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
|
12 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
13 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
14 |
Requires: /sbin/sysctl, syslog |
Requires: /sbin/sysctl, syslog |
38 |
|
|
39 |
%prep |
%prep |
40 |
%setup -q |
%setup -q |
41 |
%patch1 -p1 |
%patch1 -p1 |
|
%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 |
* Tue Jun 24 2008 Shad L. Lords <slords@mail.com> 8.45.19.EL-1.el5.sme |
* Sun Mar 1 2009 Karanbir Singh <kbsingh@centos.org> 8.45.25-1.el5.centos |
204 |
- Exit with zero exit status for services not listed in configuration |
- Roll in CentOS Branding |
|
database to avoid failures in post scriptlets [SME: 1653] |
|
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
|
|
initscripts which exist in run-level 7 can be run. This ensures |
|
|
that the supervised service is run, if one exists, and protects |
|
|
against running "service httpd restart" [SME: 61, 1495] |
|
205 |
|
|
206 |
* Wed May 28 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.EL-1.el5.centos |
* Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1 |
207 |
- Remove upstream Branding |
- fixed SUBCHANNEL grep statement (bug #459044) |
208 |
|
- Resolves: rhbz#459044 |
209 |
|
|
210 |
|
* Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1 |
211 |
|
- fixed SUBCHANNEL grep statement (bug #459044) |
212 |
|
- Resolves: rhbz#459044 |
213 |
|
|
214 |
|
* Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1 |
215 |
|
- fixed SUBCHANNEL grep statement (bug #459044) |
216 |
|
- Resolves: rhbz#459044 |
217 |
|
|
218 |
|
* Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1 |
219 |
|
- refined SUBCHANNEL grep statement (bug #459044) |
220 |
|
- blkid has a -l option to pick a single device. Use it. (#470027) |
221 |
|
- don't mkswap on halt (#469823) |
222 |
|
- fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood) |
223 |
|
- Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954 |
224 |
|
|
225 |
|
* Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1 |
226 |
|
- mount encrypted logical volumes during boot (#466115, Bill Nottingham) |
227 |
|
- Resolves: #466115 |
228 |
|
|
229 |
|
* Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1 |
230 |
|
- changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>) |
231 |
|
- call logger with full path (#447928, Mihai Vintila) |
232 |
|
- add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>) |
233 |
|
- reduce device initialization overhead for ccw devices (#437110, Glen Johnson) |
234 |
|
- Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110 |
235 |
|
|
236 |
* 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 |
237 |
- 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>) |