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.14.EL |
Version: 8.45.19.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 |
|
|
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 |
31 |
|
|
32 |
%description |
%description |
33 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
34 |
your Red Hat system, change runlevels, and shut the system down |
your CentOS system, change runlevels, and shut the system down |
35 |
cleanly. Initscripts also contains the scripts that activate and |
cleanly. Initscripts also contains the scripts that activate and |
36 |
deactivate most network interfaces. |
deactivate most network interfaces. |
37 |
|
|
71 |
|
|
72 |
/sbin/chkconfig --add netfs |
/sbin/chkconfig --add netfs |
73 |
/sbin/chkconfig --add network |
/sbin/chkconfig --add network |
74 |
|
/sbin/chkconfig --add netconsole |
75 |
|
|
76 |
%preun |
%preun |
77 |
if [ $1 = 0 ]; then |
if [ $1 = 0 ]; then |
78 |
/sbin/chkconfig --del netfs |
/sbin/chkconfig --del netfs |
79 |
/sbin/chkconfig --del network |
/sbin/chkconfig --del network |
80 |
|
/sbin/chkconfig --del netconsole |
81 |
fi |
fi |
82 |
|
|
83 |
%triggerun -- initscripts < 7.62 |
%triggerun -- initscripts < 7.62 |
93 |
%dir /etc/sysconfig/network-scripts |
%dir /etc/sysconfig/network-scripts |
94 |
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime |
%config(noreplace) %verify(not md5 mtime size) /etc/adjtime |
95 |
%config(noreplace) /etc/sysconfig/init |
%config(noreplace) /etc/sysconfig/init |
96 |
|
%config(noreplace) /etc/sysconfig/netconsole |
97 |
%config(noreplace) /etc/sysconfig/readonly-root |
%config(noreplace) /etc/sysconfig/readonly-root |
98 |
/etc/sysconfig/network-scripts/ifdown |
/etc/sysconfig/network-scripts/ifdown |
99 |
/sbin/ifdown |
/sbin/ifdown |
199 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
200 |
|
|
201 |
%changelog |
%changelog |
202 |
* Wed Mar 21 2007 Karanbir Singh <kbsingh@centos.org> |
* Wed May 28 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.EL-1.el5.centos |
203 |
- roll in CentOS Changes |
- Remove upstream Branding |
204 |
|
|
205 |
|
* Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1 |
206 |
|
- also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>) |
207 |
|
|
208 |
|
* Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1 |
209 |
|
- IKE_DHGROUP is now an option for IPsec configuration files, which allows |
210 |
|
to set the dh group used during PHASE 1 of IPsec SA (#251506) |
211 |
|
- arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151) |
212 |
|
- genhostid now generates only 32 bit hostids on 64 bit systems (#306811) |
213 |
|
- the check for the need of remounting the root file system read-writable |
214 |
|
is now refined (#334171) |
215 |
|
- quoted SUBCHANNELS and HWADDR options in network configuration files are |
216 |
|
now handled properly (#351291) |
217 |
|
- support for resuming from an encrypted swap has been added (#360071) |
218 |
|
- rc.sysinit now executes the proper configuration tools, if /.unconfigured |
219 |
|
is present (#426372) |
220 |
|
- Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372 |
221 |
|
|
222 |
|
* Tue Aug 7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1 |
223 |
|
- fix netconsole service status (#223742) |
224 |
|
|
225 |
|
* Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1 |
226 |
|
- init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285) |
227 |
|
- network-functions: fix logic error in install_bonding_driver (#229643) |
228 |
|
- add init script for netconsole (#223742) |
229 |
|
- ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>) |
230 |
|
- init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>) |
231 |
|
|
232 |
* 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 |
233 |
- set MACADDR, if specified, before bringing up bonding master/slaves (#218792) |
- set MACADDR, if specified, before bringing up bonding master/slaves (#218792) |