add cinit-0.3pre15
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
36de902919
commit
440caeb555
1013 changed files with 99995 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
@ -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)
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue