add cinit-0.3pre15

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-09-23 08:01:33 +02:00
commit 440caeb555
1013 changed files with 99995 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh
# Nico Schottelius
# 2007-05-21
#
# Task:
# Reads list of services to create from stdin
# Create services (add correct dependencies)
#
# Options:
# -d: alternate destination directory (instead of /etc/cinit/svc)

View file

@ -0,0 +1,10 @@
#!/bin/sh
# Nico Schottelius
# 2007-05-21
#
# Task:
# Reads list of services to enabled from stdin
# Services must already exist
#
# Options:
# -d: alternate destination directory (instead of /etc/cinit/svc)

View file

@ -0,0 +1,12 @@
#!/bin/sh
# Nico Schottelius
# 2007-05-21
#
# Task:
# Search for enabled services:
# - /etc/rc.conf
# - /usr/local/etc/rc.d/
# Output list of services to stdout
#
# Options:
# -r <alternate root directory>

View file

@ -0,0 +1,12 @@
#!/bin/sh
# Nico Schottelius
# 2007-05-21
#
# Task:
# Search all services:
# - /etc/rc.conf
# - /usr/local/etc/rc.d/
# Output list of all services to stdout
#
# Options:
# -r <alternate root directory>