From e68fd156aa94245e111a50ff4bee31f304b52727 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:46:56 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20chkconf?= =?UTF-8?q?ig-1.3.5-2.src.rpm=20Mon=20Apr=2015=202002=20Trond=20Eivind=20G?= =?UTF-8?q?lomsr=F8d=20=201.3.5-2=20-=20Update=20translati?= =?UTF-8?q?ons=20Sun=20Apr=2007=202002=20Jeremy=20Katz=20=201.3.5-1=20-=20alternatives:=20handle=20default=20with=20--c?= =?UTF-8?q?onfig=20properly=20(#62009)=20Thu=20Mar=2014=202002=20Bill=20No?= =?UTF-8?q?ttingham=20=201.3.4-1=20-=20don't=20apply?= =?UTF-8?q?=20the=20dependency=20logic=20to=20things=20that=20already=20ha?= =?UTF-8?q?ve=20start/stop=20=20=20=20=20priorities=20-=20fix=20silly=20di?= =?UTF-8?q?splay=20bug=20in=20--config=20Tue=20Mar=2012=202002=20Bill=20No?= =?UTF-8?q?ttingham=20=201.3.2-1=20-=20chkconfig:=20LS?= =?UTF-8?q?B=20support=20Fri=20Mar=2008=202002=20Bill=20Nottingham=20=20-=20alternatives:=20handle=20initscripts=20to?= =?UTF-8?q?o;=20--initscript=20command-line=20option=20-=20chkconfig/ntsys?= =?UTF-8?q?v=20(and=20serviceconf,=20indirectly):=20services=20with=20*no*?= =?UTF-8?q?=20links=20in=20/etc/rc*.d=20are=20no=20longer=20displayed=20wi?= =?UTF-8?q?th=20--list,=20or=20available=20=20=20=20=20for=20configuration?= =?UTF-8?q?=20except=20via=20chkconfig=20command-line=20options=20-=20alte?= =?UTF-8?q?rnatives:=20fix=20trying=20to=20enable=20disable=20a=20null=20s?= =?UTF-8?q?ervice=20Tue=20Mar=2005=202002=20Bill=20Nottingham=20=20-=20alternatives:=20handle=20things=20with=20diffe?= =?UTF-8?q?rent=20numbers=20of=20slave=20links=20Mon=20Mar=2004=202002=20B?= =?UTF-8?q?ill=20Nottingham=20=20-=20minor=20alternati?= =?UTF-8?q?ves=20tweaks:=20don't=20install=20the=20same=20thing=20multiple?= =?UTF-8?q?=20times=20Wed=20Jan=2030=202002=20Bill=20Nottingham=20=20-=20actually,=20put=20the=20alternatives=20stuff?= =?UTF-8?q?=20back=20in=20/usr/sbin=20-=20ship=20/etc/alternatives=20dir?= =?UTF-8?q?=20-=20random=20alternatives=20fixes=20Sun=20Jan=2027=202002=20?= =?UTF-8?q?Erik=20Troan=20=20-=20reimplemented=20update-al?= =?UTF-8?q?ternatives=20as=20just=20alternatives=20Fri=20Jan=2025=202002?= =?UTF-8?q?=20Bill=20Nottingham=20=20-=20add=20in=20up?= =?UTF-8?q?date-alternatives=20stuff=20(perl=20ATM)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- chkconfig.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++----- sources | 2 +- 3 files changed, 50 insertions(+), 7 deletions(-) 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