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