Blame SPECS/chkconfig.spec

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