Go to file
Jesse 5f278d1e60 Update changelog. 2024-08-17 17:02:49 -03:00
tests Fixed typo when assigning directory path when -i is used. 2019-08-18 20:53:07 -03:00
CHANGES Update changelog. 2024-08-17 17:02:49 -03:00
COPYING Initial checkin of insserv 2009-09-30 13:59:37 +00:00
Makefile Add check for OpenRC-run at /usr/sbin/openrc-run to 2024-08-01 18:14:08 -03:00
README Fixed typo in build instructions in README file. 2022-02-21 18:49:47 -04:00
init-functions Initial checkin of insserv 2009-09-30 13:59:37 +00:00
insserv.8.in Improve man page description of the -c (--config) flag. 2023-11-24 18:47:30 -04:00
insserv.c Add check for OpenRC-run at /usr/sbin/openrc-run to 2024-08-01 18:14:08 -03:00
insserv.conf Fri Feb 19 13:36:50 CET 2010 2010-02-19 13:08:04 +00:00
install_initd Initial checkin of insserv 2009-09-30 13:59:37 +00:00
listing.c Add check for OpenRC-run at /usr/sbin/openrc-run to 2024-08-01 18:14:08 -03:00
listing.h Make sure we define "extension" for older versions of GCC (5 and under). 2019-09-12 19:57:05 -03:00
map.c Fixed compiler warnings so that unused variables listed in 2018-11-07 15:27:25 -04:00
remove_initd Initial checkin of insserv 2009-09-30 13:59:37 +00:00
systemd.c Added patch from Dmitry Bogatov which makes communicating 2018-12-01 19:25:50 -04:00
systemd.h Added patch from Dmitry Bogatov which makes communicating 2018-12-01 19:25:50 -04:00

README

README for insserv

insserv is a boot sequence organizer using LSB init.d script dependency 
information. It is typically used alongside the SysV init software.


Compiling

insserv can be built with most modern compilers, including GCC and Clang.
One of the software's few dependencies is the D-bus devlopment libraries. The
D-bus packages are called libdbus-dev under Debian/Ubuntu. For example,
libdbus-1-dev on Debian.


Installing

To build insserv, run the command "make" in the top level of the
source directory. To install the innserv software, run "sudo make install".
This will perform some checks and then copy the software into place.