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.17.EL |
Version: 8.45.17.EL |
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 |
40 |
%prep |
%prep |
41 |
%setup -q |
%setup -q |
42 |
%patch1 -p1 |
%patch1 -p1 |
43 |
|
%patch100 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
make |
make |
202 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
203 |
|
|
204 |
%changelog |
%changelog |
205 |
|
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 8.45.17.EL-1.el5.sme.1 |
206 |
|
- 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 |
* Fri Nov 9 2007 Karanbir Singh <kbsingh@centos.org> 8.45.17.EL-1.el5.centos.1 |
214 |
- roll in CentOS Branding Changes |
- roll in CentOS Branding Changes |
215 |
|
|