Blame SPECS/chkconfig.spec

1d3932
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
1d3932
Name: chkconfig
1d3932
Version: 1.13
1d3932
Release: 2%{?dist}
1d3932
License: GPLv2
1d3932
Group: System Environment/Base
1d3932
URL: https://github.com/fedora-sysv/chkconfig
1d3932
Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1d3932
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1d3932
BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc
1d3932
Conflicts: initscripts <= 5.30-1
1d3932
Provides: alternatives = %{version}-%{release}
1d3932
1d3932
%description
1d3932
Chkconfig is a basic system utility.  It updates and queries runlevel
1d3932
information for system services.  Chkconfig manipulates the numerous
1d3932
symbolic links in /etc/rc.d, to relieve system administrators of some 
1d3932
of the drudgery of manually editing the symbolic links.
1d3932
1d3932
%package -n ntsysv
1d3932
Summary: A tool to set the stop/start of system services in a runlevel
1d3932
Group: System Environment/Base
1d3932
Requires: chkconfig = %{version}-%{release}
1d3932
1d3932
%description -n ntsysv
1d3932
Ntsysv provides a simple interface for setting which system services
1d3932
are started or stopped in various runlevels (instead of directly
1d3932
manipulating the numerous symbolic links in /etc/rc.d). Unless you
1d3932
specify a runlevel or runlevels on the command line (see the man
1d3932
page), ntsysv configures the current runlevel (5 if you're using X).
1d3932
1d3932
%prep
1d3932
%setup -q
1d3932
1d3932
%build
1d3932
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{?_smp_mflags}
1d3932
1d3932
%check
1d3932
make check
1d3932
1d3932
%install
1d3932
rm -rf $RPM_BUILD_ROOT
1d3932
make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} SBINDIR=%{_sbindir} install
1d3932
1d3932
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
1d3932
ln -s rc.d/init.d $RPM_BUILD_ROOT/etc/init.d
1d3932
for n in 0 1 2 3 4 5 6; do
1d3932
    mkdir -p $RPM_BUILD_ROOT/etc/rc.d/rc${n}.d
1d3932
    ln -s rc.d/rc${n}.d $RPM_BUILD_ROOT/etc/rc${n}.d
