Changelog for
insserv-1.12.0-25.3.x86_64.rpm :
Mon Mar 9 13:00:00 2009 wernerAATTsuse.de
- Add service in .depend.start even if $all only is used (bnc#481182)
Mon Feb 23 13:00:00 2009 wernerAATTsuse.de
- Allow overriding level on the command line (bnc#470654)
Thu Feb 12 13:00:00 2009 wernerAATTsuse.de
- Do not be fooled by inexistent /proc, this may fix bnc#474411
Thu Oct 9 14:00:00 2008 wernerAATTsuse.de
- Don\'t do this as network-remotefs depends on $network and
$remote_fs ... it\'s better to fix the network-remotefs not
to shutdown the network if no NetwokManger is running.
Thu Oct 2 14:00:00 2008 dmuellerAATTsuse.de
- fix dependencies of remote_fs
Fri Sep 12 14:00:00 2008 wernerAATTsuse.de
- Don\'t be fooled by broken symlinks (Patch from Kel Modderman)
Thu Sep 11 14:00:00 2008 wernerAATTsuse.de
- Load first script in argument list before all other scripts. This
avoids problems with loading scripts in underterministic sequence
returned by readdir(3) (Patch from Kel Modderman)
Tue Aug 12 14:00:00 2008 wernerAATTsuse.de
- Mention the $null facility
Tue Jul 29 14:00:00 2008 wernerAATTsuse.de
- Resolve server minor problems on openSUSE and Debian
* Handle the runlevel bit for system boot in lvl2str()
* Handle dependencies on several script on command line
* Let link scheme overwrite empty default start/stop tags
Wed Jul 2 14:00:00 2008 wernerAATTsuse.de
- Use prefetch from kernels code for lists
- Make start/stop requirements link to the services its self
- Make -pedantic work
- Be sure that the code is optimized
Wed Jun 25 14:00:00 2008 wernerAATTsuse.de
- Handle provides and service lists in parallel, this should
reduce the double efforts.
- Calculate start oder and stop order separately
- Sort targets in the makefile accordingly to their order
Wed Jun 18 14:00:00 2008 wernerAATTsuse.de
- Clean out several provides of one specific script, add therefore
an alias list to the first provide. This makes less work load on
following the full dependcy trees.
- Use aligned memory allocation to avoid memory fragmentation
- Use reference counts to be able to free not needed memory
- Be able to follow not only the start but also the stop dependcies
Wed Jun 11 14:00:00 2008 wernerAATTsuse.de
- Make kbd interactive to avoid race during tty resize (bnc#259577)
Wed Jun 4 14:00:00 2008 wernerAATTsuse.de
- Scan service links even for non LSB scripts (bnc#391014)
Wed May 28 14:00:00 2008 dmuellerAATTsuse.de
- really remove last reference to boot.setclock (bnc#384254)
Tue May 20 14:00:00 2008 wernerAATTsuse.de
- Remove last occurence of boot.setclock (bnc#384254)
Thu May 15 14:00:00 2008 wernerAATTsuse.de
- Also ignore temporary (mostly?) errors if executed within an rpm
scriptlet (bnc#385498, bnc#384254)
- Move stat() check for /etc/insserv.conf.d/ configure files
to scan_conf() otherwise we never scan those files.
Mon May 5 14:00:00 2008 wernerAATTsuse.de
- Ignore temporary errors during update with YaST/zypper (bnc#385498)
Mon Apr 28 14:00:00 2008 wernerAATTsuse.de
- boot.clock was into two scripts for boot and shutdown
Todo: make insserv knowing about Required-Stop to merge them
again to one boot.clock.
Wed Apr 9 14:00:00 2008 mkoenigAATTsuse.de
- add boot.crypto-early to insserv.conf
Fri Feb 1 13:00:00 2008 wernerAATTsuse.de
- Avoid SIGSEGV in functions which can handle NULL pointers
thanks goes to Petter Reinholdtsen for his report
Wed Jan 30 13:00:00 2008 wernerAATTsuse.de
- New version 1.11.0 of insserv
- Code cleanup, update copyrights, and manual pages
- Use __attribute__ of gcc for better function management
- Use __attribute__ of gcc for alignment of list_t pointers
- Some preparation listing.c for kill link sorting (TODO)
Thu Jan 24 13:00:00 2008 wernerAATTsuse.de
- Add and integrate many patches from Debian svn tree done by
Petter Reinholdtsen
* Make it possible to set the path at runtime, to make it easier
to write test suites
* Support for reading LSB headers info from override directory
* Accept script names like \'rc.local\' for Debian build
* Use other defaults on Debian systems (start, stop levels)
* Put redundant level informations in one API
* Fix the handling of stop scripts and the shutdown sequence
on Debian systems
* Better loop report
* Make loops fatal if not forced
- Clean the API for listing the services
Thu Jan 24 13:00:00 2008 wernerAATTsuse.de
- Don\'t run HW clock in parallel mode to have well defined
timestamps during enabling local fs and running startpar
Wed Oct 10 14:00:00 2007 wernerAATTsuse.de
- Even disabled scripts should be occur in dependcies (#331615)
- Handle return values of strsep in case of several provides
- Do not scan services links if removed later on
Fri Aug 31 14:00:00 2007 wernerAATTsuse.de
- Scan all scripts for Start-Before even if already known (#297214)
- Do not add disabled scripts to the depend files
Fri Jul 13 14:00:00 2007 wernerAATTsuse.de
- Remove hotplug and pcmcia from insserv.conf because they are
dropped (bug #291417)
Tue Jun 19 14:00:00 2007 wernerAATTsuse.de
- Scan all files in `should start before\' even facilities
- Read insserv.conf in other root environments
Tue May 29 14:00:00 2007 wernerAATTsuse.de
- Ignore rcs-files (bug #278520)
Mon Jan 29 13:00:00 2007 wernerAATTsuse.de
- Split insserv.conf off from source tar ball to avoid patching
- Add boot.crypto to $local_fs
- Add smbfs/cifs to $remote_fs
Mon Jan 22 13:00:00 2007 wernerAATTsuse.de
- Add missed `start this script before\' feature patch (fate#301269)
Tue Jan 16 13:00:00 2007 wernerAATTsuse.de
- Remove obsolate `$netdaemons\' facility (#209380)
- Add `start this script before\' feature (fate #301269)
- Create new version 1.09.0 of insserv
Mon Nov 20 13:00:00 2006 wernerAATTsuse.de
- Expand aliases even for services which requires $all (#216202)