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.30 |
Version: 8.45.42 |
4 |
# ppp-watch is GPLv2+, everything else is GPLv2 |
# ppp-watch is GPLv2+, everything else is GPLv2 |
5 |
License: GPLv2 and GPLv2+ |
License: GPLv2 and GPLv2+ |
6 |
Group: System Environment/Base |
Group: System Environment/Base |
7 |
Release: 2%{?dist}.1 |
Release: 1%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
|
Patch1: initscripts-8.45.29-ctc.patch |
|
|
Patch100: initscripts-centos-branding.patch |
|
|
Patch1000: initscripts-8.45.25-smepatches.patch |
|
9 |
# git source repository |
# git source repository |
10 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
11 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
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 CentOS system, change runlevels, and shut the system down |
your Red Hat 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 |
|
|
38 |
%prep |
%prep |
39 |
%setup -q |
%setup -q |
|
%patch1 -p1 |
|
|
%patch100 -p1 |
|
|
%patch1000 -p1 |
|
40 |
|
|
41 |
%build |
%build |
42 |
make |
make |
202 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
203 |
|
|
204 |
%changelog |
%changelog |
205 |
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1 |
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
206 |
- Exit with zero exit status for services not listed in configuration |
- changed exchange_mode to "main, aggressive" (#435274) |
|
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] |
|
207 |
|
|
208 |
* Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos |
* Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1 |
209 |
- Roll in CentOS Branding |
- fix check for dhcp6c pid (#568896) |
210 |
|
|
211 |
|
* Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1 |
212 |
|
- exit arping on first response (#744734) |
213 |
|
|
214 |
|
* Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1 |
215 |
|
- suppress remove error message during boot (#679998) |
216 |
|
- fix logic error with removing arp_ip_target (#745681) |
217 |
|
|
218 |
|
* Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2 |
219 |
|
- don't use existing LANG when in startx/xinit (#713988) |
220 |
|
|
221 |
|
* Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1 |
222 |
|
- revert patch from #705236 |
223 |
|
|
224 |
|
* Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1 |
225 |
|
- add /etc/sysctl.d/ support |
226 |
|
Resolves: rhbz#624385 |
227 |
|
|
228 |
|
* Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1 |
229 |
|
- add net_log |
230 |
|
Resolves: rhbz#507515 |
231 |
|
- do not umount mount points with nfs in the path |
232 |
|
Resolves: rhbz#703203 |
233 |
|
- remove /var/run/subsys/rhsm on startup |
234 |
|
Resolves: rhbz#705236 |
235 |
|
|
236 |
|
* Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2 |
237 |
|
- fixed support "#" in interface names |
238 |
|
|
239 |
|
* Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1 |
240 |
|
- fix VLAN configs with non-numeric interface names |
241 |
|
Resolves: rhbz#462095 |
242 |
|
- do not ignore IPv6 aliases |
243 |
|
Resolves: rhbz#612877 |
244 |
|
- support vlan tag 0 |
245 |
|
Resolves: rhbz#624704 |
246 |
|
- clarify comment of checkpid() |
247 |
|
Resolves: rhbz#637176 |
248 |
|
- specify DEVICETYPE for InfiniBand |
249 |
|
Resolves: rhbz#648524 |
250 |
|
- fix grep in lang.csh |
251 |
|
Resolves: rhbz#649995 |
252 |
|
- support "#" in interface names |
253 |
|
Resolves: rhbz#664091 |
254 |
|
- fixed sysctl calls fail with VLANs |
255 |
|
Resolves: rhbz#665601 |
256 |
|
- fixed loop for switched MACs |
257 |
|
Resolves: rhbz#669728 |
258 |
|
- fixed dmraid output parsing |
259 |
|
Resolves: rhbz#671386 |
260 |
|
- fixed MASTER in double quotes |
261 |
|
Resolves: rhbz#674221 |
262 |
|
- don't do force/lazy umount for the first nfs umount |
263 |
|
Resolves: rhbz#676851 rhbz#687890 |
264 |
|
- fixed DHCPv6 if no IPv4 address configured |
265 |
|
Resolves: rhbz#684909 |
266 |
|
- disable link checking when PERSISTENT_DHCLIENT is set |
267 |
|
Resolves: rhbz#685038 |
268 |
|
- no more noisy output for iscsid check during shutdown or reboot |
269 |
|
Resolves: rhbz#687849 |
270 |
|
- clarified mount option in netfs |
271 |
|
Resolves: rhbz#689898 |
272 |
|
|
273 |
|
* Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1 |
274 |
|
- if $LANG is set, don't override it |
275 |
|
Resolves: rhbz#692893 |
276 |
|
- fix arp_ip_target for ifup/ifdown |
277 |
|
Resolves: rhbz#604669 |
278 |
|
- add udev rules for OSX Devices (1731/2) |
279 |
|
Resolves: rhbz#653621 |
280 |
|
|
281 |
|
* Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1 |
282 |
|
- don't turn of net on shutdown if iscsi is running |
283 |
|
Resolves: rhbz#583218 |
284 |
|
|
285 |
|
* Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1 |
286 |
|
- readded missing 54-cu3088-fix.rules |
287 |
|
Related: rhbz#475721 |
288 |
|
|
289 |
|
* Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1 |
290 |
|
- do not killall racoon with the full path |
291 |
|
Resolves: rhbz#567295 |
292 |
|
- fixed the interactive startup keys in translation |
293 |
|
Resolves: rhbz#566579 |
294 |
|
- do not clear the environment for daemon() |
295 |
|
Resolves: rhbz#564093 |
296 |
|
- call unicode_start with $UNIMAP instead of $SYSFONTACM |
297 |
|
Resolves: rhbz#557089 |
298 |
|
- fixed the network interface name grep in checks |
299 |
|
Resolves: rhbz#538863 |
300 |
|
- make /var/lib/xend a bind mount for read-only root systems |
301 |
|
Resolves: rhbz#526046 |
302 |
|
- do not try to activate individual dmraid subsets |
303 |
|
Resolves: rhbz#524356 |
304 |
|
- create /var/run/utmp* /var/log/wtmp* with the correct selinux context |
305 |
|
Resolves: rhbz#519748 |
306 |
|
- load the bonding driver, if bonding options are present in the ifcfg file |
307 |
|
Resolves: rhbz#516569 |
308 |
|
- run quotacheck after the local filesystems have been mounted |
309 |
|
Resolves: rhbz#499207 |
310 |
|
- add DHCP_HOSTNAME documentation to sysconfig.txt |
311 |
|
Resolves: rhbz#498052 |
312 |
|
- remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*) |
313 |
|
Resolves: rhbz#492994 |
314 |
|
|
315 |
* Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2 |
* Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2 |
316 |
- fix raw path in initscript (#472891) |
- fix raw path in initscript (#472891) |
317 |
- remove deprecation comments (#472891) |
- remove deprecation comments (#472891) |
318 |
- Resolves: rhbz#472891 |
- applied missing ipcalc patch for IPv6 address validation (#464268) |
319 |
|
- Resolves: rhbz#472891 rhbz#464268 |
320 |
|
|
321 |
* Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3 |
* Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3 |
322 |
- Final fixes for IP address validation (#464268) |
- Final fixes for IP address validation (#464268) |