Go to file
Jesse 08866634ff Updated readme. 2022-02-08 15:10:41 -04:00
testsuite Adjusted makefile and testsuite to use PREFIX variable 2019-09-12 17:58:11 -03:00
CHANGELOG Adjusted makefile and testsuite to use PREFIX variable 2019-09-12 17:58:11 -03:00
COPYING Initial version of startpar 2012-10-26 13:15:37 +00:00
Makefile Updated Makefile 2020-06-08 15:59:40 -03:00
README Updated readme. 2022-02-08 15:10:41 -04:00
compiletest.cc Second try. 2014-04-19 12:46:24 +00:00
makeboot.c Fixed regression which could cause jobs to run in serial (interactive 2019-08-25 19:52:28 -03:00
makeboot.h * startpar now looks for Makefile-style dependency scripts in 2019-03-04 20:57:40 -04:00
proc.c Make sure we do not try to use unallocated memory 2019-07-17 19:34:52 -03:00
proc.h Initial version of startpar 2012-10-26 13:15:37 +00:00
startpar.1 Added manual page entry for the -n flag. 2019-08-26 13:39:31 -03:00
startpar.c Updated readme. 2022-02-08 15:10:41 -04:00

README

startpar
========

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

The program can be built and installed on most systems that have
a build environment (compiler and make support) by running

     make
     make install