From b1cd7c0c4c315125fb5f5b681d1485a0331528d4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:46:09 +0000 Subject: auto-import changelog data from chkconfig-1.2.16-1.src.rpm Wed Aug 30 2000 Nalin Dahyabhai - make xinetd config files mode 0644, not 644 Thu Aug 24 2000 Erik Troan - updated it and es translations Sun Aug 20 2000 Bill Nottingham - get man pages in proper packages Sun Aug 20 2000 Matt Wilson - new translations Wed Aug 16 2000 Nalin Dahyabhai - don't worry about extra whitespace on chkconfig: lines (#16150) Thu Aug 10 2000 Trond Eivind Glomsr�d - i18n merge Wed Jul 26 2000 Matt Wilson - new translations for de fr it es Tue Jul 25 2000 Bill Nottingham - change prereqs Sun Jul 23 2000 Bill Nottingham - fix ntsysv's handling of xinetd/init files with the same name Fri Jul 21 2000 Bill Nottingham - fix segv when reading malformed files Wed Jul 19 2000 Bill Nottingham - put links, rc[0-6].d dirs back, those are necessary Tue Jul 18 2000 Bill Nottingham - add quick hack support for reading descriptions from xinetd files Mon Jul 17 2000 Bernhard Rosenkraenzer - don't own the /etc/rc[0-6].d symlinks; they're owned by initscripts Sat Jul 15 2000 Matt Wilson - move back to old file layout Thu Jul 13 2000 Preston Brown - bump copyright date Tue Jul 11 2000 Bill Nottingham - no %pre today. Maybe tomorrow. Thu Jul 06 2000 Bill Nottingham - put initscripts %pre here too Mon Jul 03 2000 Bill Nottingham - oops, if we don't prereq initscripts, we *need* to own /etc/rc[0-6].d Sun Jul 02 2000 Bill Nottingham - add xinetd support Tue Jun 27 2000 Matt Wilson - changed Prereq: initscripts >= 5.18 to Conflicts: initscripts < 5.18 - fixed sumary and description where a global string replace nuked them Mon Jun 26 2000 Matt Wilson - what Bill said, but actually build this version Thu Jun 15 2000 Bill Nottingham - don't own /etc/rc.* Fri Feb 11 2000 Bill Nottingham - typo in man page Wed Feb 02 2000 Cristian Gafton - fix description Wed Jan 12 2000 Bill Nottingham - link chkconfig statically against popt Mon Oct 18 1999 Bill Nottingham - fix querying alternate levels Mon Aug 23 1999 Jeff Johnson - don't use strchr to skip unwanted files, look at extension instead (#4166). Thu Aug 05 1999 Bill Nottingham - fix --help, --verson Mon Aug 02 1999 Matt Wilson - rebuilt ntsysv against newt 0.50 Mon Aug 02 1999 Jeff Johnson - fix i18n problem in usage message (#4233). - add --help and --version. Mon Apr 19 1999 Cristian Gafton - release for Red Hat 6.0 Thu Apr 08 1999 Matt Wilson - added support for a "hide: true" tag in initscripts that will make services not appear in ntsysv when run with the "--hide" flag Thu Apr 01 1999 Matt Wilson - added --hide flag for ntsysv that allows you to hide a service from the user. Mon Mar 22 1999 Bill Nottingham - fix glob, once and for all. Really. We mean it. Thu Mar 18 1999 Bill Nottingham - revert fix for services@levels, it's broken - change default to only edit the current runlevel Mon Mar 15 1999 Bill Nottingham - don't remove scripts that don't support chkconfig Tue Mar 09 1999 Erik Troan - made glob a bit more specific so xinetd and inetd don't cause improper matches Thu Feb 18 1999 Matt Wilson - removed debugging output when starting ntsysv Thu Feb 18 1999 Preston Brown - fixed globbing error - fixed ntsysv running services not at their specified levels. Tue Feb 16 1999 Matt Wilson - print the value of errno on glob failures. Sun Jan 10 1999 Matt Wilson - rebuilt for newt 0.40 (ntsysv) Tue Dec 15 1998 Jeff Johnson - add ru.po. Thu Oct 22 1998 Bill Nottingham - build for Raw Hide (slang-1.2.2) Wed Oct 14 1998 Cristian Gafton - translation updates Thu Oct 08 1998 Cristian Gafton - updated czech translation (and use cs instead of cz) Tue Sep 22 1998 Arnaldo Carvalho de Melo - added pt_BR translations - added more translatable strings - support for i18n init.d scripts description Sun Aug 02 1998 Erik Troan - built against newt 0.30 - split ntsysv into a separate package Thu May 07 1998 Erik Troan - added numerous translations Mon Mar 23 1998 Erik Troan - added i18n support Sun Mar 22 1998 Erik Troan - added --back --- diff --git a/.cvsignore b/.cvsignore index e69de29..b0901c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +chkconfig-1.2.16.tar.gz diff --git a/chkconfig.spec b/chkconfig.spec new file mode 100644 index 0000000..3d3bea1 --- /dev/null +++ b/chkconfig.spec @@ -0,0 +1,229 @@ +Summary: A system tool for maintaining the /etc/rc*.d hierarchy. +Name: chkconfig +Version: 1.2.16 +Release: 1 +License: GPL +Group: System Environment/Base +Source: ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root +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 +of the drudgery of manually editing the symbolic links. + +%package -n ntsysv +Summary: A tool to set the stop/start of system services in a runlevel. +Group: System Environment/Base + +%description -n ntsysv +Ntsysv provides a simple interface for setting which system services +are started or stopped in various runlevels (instead of directly +manipulating the numerous symbolic links in /etc/rc.d). Unless you +specify a runlevel or runlevels on the command line (see the man +page), ntsysv configures the current runlevel (5 if you're using X). + +%prep +%setup -q + +%build + +%ifarch sparc +LIBMHACK=-lm +%endif + +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBMHACK=$LIBMHACK + +%install +rm -rf $RPM_BUILD_ROOT +make instroot=$RPM_BUILD_ROOT MANDIR=%{_mandir} install + +mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d +ln -s rc.d/init.d $RPM_BUILD_ROOT/etc/init.d +for n in 0 1 2 3 4 5 6; do + mkdir -p $RPM_BUILD_ROOT/etc/rc.d/rc${n}.d + ln -s rc.d/rc${n}.d $RPM_BUILD_ROOT/etc/rc${n}.d +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/sbin/chkconfig +/etc/init.d +/etc/rc.d/init.d +/etc/rc[0-6].d +/etc/rc.d/rc[0-6].d +%{_mandir}/*/chkconfig* +/usr/share/locale/*/LC_MESSAGES/chkconfig.mo + +%files -n ntsysv +%defattr(-,root,root) +/usr/sbin/ntsysv +%{_mandir}/*/ntsysv.8* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) + +%changelog +* Wed Aug 30 2000 Nalin Dahyabhai +- make xinetd config files mode 0644, not 644 + +* Thu Aug 24 2000 Erik Troan +- updated it and es translations + +* Sun Aug 20 2000 Bill Nottingham +- get man pages in proper packages + +* Sun Aug 20 2000 Matt Wilson +- new translations + +* Tue Aug 16 2000 Nalin Dahyabhai +- don't worry about extra whitespace on chkconfig: lines (#16150) + +* Wed Aug 10 2000 Trond Eivind Glomsr�d +- i18n merge + +* Wed Jul 26 2000 Matt Wilson +- new translations for de fr it es + +* Tue Jul 25 2000 Bill Nottingham +- change prereqs + +* Sun Jul 23 2000 Bill Nottingham +- fix ntsysv's handling of xinetd/init files with the same name + +* Fri Jul 21 2000 Bill Nottingham +- fix segv when reading malformed files + +* Wed Jul 19 2000 Bill Nottingham +- put links, rc[0-6].d dirs back, those are necessary + +* Tue Jul 18 2000 Bill Nottingham +- add quick hack support for reading descriptions from xinetd files + +* Mon Jul 17 2000 Bernhard Rosenkraenzer +- don't own the /etc/rc[0-6].d symlinks; they're owned by initscripts + +* Sat Jul 15 2000 Matt Wilson +- move back to old file layout + +* Thu Jul 13 2000 Preston Brown +- bump copyright date + +* Tue Jul 11 2000 Bill Nottingham +- no %pre today. Maybe tomorrow. + +* Thu Jul 6 2000 Bill Nottingham +- put initscripts %pre here too + +* Mon Jul 3 2000 Bill Nottingham +- oops, if we don't prereq initscripts, we *need* to own /etc/rc[0-6].d + +* Sun Jul 2 2000 Bill Nottingham +- add xinetd support + +* Tue Jun 27 2000 Matt Wilson +- changed Prereq: initscripts >= 5.18 to Conflicts: initscripts < 5.18 +- fixed sumary and description where a global string replace nuked them + +* Mon Jun 26 2000 Matt Wilson +- what Bill said, but actually build this version + +* Thu Jun 15 2000 Bill Nottingham +- don't own /etc/rc.* + +* Fri Feb 11 2000 Bill Nottingham +- typo in man page + +* Wed Feb 02 2000 Cristian Gafton +- fix description + +* Wed Jan 12 2000 Bill Nottingham +- link chkconfig statically against popt + +* Mon Oct 18 1999 Bill Nottingham +- fix querying alternate levels + +* Mon Aug 23 1999 Jeff Johnson +- don't use strchr to skip unwanted files, look at extension instead (#4166). + +* Thu Aug 5 1999 Bill Nottingham +- fix --help, --verson + +* Mon Aug 2 1999 Matt Wilson +- rebuilt ntsysv against newt 0.50 + +* Mon Aug 2 1999 Jeff Johnson +- fix i18n problem in usage message (#4233). +- add --help and --version. + +* Mon Apr 19 1999 Cristian Gafton +- release for Red Hat 6.0 + +* Thu Apr 8 1999 Matt Wilson +- added support for a "hide: true" tag in initscripts that will make + services not appear in ntsysv when run with the "--hide" flag + +* Thu Apr 1 1999 Matt Wilson +- added --hide flag for ntsysv that allows you to hide a service from the + user. + +* Mon Mar 22 1999 Bill Nottingham +- fix glob, once and for all. Really. We mean it. + +* Thu Mar 18 1999 Bill Nottingham +- revert fix for services@levels, it's broken +- change default to only edit the current runlevel + +* Mon Mar 15 1999 Bill Nottingham +- don't remove scripts that don't support chkconfig + +* Tue Mar 09 1999 Erik Troan +- made glob a bit more specific so xinetd and inetd don't cause improper matches + +* Thu Feb 18 1999 Matt Wilson +- removed debugging output when starting ntsysv + +* Thu Feb 18 1999 Preston Brown +- fixed globbing error +- fixed ntsysv running services not at their specified levels. + +* Tue Feb 16 1999 Matt Wilson +- print the value of errno on glob failures. + +* Sun Jan 10 1999 Matt Wilson +- rebuilt for newt 0.40 (ntsysv) + +* Tue Dec 15 1998 Jeff Johnson +- add ru.po. + +* Thu Oct 22 1998 Bill Nottingham +- build for Raw Hide (slang-1.2.2) + +* Wed Oct 14 1998 Cristian Gafton +- translation updates + +* Thu Oct 08 1998 Cristian Gafton +- updated czech translation (and use cs instead of cz) + +* Tue Sep 22 1998 Arnaldo Carvalho de Melo +- added pt_BR translations +- added more translatable strings +- support for i18n init.d scripts description + +* Sun Aug 02 1998 Erik Troan +- built against newt 0.30 +- split ntsysv into a separate package + +* Thu May 07 1998 Erik Troan +- added numerous translations + +* Mon Mar 23 1998 Erik Troan +- added i18n support + +* Sun Mar 22 1998 Erik Troan +- added --back diff --git a/sources b/sources index e69de29..83f38df 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b0652b59b3fcce8a71c64b343c83e4d7 chkconfig-1.2.16.tar.gz