Blame SPECS/chkconfig.spec

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