From e68fd156aa94245e111a50ff4bee31f304b52727 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:46:56 +0000 Subject: auto-import changelog data from chkconfig-1.3.5-2.src.rpm Mon Apr 15 2002 Trond Eivind Glomsr�d 1.3.5-2 - Update translations Sun Apr 07 2002 Jeremy Katz 1.3.5-1 - alternatives: handle default with --config properly (#62009) Thu Mar 14 2002 Bill Nottingham 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 1.3.2-1 - chkconfig: LSB support Fri Mar 08 2002 Bill Nottingham - 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 - alternatives: handle things with different numbers of slave links Mon Mar 04 2002 Bill Nottingham - minor alternatives tweaks: don't install the same thing multiple times Wed Jan 30 2002 Bill Nottingham - actually, put the alternatives stuff back in /usr/sbin - ship /etc/alternatives dir - random alternatives fixes Sun Jan 27 2002 Erik Troan - reimplemented update-alternatives as just alternatives Fri Jan 25 2002 Bill Nottingham - add in update-alternatives stuff (perl ATM) --- diff --git a/.cvsignore b/.cvsignore index d54d94b..6c22642 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -chkconfig-1.2.24.tar.gz +chkconfig-1.3.5.tar.gz diff --git a/chkconfig.spec b/chkconfig.spec index 4fcc420..de5f17a 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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 1.3.5-2 +- Update translations + +* Sun Apr 7 2002 Jeremy Katz 1.3.5-1 +- alternatives: handle default with --config properly (#62009) + +* Thu Mar 14 2002 Bill Nottingham 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 1.3.2-1 +- chkconfig: LSB support + +* Fri Mar 8 2002 Bill Nottingham +- 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 +- alternatives: handle things with different numbers of slave links + +* Mon Mar 4 2002 Bill Nottingham +- minor alternatives tweaks: don't install the same thing multiple times + +* Wed Jan 30 2002 Bill Nottingham +- actually, put the alternatives stuff back in /usr/sbin +- ship /etc/alternatives dir +- random alternatives fixes + +* Sun Jan 27 2002 Erik Troan +- reimplemented update-alternatives as just alternatives + +* Thu Jan 25 2002 Bill Nottingham +- add in update-alternatives stuff (perl ATM) + * Mon Aug 27 2001 Trond Eivind Glomsr�d - Update translations diff --git a/sources b/sources index da607fc..a5503b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a9831533e528d634ddaf988aafbf881 chkconfig-1.2.24.tar.gz +9836e5ca94db775ee057ee816076cc57 chkconfig-1.3.5.tar.gz