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.42 |
Version: 8.45.44 |
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: 1%{?dist} |
Release: 3%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
|
Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch |
10 |
|
Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch |
11 |
|
Patch10: initscripts-centos-branding.patch |
12 |
|
|
13 |
|
# SME specific patches |
14 |
|
Patch1001: initscripts-8.45.38-smepatches.patch |
15 |
|
|
16 |
# git source repository |
# git source repository |
17 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
18 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
38 |
|
|
39 |
%description |
%description |
40 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
41 |
your Red Hat system, change runlevels, and shut the system down |
your Linux system, change runlevels, and shut the system down |
42 |
cleanly. Initscripts also contains the scripts that activate and |
cleanly. Initscripts also contains the scripts that activate and |
43 |
deactivate most network interfaces. |
deactivate most network interfaces. |
44 |
|
|
45 |
%prep |
%prep |
46 |
%setup -q |
%setup -q |
47 |
|
%patch0 -p1 |
48 |
|
%patch1 -p1 |
49 |
|
%patch10 -p1 |
50 |
|
|
51 |
|
# SME specific patches |
52 |
|
%patch1001 -p1 |
53 |
|
|
54 |
%build |
%build |
55 |
make |
make |
215 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
216 |
|
|
217 |
%changelog |
%changelog |
218 |
|
* Sun Oct 27 2013 Ian Wells <esmith@wellsi.com> 8.45.44-3.sme |
219 |
|
- Update to 8.45.44-3 [SME: 7920] |
220 |
|
- Exit with zero exit status for services not listed in configuration |
221 |
|
database to avoid failures in post scriptlets [SME: 1653] |
222 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
223 |
|
initscripts which exist in run-level 7 can be run. This ensures |
224 |
|
that the supervised service is run, if one exists, and protects |
225 |
|
against running "service httpd restart" [SME: 61, 1495] |
226 |
|
|
227 |
|
* Tue Oct 01 2013 Karanbir Singh <kbsingh@centos.org> - 8.45.44-3.el5.centos |
228 |
|
- Roll in CentOS Branding |
229 |
|
|
230 |
|
* Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3 |
231 |
|
- create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169) |
232 |
|
|
233 |
|
* Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2 |
234 |
|
- fix comments in sysctl.conf.ppc (#862597) |
235 |
|
|
236 |
|
* Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1 |
237 |
|
- move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252) |
238 |
|
- fix comments in sysctl.conf (#862597) |
239 |
|
- sysctl.d manpage (#735982) |
240 |
|
- check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058) |
241 |
|
- test if there is /dev/rtc before syncing hardware clock (#636861) |
242 |
|
- sysconfig.txt advised saslauthd -a instad of -v (#957109) |
243 |
|
|
244 |
|
* Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1 |
245 |
|
- add a -l option to status to pass the lock file name (#852967) |
246 |
|
- clarify docs around IPV6INIT=yes/no (#545881) |
247 |
|
- support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038) |
248 |
|
- make killproc more granular when delay is passed (#843386) |
249 |
|
- don't accidentally match other bonding devices (#880890) |
250 |
|
- set NIS domain (#705218) |
251 |
|
- don't set primary before we enslave devices (#747418) |
252 |
|
|
253 |
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
254 |
- changed exchange_mode to "main, aggressive" (#435274) |
- changed exchange_mode to "main, aggressive" (#435274) |
255 |
|
|