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: 7.93.34 |
Version: 7.93.34 |
6 |
License: GPL |
License: GPL |
7 |
Group: System Environment/Base |
Group: System Environment/Base |
8 |
Release: 1.centos4 |
Release: 1.centos4.1%{?dist} |
9 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
10 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
11 |
Patch0: initscripts-s390.patch |
Patch0: initscripts-s390.patch |
12 |
Patch100: centos4-initscripts.patch |
Patch100: centos4-initscripts.patch |
13 |
|
Patch1000: initscripts-7.93.34-smerunlevel.patch |
14 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
16 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
46 |
|
|
47 |
#added by CentOS |
#added by CentOS |
48 |
%patch100 -p1 |
%patch100 -p1 |
49 |
|
%patch1000 -p1 |
50 |
|
|
51 |
%build |
%build |
52 |
make |
make |
216 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
217 |
|
|
218 |
%changelog |
%changelog |
219 |
|
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 7.93.34-1.centos4.1.sme |
220 |
|
- Reapply SME Server patches [SME: 2043] |
221 |
|
- Exit with zero exit status for services not listed in configuration |
222 |
|
database to avoid failures in post scriptlets [SME: 1653] |
223 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
224 |
|
initscripts which exist in run-level 7 can be run. This ensures |
225 |
|
that the supervised service is run, if one exists, and protects |
226 |
|
against running "service httpd restart" [SME: 61, 1495] |
227 |
|
|
228 |
* Thu Jul 2 2009 Tru Huynh <tru@centos.org> - 7.93.34-1.centos4 |
* Thu Jul 2 2009 Tru Huynh <tru@centos.org> - 7.93.34-1.centos4 |
229 |
- Reapplied the CentOS 4 patches |
- Reapplied the CentOS 4 patches |
230 |
|
|