1d3932
done
1d3932
mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
1d3932
1d3932
%find_lang %{name}
1d3932
1d3932
%clean
1d3932
rm -rf $RPM_BUILD_ROOT
1d3932
1d3932
%files -f %{name}.lang
1d3932
%defattr(-,root,root)
1d3932
%{!?_licensedir:%global license %%doc}
1d3932
%license COPYING
1d3932
%dir /etc/alternatives
1d3932
/sbin/chkconfig
1d3932
%{_sbindir}/update-alternatives
1d3932
%{_sbindir}/alternatives
1d3932
/etc/chkconfig.d
1d3932
/etc/init.d
1d3932
/etc/rc.d
1d3932
/etc/rc.d/init.d
1d3932
/etc/rc[0-6].d
1d3932
/etc/rc.d/rc[0-6].d
1d3932
%dir /var/lib/alternatives
1d3932
%{_mandir}/*/chkconfig*
1d3932
%{_mandir}/*/update-alternatives*
1d3932
%{_mandir}/*/alternatives*
1d3932
%{_prefix}/lib/systemd/systemd-sysv-install
1d3932
1d3932
%files -n ntsysv
1d3932
%defattr(-,root,root)
1d3932
%{_sbindir}/ntsysv
1d3932
%{_mandir}/*/ntsysv.8*
1d3932
1d3932
%changelog
1d3932
* Fri Apr 17 2020 Jan Macku <jamacku@redhat.com> - 1.13-2
1d3932
- Package onboarded to gating
1d3932
1d3932
* Tue Apr 14 2020 Jan Macku <jamacku@redhat.com> - 1.13-1
1d3932
- fix typo in translations and fix bogus dates in changelog
1d3932
1d3932
* Mon Apr 06 2020 Jan Macku <jamacku@redhat.com> - 1.12-1
1d3932
- alternatives setService(): Add missing error mesg - (#1820089)
1d3932
- po: update translations
1d3932
- rebase
1d3932
1d3932
* Mon Sep 10 2018 Lukas Nykryn <lnykryn@redhat.com> - 1.11-1
1d3932
- Add tests for --add/remove-slave and use beakerlib
1d3932
- alternatives: add-slave and remove-slave
1d3932
- leveldb: don't crash on long names
1d3932
- alternatives: prettier --list output
1d3932
1d3932
* Fri Apr 21 2017 Lukáš Nykrýn <lnykryn@redhat.com> - 1.10-1
1d3932
- Introduce --remove-all option
1d3932
- po: update translations
1d3932
1d3932
* Fri Feb 24 2017 Lukáš Nykrýn <lnykryn@redhat.com> - 1.9-1
1d3932
- move sources to github
1d3932
1d3932
* Wed Jun 29 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 1.8-1
1d3932
- alternatives: introduce --keep-missing
1d3932
- alternatives: allow family in --set and display it in --config
1d3932
- chkconfig: use isXinetdEnabled instead of isOn
1d3932
- leveldb: trim leading whitespaces from systemctl
1d3932
- leveldb: suppress error messages when selinux is turned off
1d3932
- alternatives: always recreate symlinks when the alternative is updated
1d3932
- test-alternatives: basic tests for slave links
1d3932
- chkconfig: resetpriorities should work on all runlevels
1d3932
1d3932
* Tue Nov 24 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.7-1
1d3932
- leveldb: fix segfault when selinux policy is not present
1d3932
- alternatives: add family option
1d3932
1d3932
* Fri Oct 02 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.6-1
1d3932
- systemd-sysv-install: don't play ping-pong with systemctl
1d3932
- ntsysv: add description to systemd services
1d3932
- ntsysv: skip templates
1d3932
- Makefile: fix typo
1d3932
1d3932
* Mon Jun 01 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.5-1
1d3932
- add systemd-sysv-install alias
1d3932
- don't create symlinks if they already exist
1d3932
- fix wrongly behaving LDFLAGS
1d3932
1d3932
* Thu Mar 26 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.4-1
1d3932
- ntsysv: show systemd services and sockets
1d3932
- fix combination --type xinetd --list service
1d3932
- leveldb: restore selinux context for xinetd conf files
1d3932
- alternatives: remove unused variable
1d3932
- alternatives: warn if the target is not a symlink
1d3932
- spec: add link to git
1d3932
- lets simplify version
1d3932
1d3932
* Wed Nov 05 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.63-1
1d3932
- alternatives: during install don't call preset on enabled services
1d3932
1d3932
* Tue Aug 12 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.62-1
1d3932
- use systemctl preset, not systemctl enable
1d3932
- fix typo in manpage
1d3932
- partly support socket activated services
1d3932
1d3932
* Wed Jul 31 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.61-1
1d3932
- try to make install_initd work
1d3932
- fix permission issues with xinetd services
1d3932
1d3932
* Tue Mar 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.60-1
1d3932
- don't completely override LDFLAGS
1d3932
- pass along any rpm-configured LD flags
1d3932
- make sure install_initd/remove_initd provides appropriate help output for those commands (#803818)
1d3932
- check for overridden services in /etc too (#850899)
1d3932
- chconfig should own /etc/rc.d (#894328)
1d3932
- isXinetdEnabled should also ask systemd (#820363)
1d3932
- alternatives: look for service file also in /etc
1d3932
- alternatives: add --list option (#622635)
1d3932
- chkconfig: add hint to call systemctl list-unit-files and list-dependencies (#800334)
1d3932
- chkconfig: correctly handle unreadable init.d (#913807)
1d3932
- alternatives: call systemctl enable with --force (#915667)
1d3932
1d3932
* Wed Mar  7 2012 Bill Nottingham <notting@redhat.com> 1.3.59-1
1d3932
- translation updates
1d3932
- xinetd may be a systemd service. Make sure we can still reload it (#800490)
1d3932
1d3932
* Fri Feb 10 2012 Bill Nottingham <notting@redhat.com> 1.3.58-1
1d3932
- fix forwarding to systemctl with systemd >= 41 (#789256)
1d3932
- assorted regression fixes from 1.3.57 (#782152, etc.)
1d3932
1d3932
* Wed Jan 04 2012 Bill Nottingham <notting@redhat.com> 1.3.57-1
1d3932
- assorted cleanups to LSB dependency support (#693202 fixed properly, #701573)
1d3932
- fix kill values for LSB-only scripts (#696305, <jbastian@redhat.com>)
1d3932
- don't apply start deps for services that aren't starting anywhere (#750446)
1d3932
1d3932
* Tue Oct 11 2011 Bill Nottingham <notting@redhat.com> 1.3.56-1
1d3932
- add the systemd warning when no arguments are passed (<harald@redhat.com>)
1d3932
1d3932
* Wed Aug 31 2011 Bill Nottingham <notting@redhat.com> 1.3.55-1
1d3932
- update translations (#734631)
1d3932
1d3932
* Tue Jul 19 2011 Bill Nottingham <notting@redhat.com> 1.3.54-1
1d3932
- alternatives: fix --initscript systemd support (#714830)
1d3932
- revert forwarding of 'chkconfig --del' to 'systemctl disable'
1d3932
1d3932
* Fri Jul 15 2011 Bill Nottingham <notting@redhat.com> 1.3.53-1
1d3932
- ntsysv: change the default to configure runlevels 2/3/4/5 (#709254)
1d3932
- alternatives: check whether the --initscript param is a systemd service, act appropriately (#714830)
1d3932
- forward chkconfig --del to systemctl disable where necessary
1d3932
1d3932
* Wed Apr 27 2011 Bill Nottingham <notting@redhat.com> 1.3.52-1
1d3932
- set state before frobbing dependencies (#693202)
1d3932
- ntsysv: don't list or configure service overridden by systemd (#691224)
1d3932
- chkconfig: don't show services overridden by systemd in --list (#693504, #693500)
1d3932
- don't forward to systemd if it's not installed (<arvidjaar@gmail.com>)
1d3932
- update translations
1d3932
1d3932
* Wed Mar 09 2011 Bill Nottingham <notting@redhat.com> 1.3.51-1
1d3932
- further fixes to systemctl integration (<lennart@poettering.net>, <arvidjaar@gmail.com>)
1d3932
1d3932
* Wed Feb 16 2011 Bill Nottingham <notting@redhat.com> 1.3.50-1
1d3932
- forward actions to systemctl when necessary (<lennart@poettering.net>)
1d3932
- assorted translation updates
1d3932
1d3932
* Tue Nov  9 2010 Bill Nottingham <notting@redhat.com> 1.3.49-1
1d3932
- fix abort on free of uninitialized data. (#649227)
1d3932
1d3932
* Wed Oct 27 2010 Bill Nottingham <notting@redhat.com> 1.3.48-1
1d3932
- fix install_initd invocation for services that require $local_fs (#632294)
1d3932
1d3932
* Tue Aug 10 2010 Bill Nottingham <notting@redhat.com> 1.3.47-1
1d3932
- Fix regression introduced in 1.3.45 (#622799)
1d3932
1d3932
* Wed May 05 2010 Bill Nottingham <notting@redhat.com> 1.3.46-1
1d3932
- translation updates: hu, kn, ko (#589187)
1d3932
1d3932
* Thu Mar 04 2010 Bill Nottingham <notting@redhat.com> 1.3.45-1
1d3932
- add support for Should-Start, Should-Stop (#98470, <iarnell@gmail.com>)
1d3932
- ntsysv: don't drop initscripts with '.' in the name (#556751)
1d3932
- translation updates: el, id
1d3932
1d3932
* Tue Sep 29 2009 Bill Nottingham <notting@redhat.com> 1.3.44-1
1d3932
- alternatives: update symlinks if they exist on installation (#104940)
1d3932
- alternatives: clarify error messages with more context (#441443)
1d3932
- alternatives: fix removal of manual links (#525021, <dtardon@redhat.com>)
1d3932
- translation updates: ml, mr, pl, ta, uk
1d3932
1d3932
* Mon Sep 14 2009 Bill Nottingham <notting@redhat.com> 1.3.43-1
1d3932
- ntsysv man page tweak (#516599)
1d3932
- another minor LSB tweak (#474223)
1d3932
- translation updates
1d3932
1d3932
* Fri Mar  6 2009 Bill Nottingham <notting@redhat.com> 1.3.42-1
1d3932
- further LSB fixes (#474223)
1d3932
- throw errors on various malformed init scripts (#481198)
1d3932
- man page updates re: LSB (#487979)
1d3932
- translation updates: mai, gu, pt_BR, ro, ca, pa, sr, fr, hu
1d3932
1d3932
* Tue Jan 20 2009 Bill Nottingham <notting@redhat.com> 1.3.41-1
1d3932
- restore return code & error on unconfigured services (#480805)
1d3932
1d3932
* Fri Dec  5 2008 Bill Nottingham <notting@redhat.com> 1.3.40-1
1d3932
- fix some overflows. (#176944)
1d3932
- add --type parameter to specify either xinetd or sysv services.
1d3932
  (#467863, <mschmidt@redhat.com>
1d3932
- do a permissions check before add/remove/on/off/resetpriorities. (#450254)
1d3932
- parse Short-Description correctly (#441813, <peter_e@gmx.net>)
1d3932
1d3932
* Thu Dec  4 2008 Bill Nottingham <notting@redhat.com> 1.3.39-1
1d3932
- fail if dependencies fail on add/remove in LSB mode (#474223)
1d3932
1d3932
* Wed Oct 29 2008 Bill Nottingham <notting@redhat.com> 1.3.38-1
1d3932
- Fix runlevel list in man page (#466739)
1d3932
- translation updates
1d3932
1d3932
* Thu Nov  8 2007 Bill Nottingham <notting@redhat.com> 1.3.37-1
1d3932
- make no options do --list (#290241, #176184)
1d3932
- sr@Latn -> sr@latin
1d3932
1d3932
* Tue Sep 25 2007 Bill Nottingham <notting@redhat.com> 1.3.36-1
1d3932
- buildreq popt-devel, link it dynamically (#279531)
1d3932
- translation updates: kn, ko, mr, ro
1d3932
1d3932
* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com> 1.3.35-1
1d3932
- clarify licensing
1d3932
1d3932
* Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> 1.3.34-1
1d3932
- translation updates: as, bg, bn_IN, bs, ca, de, fr, hi, hu, id, ja,
1d3932
  ka, ml, ms, nb, or, sk, sl
1d3932
- add resetpriorities to the man page (#197399)
1d3932
  
1d3932
* Tue Feb  6 2007 Bill Nottingham <notting@redhat.com> 1.3.33-1
1d3932
- various changes from review - support alternate %%{_sbindir}, fix
1d3932
  summaries, add version to requires, assorted other bits
1d3932
1d3932
* Fri Feb  2 2007 Bill Nottingham <notting@redhat.com> 1.3.32-1
1d3932
- support overriding various defaults via /etc/chkconfig.d (<johnsonm@rpath.com>)
1d3932
1d3932
* Thu Feb  1 2007 Bill Nottingham <notting@redhat.com> 1.3.31-1
1d3932
- fix man page (#220558, <esr@thyrus.com>)
1d3932
- add some more verbiage in alternatives man page (#221089)
1d3932
- don't print usage message on a nonexstent service (#226804)
1d3932
1d3932
* Fri Dec  1 2006 Bill Nottingham <notting@redhat.com> 1.3.30.1-1
1d3932
- translation updates: as, ka, lv, ml, te (#216617)
1d3932
1d3932
* Thu Sep  7 2006 Bill Nottingham <notting@redhat.com> 1.3.30-1
1d3932
- license cleanup
1d3932
1d3932
* Fri Feb 24 2006 Bill Nottingham <notting@redhat.com> 1.3.29-1
1d3932
- fix accidental enabling of services on --add (#182729)
1d3932
1d3932
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 1.3.27-1
1d3932
- translation updates
1d3932
1d3932
* Thu Feb  2 2006 Bill Nottingham <notting@redhat.com> 1.3.26-1
1d3932
- add support for resetting priorities without on/off status (#178864)
1d3932
1d3932
* Wed Nov 30 2005 Bill Nottingham <notting@redhat.com> 1.3.25-1
1d3932
- return an error if changing services fails (#150235)
1d3932
1d3932
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com> 1.3.24-1
1d3932
- when removing alternatives links, check to make sure they're
1d3932
  actually links (#173685)
1d3932
1d3932
* Fri Nov 11 2005 Bill Nottingham <notting@redhat.com> 1.3.23-1
1d3932
- fix ntsysv (#172996)
1d3932
1d3932
* Wed Nov  9 2005 Bill Nottingham <notting@redhat.com>
1d3932
- fix doSetService call in frobOneDependencies
1d3932
1d3932
* Tue Nov  8 2005 Bill Nottingham <notting@redhat.com>
1d3932
- for LSB scripts, use any chkconfig: priorities as a basis,
1d3932
  instead of 50/50 (#172599)
1d3932
- fix LSB script dependency setting when no chkconfig: line
1d3932
  is present (#161870, <jean-francois.larvoire@hp.com>)
1d3932
- fix LSB script dependency setting when one of Required-Stop
1d3932
  or Required-Start: is missing (#168457)
1d3932
1d3932
* Fri Oct  7 2005 Bill Nottingham <notting@redhat.com>
1d3932
- fix segfault on directories in /etc/xinetd.d (#166385)
1d3932
- don't needlessly rewrite xinetd files (#81008)
1d3932
1d3932
* Thu May  5 2005 Bill Nottingham <notting@redhat.com> 1.3.20-1
1d3932
- fix deletion of orphaned slave links (#131496, <mitr@redhat.com>)
1d3932
1d3932
* Fri Apr 29 2005 Bill Nottingham <notting@redhat.com> 1.3.19-1
1d3932
- build with updated translations
1d3932
1d3932
* Thu Mar  3 2005 Bill Nottingham <notting@redhat.com> 1.3.18-1
1d3932
- actually return an error code if changing a service info fails
1d3932
1d3932
* Tue Feb 22 2005 Bill Nottingham <notting@redhat.com> 1.3.17-1
1d3932
- more chkconfig: vs. LSB fixes (#149066)
1d3932
1d3932
* Thu Feb 10 2005 Bill Nottingham <notting@redhat.com> 1.3.16-1
1d3932
- prefer chkconfig: start/stop priorities in LSB mode unless
1d3932
  Required-Start/Stop are used
1d3932
1d3932
* Mon Feb  7 2005 Bill Nottingham <notting@redhat.com> 1.3.15-1
1d3932
- print usage when various invalid args are passed (#147393)
1d3932
1d3932
* Wed Feb  2 2005 Bill Nottingham <notting@redhat.com> 1.3.14-1
1d3932
- resize reasonably with larger screens (#74156)
1d3932
- don't error out completely on bad symlink (#74324)
1d3932
- use ngettext (#106176)
1d3932
- error out on invalid start/stop values (#109858)
1d3932
- some man page updates
1d3932
- fix return code of chkconfig for xinetd services (#63123)
1d3932
- sort chkconfig --list display (#61576, <shishz@alum.rpi.edu>)
1d3932
1d3932
* Tue Jan 11 2005 Bill Nottingham <notting@redhat.com> 1.3.13-1
1d3932
- fix LSB comment parsing some more (#144739)
1d3932
1d3932
* Thu Oct 28 2004 Bill Nottingham <notting@redhat.com> 1.3.11.2-1
1d3932
- fix manpage reference (#137492)
1d3932
1d3932
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 1.3.11.1-1
1d3932
- rebuild with updated translations
1d3932
1d3932
* Fri Jun  4 2004 Bill Nottingham <notting@redhat.com> 1.3.11-1
1d3932
- fix LSB comment parsing (#85678)
1d3932
1d3932
* Sat May 29 2004 Bill Nottingham <notting@redhat.com> 1.3.10-1
1d3932
- mark alternatives help output for translation (#110526)
1d3932
1d3932
* Wed Oct 22 2003 Bill Nottingham <notting@redhat.com> 1.3.9-1
1d3932
- update translations
1d3932
1d3932
* Mon Jul 28 2003 Bill Nottingham <notting@redhat.com> 1.3.8-4
1d3932
- rebuild
1d3932
1d3932
* Tue May 13 2003 Dan Walsh <dwalsh@redhat.com> 1.3.8-3
1d3932
- Update for RHEL
1d3932
1d3932
* Thu May 8 2003 Dan Walsh <dwalsh@redhat.com> 1.3.8-2
1d3932
- Fix readXinetdServiceInfo to return error on not regular files
1d3932
- Fix chkconfig to not write messages if readXinetdServiceInfo gets an error
1d3932
1d3932
* Fri Jan 31 2003 Bill Nottingham <notting@redhat.com> 1.3.8-1
1d3932
- fix some wording in alternatives (#76213)
1d3932
- actually mark alternatives for translation
1d3932
1d3932
* Thu Dec 12 2002 Elliot Lee <sopwith@redhat.com> 1.3.7-1
1d3932
- Link to libpopt in a multilib-safe fashion.
1d3932
1d3932
* Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.6-3
1d3932
- bump
1d3932
1d3932
* Thu Aug 15 2002 Bill Nottingham <notting@redhat.com> 1.3.6-2
1d3932
- rebuild against new newt
1d3932
1d3932
* Mon Aug 12 2002 Bill Nottingham <notting@redhat.com> 1.3.6-1
1d3932
- make on and off handle runlevel 2 too (#70766)
1d3932
1d3932
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.5-3
1d3932
- Update translations
1d3932
1d3932
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.3.5-2
1d3932
- Update translations
1d3932
1d3932
* Sun Apr  7 2002 Jeremy Katz <katzj@redhat.com> 1.3.5-1
1d3932
- alternatives: handle default with --config properly (#62009)
1d3932
1d3932
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 1.3.4-1
1d3932
- don't apply the dependency logic to things that already have
1d3932
  start/stop priorities
1d3932
- fix silly display bug in --config
1d3932
1d3932
* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 1.3.2-1
1d3932
- chkconfig: LSB support
1d3932
1d3932
* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com>
1d3932
- alternatives: handle initscripts too; --initscript command-line option
1d3932
- chkconfig/ntsysv (and serviceconf, indirectly): services with
1d3932
   *no* links in /etc/rc*.d are no longer displayed with --list, or
1d3932
   available for configuration except via chkconfig command-line options
1d3932
- alternatives: fix trying to enable disable a null service
1d3932
1d3932
* Tue Mar  5 2002 Bill Nottingham <notting@redhat.com>
1d3932
- alternatives: handle things with different numbers of slave links
1d3932
1d3932
* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com>
1d3932
- minor alternatives tweaks: don't install the same thing multiple times
1d3932
1d3932
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com>
1d3932
- actually, put the alternatives stuff back in /usr/sbin
1d3932
- ship /etc/alternatives dir
1d3932
- random alternatives fixes
1d3932
1d3932
* Sun Jan 27 2002 Erik Troan <ewt@redhat.com>
1d3932
- reimplemented update-alternatives as just alternatives
1d3932
1d3932
* Fri Jan 25 2002 Bill Nottingham <notting@redhat.com>
1d3932
- add in update-alternatives stuff (perl ATM)
1d3932
1d3932
* Mon Aug 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
1d3932
- Update translations
1d3932
1d3932
* Tue Jun 12 2001 Bill Nottingham <notting@redhat.com>
1d3932
- don't segfault on files that are exactly the length of a page size
1d3932
  (#44199, <kmori@redhat.com>)
1d3932
1d3932
* Sun Mar  4 2001 Bill Nottingham <notting@redhat.com>
1d3932
- don't show xinetd services in ntsysv if xinetd doesn't appear to be
1d3932
  installed (#30565)
1d3932
1d3932
* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
1d3932
- final translation update.
1d3932
1d3932
* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
1d3932
- warn in ntsysv if not running as root.
1d3932
1d3932
* Fri Feb  2 2001 Preston Brown <pbrown@redhat.com>
1d3932
- use lang finder script
1d3932
1d3932
* Fri Feb  2 2001 Bill Nottingham <notting@redhat.com>
1d3932
- finally fix the bug Nalin keeps complaining about :)
1d3932
1d3932
* Wed Jan 24 2001 Preston Brown <pbrown@redhat.com>
1d3932
- final i18n update before Beta.
1d3932
1d3932
* Wed Oct 18 2000 Bill Nottingham <notting@redhat.com>
1d3932
- ignore .rpmnew files (#18915)
1d3932
- fix typo in error message (#17575)
1d3932
1d3932
* Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
1d3932
- make xinetd config files mode 0644, not 644
1d3932
1d3932
* Thu Aug 24 2000 Erik Troan <ewt@redhat.com>
1d3932
- updated it and es translations
1d3932
1d3932
* Sun Aug 20 2000 Bill Nottingham <notting@redhat.com>
1d3932
- get man pages in proper packages
1d3932
1d3932
* Sun Aug 20 2000 Matt Wilson <msw@redhat.com>
1d3932
- new translations
1d3932
1d3932
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
1d3932
- don't worry about extra whitespace on chkconfig: lines (#16150)
1d3932
1d3932
* Thu Aug 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
1d3932
- i18n merge
1d3932
1d3932
* Wed Jul 26 2000 Matt Wilson <msw@redhat.com>
1d3932
- new translations for de fr it es
1d3932
1d3932
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
1d3932
- change prereqs
1d3932
1d3932
* Sun Jul 23 2000 Bill Nottingham <notting@redhat.com>
1d3932
- fix ntsysv's handling of xinetd/init files with the same name
1d3932
1d3932
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
1d3932
- fix segv when reading malformed files
1d3932
1d3932
* Wed Jul 19 2000 Bill Nottingham <notting@redhat.com>
1d3932
- put links, rc[0-6].d dirs back, those are necessary
1d3932
1d3932
* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
1d3932
- add quick hack support for reading descriptions from xinetd files
1d3932
1d3932
* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1d3932
- don't own the /etc/rc[0-6].d symlinks; they're owned by initscripts
1d3932
1d3932
* Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
1d3932
- move back to old file layout
1d3932
1d3932
* Thu Jul 13 2000 Preston Brown <pbrown@redhat.com>
1d3932
- bump copyright date
1d3932
1d3932
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
1d3932
- no %%pre today. Maybe tomorrow.
1d3932
1d3932
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
1d3932
- put initscripts %%pre here too
1d3932
1d3932
* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
1d3932
- oops, if we don't prereq initscripts, we *need* to own /etc/rc[0-6].d
1d3932
1d3932
* Sun Jul  2 2000 Bill Nottingham <notting@redhat.com>
1d3932
- add xinetd support
1d3932
1d3932
* Tue Jun 27 2000 Matt Wilson <msw@redhat.com>
1d3932
- changed Prereq: initscripts >= 5.18 to Conflicts: initscripts < 5.18
1d3932
- fixed sumary and description where a global string replace nuked them
1d3932
1d3932
* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
1d3932
- what Bill said, but actually build this version
1d3932
1d3932
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
1d3932
- don't own /etc/rc.*
1d3932
1d3932
* Fri Feb 11 2000 Bill Nottingham <notting@redhat.com>
1d3932
- typo in man page
1d3932
1d3932
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
1d3932
- fix description
1d3932
1d3932
* Wed Jan 12 2000 Bill Nottingham <notting@redhat.com>
1d3932
- link chkconfig statically against popt
1d3932
1d3932
* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
1d3932
- fix querying alternate levels
1d3932
1d3932
* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
1d3932
- don't use strchr to skip unwanted files, look at extension instead (#4166).
1d3932
1d3932
* Thu Aug  5 1999 Bill Nottingham <notting@redhat.com>
1d3932
- fix --help, --verson
1d3932
1d3932
* Mon Aug  2 1999 Matt Wilson <msw@redhat.com>
1d3932
- rebuilt ntsysv against newt 0.50
1d3932
1d3932
* Mon Aug  2 1999 Jeff Johnson <jbj@redhat.com>
1d3932
- fix i18n problem in usage message (#4233).
1d3932
- add --help and --version.
1d3932
1d3932
* Mon Apr 19 1999 Cristian Gafton <gafton@redhat.com>
1d3932
- release for Red Hat 6.0
1d3932
1d3932
* Thu Apr  8 1999 Matt Wilson <msw@redhat.com>
1d3932
- added support for a "hide: true" tag in initscripts that will make
1d3932
  services not appear in ntsysv when run with the "--hide" flag
1d3932
1d3932
* Thu Apr  1 1999 Matt Wilson <msw@redhat.com>
1d3932
- added --hide flag for ntsysv that allows you to hide a service from the
1d3932
  user.
1d3932
1d3932
* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
1d3932
- fix glob, once and for all. Really. We mean it.
1d3932
1d3932
* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
1d3932
- revert fix for services@levels, it's broken
1d3932
- change default to only edit the current runlevel
1d3932
1d3932
* Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
1d3932
- don't remove scripts that don't support chkconfig
1d3932
1d3932
* Tue Mar 09 1999 Erik Troan <ewt@redhat.com>
1d3932
- made glob a bit more specific so xinetd and inetd don't cause improper matches
1d3932
1d3932
* Thu Feb 18 1999 Matt Wilson <msw@redhat.com>
1d3932
- removed debugging output when starting ntsysv
1d3932
1d3932
* Thu Feb 18 1999 Preston Brown <pbrown@redhat.com>
1d3932
- fixed globbing error
1d3932
- fixed ntsysv running services not at their specified levels.
1d3932
1d3932
* Tue Feb 16 1999 Matt Wilson <msw@redhat.com>
1d3932
- print the value of errno on glob failures.
1d3932
1d3932
* Sun Jan 10 1999 Matt Wilson <msw@redhat.com>
1d3932
- rebuilt for newt 0.40 (ntsysv)
1d3932
1d3932
* Tue Dec 15 1998 Jeff Johnson <jbj@redhat.com>
1d3932
- add ru.po.
1d3932
1d3932
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
1d3932
- build for Raw Hide (slang-1.2.2)
1d3932
1d3932
* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
1d3932
- translation updates
1d3932
1d3932
* Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
1d3932
- updated czech translation (and use cs instead of cz)
1d3932
1d3932
* Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
1d3932
- added pt_BR translations
1d3932
- added more translatable strings
1d3932
- support for i18n init.d scripts description
1d3932
1d3932
* Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
1d3932
- built against newt 0.30
1d3932
- split ntsysv into a separate package
1d3932
1d3932
* Thu May 07 1998 Erik Troan <ewt@redhat.com>
1d3932
- added numerous translations
1d3932
1d3932
* Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
1d3932
- added i18n support
1d3932
1d3932
* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
1d3932
- added --back