Go to file
Jesse Smith c9bfee9c5d * startpar now looks for Makefile-style dependency scripts in
/var/lib/insserv/ by default. If no scripts are found there
  it will fall back to using the legacy /etc/init.d/ location.
  If no scripts are found there, startpar will print an error
  and exit.

* Added -l flag to modify -M. When -l is used, startpar skips looking
  in the /var/lib/insserv/ directory for Makefile-style scripts. The
  -l flag jumps straight to looking in the /etc/init.d/ directory.

* Used constants for some strings instead of checking sizeof().

* Made makefile parsing more fault talerant so the parsing function
  returns an error instead of immediately calling exit().

* Updated manual page with new Makefile-style flag and location
  information.
2019-03-04 20:57:40 -04:00
testsuite Adjust test suite to not output to stderr. 2014-04-17 07:11:38 +00:00
CHANGELOG * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00
COPYING Initial version of startpar 2012-10-26 13:15:37 +00:00
Makefile * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00
README Updated manual page with new copyright. 2018-09-07 15:36:10 -03:00
compiletest.cc Second try. 2014-04-19 12:46:24 +00:00
makeboot.c * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00
makeboot.h * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00
proc.c Fix compilation on platforms not having PATH_MAX such as GNU/Hurd. Patch from Roger Leigh and Debian. 2014-04-07 20:07:24 +00:00
proc.h Initial version of startpar 2012-10-26 13:15:37 +00:00
startpar.8 * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00
startpar.c * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00

README

startpar
========

This program starts runlevel scripts (or programs) in parallel. 

The latest version of the source is available from
http://savannah.nongnu.org/projects/sysvinit

Please submit patches and bug reports there.