auto-import changelog data from chkconfig-1.3.5-2.src.rpm
Mon Apr 15 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.3.5-2 - Update translations Sun Apr 07 2002 Jeremy Katz <katzj@redhat.com> 1.3.5-1 - alternatives: handle default with --config properly (#62009) Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 1.3.4-1 - don't apply the dependency logic to things that already have start/stop priorities - fix silly display bug in --config Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 1.3.2-1 - chkconfig: LSB support Fri Mar 08 2002 Bill Nottingham <notting@redhat.com> - alternatives: handle initscripts too; --initscript command-line option - chkconfig/ntsysv (and serviceconf, indirectly): services with *no* links in /etc/rc*.d are no longer displayed with --list, or available for configuration except via chkconfig command-line options - alternatives: fix trying to enable disable a null service Tue Mar 05 2002 Bill Nottingham <notting@redhat.com> - alternatives: handle things with different numbers of slave links Mon Mar 04 2002 Bill Nottingham <notting@redhat.com> - minor alternatives tweaks: don't install the same thing multiple times Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> - actually, put the alternatives stuff back in /usr/sbin - ship /etc/alternatives dir - random alternatives fixes Sun Jan 27 2002 Erik Troan <ewt@redhat.com> - reimplemented update-alternatives as just alternatives Fri Jan 25 2002 Bill Nottingham <notting@redhat.com> - add in update-alternatives stuff (perl ATM)
This commit is contained in:
parent
6529222695
commit
e68fd156aa
@ -1 +1 @@
|
||||
chkconfig-1.2.24.tar.gz
|
||||
chkconfig-1.3.5.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy.
|
||||
Name: chkconfig
|
||||
Version: 1.2.24
|
||||
Release: 1
|
||||
Version: 1.3.5
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz
|
||||
@ -10,9 +10,9 @@ BuildPrereq: newt newt-devel
|
||||
Conflicts: initscripts <= 5.30-1
|
||||
|
||||
%description
|
||||
Chkconfig is a basic system utility. It updates and queries runlevel
|
||||
information for system services. Chkconfig manipulates the numerous
|
||||
symbolic links in /etc/rc.d, to relieve system administrators of some
|
||||
Chkconfig is a basic system utility. It updates and queries runlevel
|
||||
information for system services. Chkconfig manipulates the numerous
|
||||
symbolic links in /etc/rc.d, to relieve system administrators of some
|
||||
of the drudgery of manually editing the symbolic links.
|
||||
|
||||
%package -n ntsysv
|
||||
@ -56,12 +56,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%dir /etc/alternatives
|
||||
/sbin/chkconfig
|
||||
/usr/sbin/update-alternatives
|
||||
/usr/sbin/alternatives
|
||||
/etc/init.d
|
||||
/etc/rc.d/init.d
|
||||
/etc/rc[0-6].d
|
||||
/etc/rc.d/rc[0-6].d
|
||||
%dir /var/lib/alternatives
|
||||
%{_mandir}/*/chkconfig*
|
||||
%{_mandir}/*/alternatives*
|
||||
|
||||
%files -n ntsysv
|
||||
%defattr(-,root,root)
|
||||
@ -71,6 +76,44 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.5-2
|
||||
- Update translations
|
||||
|
||||
* Sun Apr 7 2002 Jeremy Katz <katzj@redhat.com> 1.3.5-1
|
||||
- alternatives: handle default with --config properly (#62009)
|
||||
|
||||
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 1.3.4-1
|
||||
- don't apply the dependency logic to things that already have
|
||||
start/stop priorities
|
||||
- fix silly display bug in --config
|
||||
|
||||
* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 1.3.2-1
|
||||
- chkconfig: LSB support
|
||||
|
||||
* Fri Mar 8 2002 Bill Nottingham <notting@redhat.com>
|
||||
- alternatives: handle initscripts too; --initscript command-line option
|
||||
- chkconfig/ntsysv (and serviceconf, indirectly): services with
|
||||
*no* links in /etc/rc*.d are no longer displayed with --list, or
|
||||
available for configuration except via chkconfig command-line options
|
||||
- alternatives: fix trying to enable disable a null service
|
||||
|
||||
* Tue Mar 5 2002 Bill Nottingham <notting@redhat.com>
|
||||
- alternatives: handle things with different numbers of slave links
|
||||
|
||||
* Mon Mar 4 2002 Bill Nottingham <notting@redhat.com>
|
||||
- minor alternatives tweaks: don't install the same thing multiple times
|
||||
|
||||
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
|
||||
- actually, put the alternatives stuff back in /usr/sbin
|
||||
- ship /etc/alternatives dir
|
||||
- random alternatives fixes
|
||||
|
||||
* Sun Jan 27 2002 Erik Troan <ewt@redhat.com>
|
||||
- reimplemented update-alternatives as just alternatives
|
||||
|
||||
* Thu Jan 25 2002 Bill Nottingham <notting@redhat.com>
|
||||
- add in update-alternatives stuff (perl ATM)
|
||||
|
||||
* Mon Aug 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- Update translations
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user