1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: The inittab file and the /etc/init.d scripts. |
Summary: The inittab file and the /etc/init.d scripts. |
4 |
Name: initscripts |
Name: initscripts |
5 |
Version: 8.45.14.EL |
Version: 8.45.17.EL |
6 |
License: GPL |
License: GPL |
7 |
Group: System Environment/Base |
Group: System Environment/Base |
8 |
Release: 1%{?dist}.1 |
Release: 1%{?dist}.1 |
9 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
10 |
Patch1: initscripts-centos-branding.patch |
Patch1: initscripts-centos-branding.patch |
11 |
|
Patch100: initscripts-8.45.17.EL-smeserver-service.patch |
12 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
13 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
14 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
33 |
|
|
34 |
%description |
%description |
35 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
36 |
your Red Hat system, change runlevels, and shut the system down |
your CentOS system, change runlevels, and shut the system down |
37 |
cleanly. Initscripts also contains the scripts that activate and |
cleanly. Initscripts also contains the scripts that activate and |
38 |
deactivate most network interfaces. |
deactivate most network interfaces. |
39 |
|
|
40 |
%prep |
%prep |
41 |
%setup -q |
%setup -q |
42 |
%patch1 -p1 |
%patch1 -p1 |
43 |
|
%patch100 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
make |
make |
74 |
|
|
75 |
/sbin/chkconfig --add netfs |
/sbin/chkconfig --add netfs |
76 |
/sbin/chkconfig --add network |
/sbin/chkconfig --add network |
77 |
|
/sbin/chkconfig --add netconsole |
78 |
|
|
79 |
%preun |
%preun |
80 |
if [ $1 = 0 ]; then |
if [ $1 = 0 ]; then |
81 |
/sbin/chkconfig --del netfs |
/sbin/chkconfig --del netfs |
82 |
/sbin/chkconfig --del network |
/sbin/chkconfig --del network |
83 |
|
/sbin/chkconfig --del netconsole |
84 |
fi |
fi |
85 |
|
|
86 |
%triggerun -- initscripts < 7.62 |
%triggerun -- initscripts < 7.62 |
96 |
%dir /etc/sysconfig/network-scripts |
%dir /etc/sysconfig/network-scripts |
97 |
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime |
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime |
98 |
%config(noreplace) /etc/sysconfig/init |
%config(noreplace) /etc/sysconfig/init |
99 |
|
%config(noreplace) /etc/sysconfig/netconsole |
100 |
%config(noreplace) /etc/sysconfig/readonly-root |
%config(noreplace) /etc/sysconfig/readonly-root |
101 |
/etc/sysconfig/network-scripts/ifdown |
/etc/sysconfig/network-scripts/ifdown |
102 |
/sbin/ifdown |
/sbin/ifdown |
202 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
203 |
|
|
204 |
%changelog |
%changelog |
205 |
* Wed Mar 21 2007 Karanbir Singh <kbsingh@centos.org> |
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 8.45.17.EL-1.el5.sme.1 |
206 |
- roll in CentOS Changes |
- Exit with zero exit status for services not listed in configuration |
207 |
|
database to avoid failures in post scriptlets [SME: 1653] |
208 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
209 |
|
initscripts which exist in run-level 7 can be run. This ensures |
210 |
|
that the supervised service is run, if one exists, and protects |
211 |
|
against running "service httpd restart" [SME: 61, 1495] |
212 |
|
|
213 |
|
* Fri Nov 9 2007 Karanbir Singh <kbsingh@centos.org> 8.45.17.EL-1.el5.centos.1 |
214 |
|
- roll in CentOS Branding Changes |
215 |
|
|
216 |
|
* Tue Aug 7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1 |
217 |
|
- fix netconsole service status (#223742) |
218 |
|
|
219 |
|
* Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1 |
220 |
|
- init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285) |
221 |
|
- network-functions: fix logic error in install_bonding_driver (#229643) |
222 |
|
- add init script for netconsole (#223742) |
223 |
|
- ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>) |
224 |
|
- init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>) |
225 |
|
|
226 |
* Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> 8.45.14.EL-1 |
* Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> 8.45.14.EL-1 |
227 |
- set MACADDR, if specified, before bringing up bonding master/slaves (#218792) |
- set MACADDR, if specified, before bringing up bonding master/slaves (#218792) |