/[smeserver]/rpms/initscripts/sme8/initscripts.spec
ViewVC logotype

Diff of /rpms/initscripts/sme8/initscripts.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 19:53:29 2007 UTC Revision 1.2 by slords, Thu Dec 20 16:14:30 2007 UTC
# Line 1  Line 1 
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.17.EL
4  License: GPL  License: GPL
5  Group: System Environment/Base  Group: System Environment/Base
6  Release: 1%{?dist}.1  Release: 1%{?dist}.1
# Line 30  BuildRequires: glib2-devel popt gettext Line 30  BuildRequires: glib2-devel popt gettext
30    
31  %description  %description
32  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
33  your Red Hat system, change runlevels, and shut the system down  your CentOS system, change runlevels, and shut the system down
34  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
35  deactivate most network interfaces.  deactivate most network interfaces.
36    
# Line 70  chmod 600 /var/log/btmp Line 70  chmod 600 /var/log/btmp
70    
71  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
72  /sbin/chkconfig --add network  /sbin/chkconfig --add network
73    /sbin/chkconfig --add netconsole
74    
75  %preun  %preun
76  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
77    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
78    /sbin/chkconfig --del network    /sbin/chkconfig --del network
79      /sbin/chkconfig --del netconsole
80  fi  fi
81    
82  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
# Line 90  rm -rf $RPM_BUILD_ROOT Line 92  rm -rf $RPM_BUILD_ROOT
92  %dir /etc/sysconfig/network-scripts  %dir /etc/sysconfig/network-scripts
93  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
94  %config(noreplace) /etc/sysconfig/init  %config(noreplace) /etc/sysconfig/init
95    %config(noreplace) /etc/sysconfig/netconsole
96  %config(noreplace) /etc/sysconfig/readonly-root  %config(noreplace) /etc/sysconfig/readonly-root
97  /etc/sysconfig/network-scripts/ifdown  /etc/sysconfig/network-scripts/ifdown
98  /sbin/ifdown  /sbin/ifdown
# Line 195  rm -rf $RPM_BUILD_ROOT Line 198  rm -rf $RPM_BUILD_ROOT
198  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
199    
200  %changelog  %changelog
201  * Wed Mar 21 2007 Karanbir Singh <kbsingh@centos.org>  * Fri Nov  9 2007 Karanbir Singh <kbsingh@centos.org>   8.45.17.EL-1.el5.centos.1
202  - roll in CentOS Changes  - roll in CentOS Branding Changes
203    
204    * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
205    - fix netconsole service status (#223742)
206    
207    * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
208    - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
209    - network-functions: fix logic error in install_bonding_driver (#229643)
210    - add init script for netconsole (#223742)
211    - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
212    - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
213    
214  * 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
215  - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)  - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed