Bill Nottingham 56e5f4
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
cvsdist b1cd7c
Name: chkconfig
Bill Nottingham 97404e
Version: 1.3.40
Bill Nottingham b8687a
Release: 1
Bill Nottingham f5c486
License: GPLv2
cvsdist b1cd7c
Group: System Environment/Base
Bill Nottingham b8687a
Source: %{name}-%{version}.tar.bz2
Bill Nottingham 9889a9
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Bill Nottingham 5219c4
BuildRequires: newt-devel gettext popt-devel
cvsdist b1cd7c
Conflicts: initscripts <= 5.30-1
cvsdist b1cd7c
cvsdist b1cd7c
%description
cvsdist e68fd1
Chkconfig is a basic system utility.  It updates and queries runlevel
cvsdist e68fd1
information for system services.  Chkconfig manipulates the numerous
cvsdist e68fd1
symbolic links in /etc/rc.d, to relieve system administrators of some 
cvsdist b1cd7c
of the drudgery of manually editing the symbolic links.
cvsdist b1cd7c
cvsdist b1cd7c
%package -n ntsysv
Bill Nottingham 56e5f4
Summary: A tool to set the stop/start of system services in a runlevel
cvsdist b1cd7c
Group: System Environment/Base
Bill Nottingham 9889a9
Requires: chkconfig = %{version}-%{release}
cvsdist b1cd7c
cvsdist b1cd7c
%description -n ntsysv
cvsdist b1cd7c
Ntsysv provides a simple interface for setting which system services
cvsdist b1cd7c
are started or stopped in various runlevels (instead of directly
cvsdist b1cd7c
manipulating the numerous symbolic links in /etc/rc.d). Unless you
cvsdist b1cd7c
specify a runlevel or runlevels on the command line (see the man
cvsdist b1cd7c
page), ntsysv configures the current runlevel (5 if you're using X).
cvsdist b1cd7c
cvsdist b1cd7c
%prep
cvsdist b1cd7c
%setup -q
cvsdist b1cd7c
cvsdist b1cd7c
%build
cvsdist b1cd7c
Bill Nottingham 9889a9
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
cvsdist b1cd7c
cvsdist b1cd7c
%install
cvsdist b1cd7c
rm -rf $RPM_BUILD_ROOT
Bill Nottingham 9889a9
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} SBINDIR=%{_sbindir} install
cvsdist b1cd7c
cvsdist b1cd7c
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
cvsdist b1cd7c
ln -s rc.d/init.d $RPM_BUILD_ROOT/etc/init.d
cvsdist b1cd7c
for n in 0 1 2 3 4 5 6; do
cvsdist b1cd7c
    mkdir -p $RPM_BUILD_ROOT/etc/rc.d/rc${n}.d
cvsdist b1cd7c
    ln -s rc.d/rc${n}.d $RPM_BUILD_ROOT/etc/rc${n}.d
cvsdist b1cd7c
done
Bill Nottingham b8687a
mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
cvsdist b1cd7c
cvsdist 0c58a5
%find_lang %{name}
cvsdist 0c58a5
cvsdist b1cd7c
%clean
cvsdist b1cd7c
rm -rf $RPM_BUILD_ROOT
cvsdist b1cd7c
cvsdist 0c58a5
%files -f %{name}.lang
cvsdist b1cd7c
%defattr(-,root,root)
Bill Nottingham 813fde
%doc COPYING
cvsdist e68fd1
%dir /etc/alternatives
cvsdist b1cd7c
/sbin/chkconfig
Bill Nottingham 9889a9
%{_sbindir}/update-alternatives
Bill Nottingham 9889a9
%{_sbindir}/alternatives
Bill Nottingham b8687a
/etc/chkconfig.d
cvsdist b1cd7c
/etc/init.d
cvsdist b1cd7c
/etc/rc.d/init.d
cvsdist b1cd7c
/etc/rc[0-6].d
cvsdist b1cd7c
/etc/rc.d/rc[0-6].d
cvsdist e68fd1
%dir /var/lib/alternatives
cvsdist b1cd7c
%{_mandir}/*/chkconfig*
Bill Nottingham e746b5
%{_mandir}/*/update-alternatives*
cvsdist e68fd1
%{_mandir}/*/alternatives*
cvsdist b1cd7c
cvsdist b1cd7c
%files -n ntsysv
cvsdist b1cd7c
%defattr(-,root,root)
Bill Nottingham 9889a9
%{_sbindir}/ntsysv
cvsdist b1cd7c
%{_mandir}/*/ntsysv.8*
cvsdist b1cd7c
cvsdist b1cd7c
%changelog
Bill Nottingham 97404e
* Fri Dec  5 2008 Bill Nottingham <notting@redhat.com> 1.3.40-1
Bill Nottingham 97404e
- fix some overflows. (#176944)
Bill Nottingham 97404e
- add --type parameter to specify either xinetd or sysv services.
Bill Nottingham 97404e
  (#467863, <mschmidt@redhat.com>
Bill Nottingham 97404e
- do a permissions check before add/remove/on/off/resetpriorities. (#450254)
Bill Nottingham 97404e
- parse Short-Description correctly (#441813, <peter_e@gmx.net>)
Bill Nottingham 97404e
Bill Nottingham f01b78
* Thu Dec  4 2008 Bill Nottingham <notting@redhat.com> 1.3.39-1
Bill Nottingham f01b78
- fail if dependencies fail on add/remove in LSB mode (#474223)
Bill Nottingham f01b78
Bill Nottingham b8687a
* Wed Oct 29 2008 Bill Nottingham <notting@redhat.com> 1.3.38-1
Bill Nottingham b8687a
- Fix runlevel list in man page (#466739)
Bill Nottingham b8687a
- translation updates
Jesse Keating cb9799
Bill Nottingham 9aa6b5
* Thu Nov  8 2007 Bill Nottingham <notting@redhat.com> 1.3.37-1
Bill Nottingham 9aa6b5
- make no options do --list (#290241, #176184)
Bill Nottingham 9aa6b5
- sr@Latn -> sr@latin
Bill Nottingham 9aa6b5
Bill Nottingham 5219c4
* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> 1.3.36-1
Bill Nottingham 5219c4
- buildreq popt-devel, link it dynamically (#279531)
Bill Nottingham 5219c4
- translation updates: kn, ko, mr, ro
Bill Nottingham 5219c4
Bill Nottingham f5c486
* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com> 1.3.35-1
Bill Nottingham f5c486
- clarify licensing
Bill Nottingham f5c486
Bill Nottingham 1dd2bf
* Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 1.3.34-1
Bill Nottingham 1dd2bf
- translation updates: as, bg, bn_IN, bs, ca, de, fr, hi, hu, id, ja,
Bill Nottingham 1dd2bf
  ka, ml, ms, nb, or, sk, sl
Bill Nottingham 1dd2bf
- add resetpriorities to the man page (#197399)
Bill Nottingham 1dd2bf
  
Bill Nottingham 9889a9
* Tue Feb  6 2007 Bill Nottingham <notting@redhat.com> 1.3.33-1
Bill Nottingham 9889a9
- various changes from review - support alternate %%{_sbindir}, fix
Bill Nottingham 9889a9
  summaries, add version to requires, assorted other bits
Bill Nottingham 9889a9
Bill Nottingham 22227d
* Fri Feb  2 2007 Bill Nottingham <notting@redhat.com> 1.3.32-1
Bill Nottingham 22227d
- support overriding various defaults via /etc/chkconfig.d (<johnsonm@rpath.com>)
Bill Nottingham 22227d
Bill Nottingham ebb87c
* Thu Feb  1 2007 Bill Nottingham <notting@redhat.com> 1.3.31-1
Bill Nottingham ebb87c
- fix man page (#220558, <esr@thyrus.com>)
Bill Nottingham ebb87c
- add some more verbiage in alternatives man page (#221089)
Bill Nottingham ebb87c
- don't print usage message on a nonexstent service (#226804)
Bill Nottingham ebb87c
Bill Nottingham ebb87c
* Fri Dec  1 2006 Bill Nottingham <notting@redhat.com> 1.3.30.1-1
Bill Nottingham ebb87c
- translation updates: as, ka, lv, ml, te (#216617)
Bill Nottingham ebb87c
Bill Nottingham 813fde
* Thu Sep  7 2006 Bill Nottingham <notting@redhat.com> 1.3.30-1
Bill Nottingham 813fde
- license cleanup
Jesse Keating b8acff
Bill Nottingham ea09c6
* Fri Feb 24 2006 Bill Nottingham <notting@redhat.com> 1.3.29-1
Bill Nottingham c1b938
- fix accidental enabling of services on --add (#182729)
Bill Nottingham c1b938
Bill Nottingham 4ca57a
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 1.3.27-1
Bill Nottingham 4ca57a
- translation updates
Jesse Keating 917d81
Bill Nottingham 19d274
* Thu Feb  2 2006 Bill Nottingham <notting@redhat.com> 1.3.26-1
Bill Nottingham 19d274
- add support for resetting priorities without on/off status (#178864)
Jesse Keating 1256a7
Bill Nottingham 3b2d26
* Wed Nov 30 2005 Bill Nottingham <notting@redhat.com> 1.3.25-1
Bill Nottingham 3b2d26
- return an error if changing services fails (#150235)
Bill Nottingham 3b2d26
Bill Nottingham c9c0b4
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 1.3.24-1
Bill Nottingham c9c0b4
- when removing alternatives links, check to make sure they're
Bill Nottingham c9c0b4
  actually links (#173685)
Bill Nottingham c9c0b4
Bill Nottingham c854d9
* Fri Nov 11 2005 Bill Nottingham <notting@redhat.com> 1.3.23-1
Bill Nottingham c854d9
- fix ntsysv (#172996)
Bill Nottingham c854d9
Bill Nottingham 572b88
* Wed Nov  9 2005 Bill Nottingham <notting@redhat.com>
Bill Nottingham 572b88
- fix doSetService call in frobOneDependencies
Bill Nottingham 572b88
Bill Nottingham 15d0d0
* Tue Nov  8 2005 Bill Nottingham <notting@redhat.com>
Bill Nottingham 15d0d0
- for LSB scripts, use any chkconfig: priorities as a basis,
Bill Nottingham 15d0d0
  instead of 50/50 (#172599)
Bill Nottingham 15d0d0
- fix LSB script dependency setting when no chkconfig: line
Bill Nottingham 15d0d0
  is present (#161870, <jean-francois.larvoire@hp.com>)
Bill Nottingham 15d0d0
- fix LSB script dependency setting when one of Required-Stop
Bill Nottingham 15d0d0
  or Required-Start: is missing (#168457)
Bill Nottingham 15d0d0
Bill Nottingham 15d0d0
* Fri Oct  7 2005 Bill Nottingham <notting@redhat.com>
Bill Nottingham 15d0d0
- fix segfault on directories in /etc/xinetd.d (#166385)
Bill Nottingham 15d0d0
- don't needlessly rewrite xinetd files (#81008)
prockai dc7cc8
Bill Nottingham e746b5
* Thu May  5 2005 Bill Nottingham <notting@redhat.com> 1.3.20-1
Bill Nottingham e746b5
- fix deletion of orphaned slave links (#131496, <mitr@redhat.com>)
Bill Nottingham e746b5
Bill Nottingham a5c24d
* Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 1.3.19-1
Bill Nottingham a5c24d
- build with updated translations
Bill Nottingham a5c24d
Bill Nottingham 93821e
* Thu Mar  3 2005 Bill Nottingham <notting@redhat.com> 1.3.18-1
Bill Nottingham 93821e
- actually return an error code if changing a service info fails
Bill Nottingham 93821e
Bill Nottingham e3c1ee
* Tue Feb 22 2005 Bill Nottingham <notting@redhat.com> 1.3.17-1
Bill Nottingham e3c1ee
- more chkconfig: vs. LSB fixes (#149066)
Bill Nottingham e3c1ee
Bill Nottingham a7f6e7
* Thu Feb 10 2005 Bill Nottingham <notting@redhat.com> 1.3.16-1
Bill Nottingham a7f6e7
- prefer chkconfig: start/stop priorities in LSB mode unless
Bill Nottingham a7f6e7
  Required-Start/Stop are used
Bill Nottingham a7f6e7
Bill Nottingham 4443d5
* Mon Feb  7 2005 Bill Nottingham <notting@redhat.com> 1.3.15-1
Bill Nottingham 4443d5
- print usage when various invalid args are passed (#147393)
Bill Nottingham 4443d5
Bill Nottingham 1ce68f
* Wed Feb  2 2005 Bill Nottingham <notting@redhat.com> 1.3.14-1
Bill Nottingham 1ce68f
- resize reasonably with larger screens (#74156)
Bill Nottingham 1ce68f
- don't error out completely on bad symlink (#74324)
Bill Nottingham 1ce68f
- use ngettext (#106176)
Bill Nottingham 1ce68f
- error out on invalid start/stop values (#109858)
Bill Nottingham 1ce68f
- some man page updates
Bill Nottingham 1ce68f
- fix return code of chkconfig for xinetd services (#63123)
Bill Nottingham 1ce68f
- sort chkconfig --list display (#61576, <shishz@alum.rpi.edu>)
Bill Nottingham 1ce68f
Bill Nottingham 1ce68f
* Tue Jan 11 2005 Bill Nottingham <notting@redhat.com> 1.3.13-1
Bill Nottingham e3883d
- fix LSB comment parsing some more (#144739)
Bill Nottingham e3883d
Bill Nottingham df29b2
* Thu Oct 28 2004 Bill Nottingham <notting@redhat.com> 1.3.11.2-1
Bill Nottingham df29b2
- fix manpage reference (#137492)
Bill Nottingham df29b2
Bill Nottingham 79ce4a
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 1.3.11.1-1
Bill Nottingham 79ce4a
- rebuild with updated translations
cvsdist 4e5187
cvsdist dfe805
* Fri Jun  4 2004 Bill Nottingham <notting@redhat.com> 1.3.11-1
cvsdist dfe805
- fix LSB comment parsing (#85678)
cvsdist dfe805
cvsdist 8d9037
* Wed May 29 2004 Bill Nottingham <notting@redhat.com> 1.3.10-1
cvsdist 8d9037
- mark alternatives help output for translation (#110526)
cvsdist 5f9079
cvsdist 35529d
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 1.3.9-1
cvsdist 35529d
- update translations
cvsdist 35529d
cvsdist 35529d
* Mon Jul 28 2003 Bill Nottingham <notting@redhat.com> 1.3.8-4
cvsdist 35529d
- rebuild
cvsdist 35529d
cvsdist 35529d
* Tue May 13 2003 Dan Walsh <dwalsh@redhat.com> 1.3.8-3
cvsdist 35529d
- Update for RHEL
cvsdist 35529d
cvsdist 35529d
* Thu May 8 2003 Dan Walsh <dwalsh@redhat.com> 1.3.8-2
cvsdist 35529d
- Fix readXinetdServiceInfo to return error on not regular files
cvsdist 35529d
- Fix chkconfig to not write messages if readXinetdServiceInfo gets an error
cvsdist 35529d
cvsdist 4797f4
* Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 1.3.8-1
cvsdist 4797f4
- fix some wording in alternatives (#76213)
cvsdist 4797f4
- actually mark alternatives for translation
cvsdist 4797f4
cvsdist 4797f4
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 1.3.7-1
cvsdist 4797f4
- Link to libpopt in a multilib-safe fashion.
cvsdist 4797f4
cvsdist 4797f4
* Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.6-3
cvsdist 4797f4
- bump
cvsdist 4797f4
cvsdist 4797f4
* Thu Aug 15 2002 Bill Nottingham <notting@redhat.com> 1.3.6-2
cvsdist 4797f4
- rebuild against new newt
cvsdist 4797f4
cvsdist 4797f4
* Mon Aug 12 2002 Bill Nottingham <notting@redhat.com> 1.3.6-1
cvsdist 4797f4
- make on and off handle runlevel 2 too (#70766)
cvsdist 4797f4
cvsdist 4797f4
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.5-3
cvsdist 100859
- Update translations
cvsdist 100859
cvsdist 4797f4
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.5-2
cvsdist e68fd1
- Update translations
cvsdist e68fd1
cvsdist e68fd1
* Sun Apr  7 2002 Jeremy Katz <katzj@redhat.com> 1.3.5-1
cvsdist e68fd1
- alternatives: handle default with --config properly (#62009)
cvsdist e68fd1
cvsdist e68fd1
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 1.3.4-1
cvsdist e68fd1
- don't apply the dependency logic to things that already have
cvsdist e68fd1
  start/stop priorities
cvsdist e68fd1
- fix silly display bug in --config
cvsdist e68fd1
cvsdist e68fd1
* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 1.3.2-1
cvsdist e68fd1
- chkconfig: LSB support
cvsdist e68fd1
cvsdist e68fd1
* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com>
cvsdist e68fd1
- alternatives: handle initscripts too; --initscript command-line option
cvsdist e68fd1
- chkconfig/ntsysv (and serviceconf, indirectly): services with
cvsdist e68fd1
   *no* links in /etc/rc*.d are no longer displayed with --list, or
cvsdist e68fd1
   available for configuration except via chkconfig command-line options
cvsdist e68fd1
- alternatives: fix trying to enable disable a null service
cvsdist e68fd1
cvsdist e68fd1
* Tue Mar  5 2002 Bill Nottingham <notting@redhat.com>
cvsdist e68fd1
- alternatives: handle things with different numbers of slave links
cvsdist e68fd1
cvsdist e68fd1
* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com>
cvsdist e68fd1
- minor alternatives tweaks: don't install the same thing multiple times
cvsdist e68fd1
cvsdist e68fd1
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
cvsdist e68fd1
- actually, put the alternatives stuff back in /usr/sbin
cvsdist e68fd1
- ship /etc/alternatives dir
cvsdist e68fd1
- random alternatives fixes
cvsdist e68fd1
cvsdist e68fd1
* Sun Jan 27 2002 Erik Troan <ewt@redhat.com>
cvsdist e68fd1
- reimplemented update-alternatives as just alternatives
cvsdist e68fd1
cvsdist e68fd1
* Thu Jan 25 2002 Bill Nottingham <notting@redhat.com>
cvsdist e68fd1
- add in update-alternatives stuff (perl ATM)
cvsdist e68fd1
cvsdist 4797f4
* Mon Aug 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 652922
- Update translations
cvsdist 652922
cvsdist 08797c
* Tue Jun 12 2001 Bill Nottingham <notting@redhat.com>
cvsdist 08797c
- don't segfault on files that are exactly the length of a page size
cvsdist 08797c
  (#44199, <kmori@redhat.com>)
cvsdist 3162dd
cvsdist 0c58a5
* Sun Mar  4 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0c58a5
- don't show xinetd services in ntsysv if xinetd doesn't appear to be
cvsdist 0c58a5
  installed (#30565)
cvsdist 0c58a5
cvsdist 0c58a5
* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0c58a5
- final translation update.
cvsdist 0c58a5
cvsdist 0c58a5
* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0c58a5
- warn in ntsysv if not running as root.
cvsdist 0c58a5
cvsdist 0c58a5
* Fri Feb  2 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0c58a5
- use lang finder script
cvsdist 0c58a5
cvsdist 0c58a5
* Fri Feb  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0c58a5
- finally fix the bug Nalin keeps complaining about :)
cvsdist 0c58a5
cvsdist 0c58a5
* Wed Jan 24 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0c58a5
- final i18n update before Beta.
cvsdist 0c58a5
cvsdist 28ef45
* Wed Oct 18 2000 Bill Nottingham <notting@redhat.com>
cvsdist 28ef45
- ignore .rpmnew files (#18915)
cvsdist 28ef45
- fix typo in error message (#17575)
cvsdist 28ef45
cvsdist b1cd7c
* Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b1cd7c
- make xinetd config files mode 0644, not 644
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Aug 24 2000 Erik Troan <ewt@redhat.com>
cvsdist b1cd7c
- updated it and es translations
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Aug 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- get man pages in proper packages
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Aug 20 2000 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- new translations
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b1cd7c
- don't worry about extra whitespace on chkconfig: lines (#16150)
cvsdist b1cd7c
cvsdist 4797f4
* Wed Aug 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b1cd7c
- i18n merge
cvsdist b1cd7c
cvsdist b1cd7c
* Wed Jul 26 2000 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- new translations for de fr it es
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- change prereqs
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Jul 23 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- fix ntsysv's handling of xinetd/init files with the same name
cvsdist b1cd7c
cvsdist b1cd7c
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- fix segv when reading malformed files
cvsdist b1cd7c
cvsdist b1cd7c
* Wed Jul 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- put links, rc[0-6].d dirs back, those are necessary
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- add quick hack support for reading descriptions from xinetd files
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist b1cd7c
- don't own the /etc/rc[0-6].d symlinks; they're owned by initscripts
cvsdist b1cd7c
cvsdist b1cd7c
* Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- move back to old file layout
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Jul 13 2000 Preston Brown <pbrown@redhat.com>
cvsdist b1cd7c
- bump copyright date
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
Bill Nottingham 9889a9
- no %%pre today. Maybe tomorrow.
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
Bill Nottingham 9889a9
- put initscripts %%pre here too
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- oops, if we don't prereq initscripts, we *need* to own /etc/rc[0-6].d
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Jul  2 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- add xinetd support
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Jun 27 2000 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- changed Prereq: initscripts >= 5.18 to Conflicts: initscripts < 5.18
cvsdist b1cd7c
- fixed sumary and description where a global string replace nuked them
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- what Bill said, but actually build this version
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- don't own /etc/rc.*
cvsdist b1cd7c
cvsdist b1cd7c
* Fri Feb 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- typo in man page
cvsdist b1cd7c
cvsdist b1cd7c
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist b1cd7c
- fix description
cvsdist b1cd7c
cvsdist b1cd7c
* Wed Jan 12 2000 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- link chkconfig statically against popt
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- fix querying alternate levels
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
cvsdist b1cd7c
- don't use strchr to skip unwanted files, look at extension instead (#4166).
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Aug  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- fix --help, --verson
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Aug  2 1999 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- rebuilt ntsysv against newt 0.50
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Aug  2 1999 Jeff Johnson <jbj@redhat.com>
cvsdist b1cd7c
- fix i18n problem in usage message (#4233).
cvsdist b1cd7c
- add --help and --version.
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Apr 19 1999 Cristian Gafton <gafton@redhat.com>
cvsdist b1cd7c
- release for Red Hat 6.0
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Apr  8 1999 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- added support for a "hide: true" tag in initscripts that will make
cvsdist b1cd7c
  services not appear in ntsysv when run with the "--hide" flag
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Apr  1 1999 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- added --hide flag for ntsysv that allows you to hide a service from the
cvsdist b1cd7c
  user.
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- fix glob, once and for all. Really. We mean it.
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- revert fix for services@levels, it's broken
cvsdist b1cd7c
- change default to only edit the current runlevel
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- don't remove scripts that don't support chkconfig
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Mar 09 1999 Erik Troan <ewt@redhat.com>
cvsdist b1cd7c
- made glob a bit more specific so xinetd and inetd don't cause improper matches
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Feb 18 1999 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- removed debugging output when starting ntsysv
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Feb 18 1999 Preston Brown <pbrown@redhat.com>
cvsdist b1cd7c
- fixed globbing error
cvsdist b1cd7c
- fixed ntsysv running services not at their specified levels.
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Feb 16 1999 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- print the value of errno on glob failures.
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Jan 10 1999 Matt Wilson <msw@redhat.com>
cvsdist b1cd7c
- rebuilt for newt 0.40 (ntsysv)
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Dec 15 1998 Jeff Johnson <jbj@redhat.com>
cvsdist b1cd7c
- add ru.po.
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
cvsdist b1cd7c
- build for Raw Hide (slang-1.2.2)
cvsdist b1cd7c
cvsdist b1cd7c
* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
cvsdist b1cd7c
- translation updates
cvsdist b1cd7c
cvsdist b1cd7c
* Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
cvsdist b1cd7c
- updated czech translation (and use cs instead of cz)
cvsdist b1cd7c
cvsdist b1cd7c
* Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
cvsdist b1cd7c
- added pt_BR translations
cvsdist b1cd7c
- added more translatable strings
cvsdist b1cd7c
- support for i18n init.d scripts description
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
cvsdist b1cd7c
- built against newt 0.30
cvsdist b1cd7c
- split ntsysv into a separate package
cvsdist b1cd7c
cvsdist b1cd7c
* Thu May 07 1998 Erik Troan <ewt@redhat.com>
cvsdist b1cd7c
- added numerous translations
cvsdist b1cd7c
cvsdist b1cd7c
* Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
cvsdist b1cd7c
- added i18n support
cvsdist b1cd7c
cvsdist b1cd7c
* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
cvsdist b1cd7c
- added --back