Compare commits
69 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da7e35ebc4 | ||
|
|
809c205c35 | ||
|
|
238bffca9b | ||
|
|
da0ddd521a | ||
|
|
1967cd402c | ||
|
|
a7f3eb466c | ||
|
|
ae7490929d | ||
|
|
ddbd1caa35 | ||
|
|
a249651218 | ||
|
|
e4bfb4530a | ||
|
|
78e0042ecc | ||
|
|
82e12e3092 | ||
|
|
1ebef0d7a3 | ||
|
|
6b4050ab9c | ||
|
|
cf5e9aa2bb | ||
|
|
a3250e77d4 | ||
|
|
df027ca472 | ||
|
|
4c89e3f5fa | ||
|
|
3673040722 | ||
|
|
96c8ba2fb5 | ||
|
|
47cf1d0c70 | ||
|
|
06a6a27e44 | ||
|
|
5de3798afc | ||
|
|
6ac094a59c | ||
|
|
84c81ca02d | ||
|
|
0e3f872098 | ||
|
|
5fd3747b19 | ||
|
|
4694900190 | ||
|
|
05738bfce1 | ||
|
|
6f88ee4ec6 | ||
|
|
cc51bdca3b | ||
|
|
13ca79856e | ||
|
|
79a9edc730 | ||
|
|
9eb669591e | ||
|
|
55a87a30ec | ||
|
|
a912029462 | ||
|
|
1e90782797 | ||
|
|
51a292e09b | ||
|
|
50fccf47d4 | ||
|
|
9bd63b5d4a | ||
|
|
48db17a93f | ||
|
|
c333707cba | ||
|
|
5f5b1f7cbe | ||
|
|
cfdf56475e | ||
|
|
fde3902d06 | ||
|
|
d7bbb0f583 | ||
|
|
21ca2b746c | ||
|
|
6a79aef015 | ||
|
|
4a269674b7 | ||
|
|
eea4decdd1 | ||
|
|
d4d0f25a48 | ||
|
|
1cb44092fc | ||
|
|
4207e46622 | ||
|
|
f6ea16159e | ||
|
|
9047ea4cb0 | ||
|
|
d7f5a696c1 | ||
|
|
6f614cd3f3 | ||
|
|
85c1930acf | ||
|
|
96bd0c004c | ||
|
|
b693af9055 | ||
|
|
6dcb692986 | ||
|
|
e2e652e469 | ||
|
|
b73941f0c3 | ||
|
|
c304522131 | ||
|
|
92325b44ba | ||
|
|
074d90f5a4 | ||
|
|
7056b56b3c | ||
|
|
d5c3b85e3f | ||
|
|
1ab2249448 |
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ MK= ${TOP}/mk
|
|||||||
|
|
||||||
include ${TOP}/Makefile.inc
|
include ${TOP}/Makefile.inc
|
||||||
|
|
||||||
SUBDIR= conf.d etc init.d local.d man scripts sh src sysctl.d
|
SUBDIR= conf.d etc init.d local.d man scripts sh src support sysctl.d
|
||||||
|
|
||||||
# Build pkgconfig or not
|
# Build pkgconfig or not
|
||||||
MKPKGCONFIG?= yes
|
MKPKGCONFIG?= yes
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
NAME= openrc
|
NAME= openrc
|
||||||
VERSION= 0.23
|
VERSION= 0.26.3
|
||||||
PKG= ${NAME}-${VERSION}
|
PKG= ${NAME}-${VERSION}
|
||||||
|
|||||||
29
NEWS.md
29
NEWS.md
@@ -3,6 +3,35 @@
|
|||||||
This file will contain a list of notable changes for each release. Note
|
This file will contain a list of notable changes for each release. Note
|
||||||
the information in this file is in reverse order.
|
the information in this file is in reverse order.
|
||||||
|
|
||||||
|
## OpenRC-0.25
|
||||||
|
|
||||||
|
This version contains an OpenRC-specific implementation of init for
|
||||||
|
Linux which can be used in place of sysvinit or any other init process.
|
||||||
|
For information on its usage, see the man pages for openrc-init (8) and
|
||||||
|
openrc-shutdown (8).
|
||||||
|
|
||||||
|
## OpenRC-0.24.1
|
||||||
|
|
||||||
|
This version starts cleaning up the dependencies so that rc_parallel
|
||||||
|
will work correctly.
|
||||||
|
|
||||||
|
The first step in this process is to remove the 'before *' from the
|
||||||
|
depend functions in the clock services. This means some services not
|
||||||
|
controlled by OpenRC may now start before instead of after the clock
|
||||||
|
service. If it is important for these services to start after the clock
|
||||||
|
service, they need to have 'after clock' added to their depend
|
||||||
|
functions.
|
||||||
|
|
||||||
|
## OpenRC-0.24
|
||||||
|
|
||||||
|
Since the deptree2dot tool and the perl requirement are completely
|
||||||
|
optional, the deptree2dot tool has been moved to the support directory.
|
||||||
|
As a result, the MKTOOLS=yes/no switch has been removed from the makefiles.
|
||||||
|
|
||||||
|
This version adds the agetty service which can be used to spawn
|
||||||
|
agetty on a specific terminal. This is currently documented in the
|
||||||
|
agetty-guide.md file at the top level of this distribution.
|
||||||
|
|
||||||
## OpenRC-0.23
|
## OpenRC-0.23
|
||||||
|
|
||||||
The tmpfiles.d processing code, which was part of previous versions of
|
The tmpfiles.d processing code, which was part of previous versions of
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ MKSELINUX=yes
|
|||||||
MKSTATICLIBS=no
|
MKSTATICLIBS=no
|
||||||
MKTERMCAP=ncurses
|
MKTERMCAP=ncurses
|
||||||
MKTERMCAP=termcap
|
MKTERMCAP=termcap
|
||||||
MKTOOLS=yes
|
|
||||||
PKG_PREFIX=/usr/pkg
|
PKG_PREFIX=/usr/pkg
|
||||||
LOCAL_PREFIX=/usr/local
|
LOCAL_PREFIX=/usr/local
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
@@ -73,10 +72,6 @@ Obviously, if you're installing this onto a system that does not use
|
|||||||
OpenRC by default then you may wish to backup the above listed files,
|
OpenRC by default then you may wish to backup the above listed files,
|
||||||
remove them and then install so that the OS hooks into OpenRC.
|
remove them and then install so that the OS hooks into OpenRC.
|
||||||
|
|
||||||
`init.d.misc` is not installed by default as the scripts will need
|
|
||||||
tweaking on a per distro basis. They are also non essential to the
|
|
||||||
operation of the system.
|
|
||||||
|
|
||||||
## Reporting Bugs
|
## Reporting Bugs
|
||||||
|
|
||||||
If you are using Gentoo Linux, bugs can be filed on their bugzilla under
|
If you are using Gentoo Linux, bugs can be filed on their bugzilla under
|
||||||
|
|||||||
18
agetty-guide.md
Normal file
18
agetty-guide.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Setting up the agetty service in OpenRC
|
||||||
|
|
||||||
|
The agetty service is an OpenRC specific way to monitor and respawn a
|
||||||
|
getty, using agetty, on Linux. To use this method, make sure you aren't
|
||||||
|
spawning a getty manager for this port some other way (such as through
|
||||||
|
sysvinit/inittab), then run the following commands as root.
|
||||||
|
|
||||||
|
Note that [port] refers to the port you are spawning the getty on, for
|
||||||
|
example, tty1 or ttyS0. The full path to it, for example, /dev/tty1
|
||||||
|
should not be used.
|
||||||
|
|
||||||
|
```
|
||||||
|
# cd /etc/init.d
|
||||||
|
# ln -s agetty agetty.[port]
|
||||||
|
# cd /etc/conf.d
|
||||||
|
# cp agetty agetty.[port]
|
||||||
|
#rc-update add agetty.[port] [runlevel]
|
||||||
|
```
|
||||||
@@ -12,8 +12,8 @@ include ${MK}/os.mk
|
|||||||
|
|
||||||
CONF-FreeBSD= ipfw modules moused powerd rarpd savecore syscons
|
CONF-FreeBSD= ipfw modules moused powerd rarpd savecore syscons
|
||||||
|
|
||||||
CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules mtab \
|
CONF-Linux= agetty consolefont devfs dmesg hwclock keymaps killprocs modules \
|
||||||
net-online
|
mtab net-online
|
||||||
|
|
||||||
CONF-NetBSD= moused rarpd savecore
|
CONF-NetBSD= moused rarpd savecore
|
||||||
|
|
||||||
|
|||||||
8
conf.d/agetty
Normal file
8
conf.d/agetty
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Set the baud rate of the terminal line
|
||||||
|
#baud=""
|
||||||
|
|
||||||
|
# set the terminal type
|
||||||
|
#termtype="linux"
|
||||||
|
|
||||||
|
# extra options to pass to agetty for this port
|
||||||
|
#agetty_options=""
|
||||||
@@ -3,10 +3,13 @@
|
|||||||
# default is all interfaces that support ethernet.
|
# default is all interfaces that support ethernet.
|
||||||
#interfaces=""
|
#interfaces=""
|
||||||
|
|
||||||
# This setting controls whether a ping to the default gateway is
|
# This setting controls whether a ping test is included in the test for
|
||||||
# included in the test for network connectivity after all interfaces
|
# network connectivity after all interfaces are active.
|
||||||
# are active.
|
#include_ping_test=no
|
||||||
#ping_default_gateway=no
|
|
||||||
|
# This setting is the host to attempt to ping if the above is yes.
|
||||||
|
# The default is google.com.
|
||||||
|
#ping_test_host=some.host.name
|
||||||
|
|
||||||
# The timeout setting controls how long the net-online service waits
|
# The timeout setting controls how long the net-online service waits
|
||||||
# for the network to be configured.
|
# for the network to be configured.
|
||||||
|
|||||||
@@ -178,6 +178,11 @@
|
|||||||
# "xenU" - XenU Domain (Linux and NetBSD)
|
# "xenU" - XenU Domain (Linux and NetBSD)
|
||||||
#rc_sys=""
|
#rc_sys=""
|
||||||
|
|
||||||
|
# if you use openrc-init, which is currently only available on Linux,
|
||||||
|
# this is the default runlevel to activate after "sysinit" and "boot"
|
||||||
|
# when booting.
|
||||||
|
#rc_default_runlevel="default"
|
||||||
|
|
||||||
# on Linux and Hurd, this is the number of ttys allocated for logins
|
# on Linux and Hurd, this is the number of ttys allocated for logins
|
||||||
# It is used in the consolefont, keymaps, numlock and termencoding
|
# It is used in the consolefont, keymaps, numlock and termencoding
|
||||||
# service scripts.
|
# service scripts.
|
||||||
|
|||||||
2
guide.md
2
guide.md
@@ -198,7 +198,7 @@ script:
|
|||||||
command=
|
command=
|
||||||
command_args=
|
command_args=
|
||||||
pidfile=
|
pidfile=
|
||||||
``
|
```
|
||||||
|
|
||||||
Thus the 'smallest' service scripts can be half a dozen lines long
|
Thus the 'smallest' service scripts can be half a dozen lines long
|
||||||
|
|
||||||
|
|||||||
1
init.d/.gitignore
vendored
1
init.d/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
agetty
|
||||||
binfmt
|
binfmt
|
||||||
modules-load
|
modules-load
|
||||||
bootmisc
|
bootmisc
|
||||||
|
|||||||
@@ -19,11 +19,11 @@ SRCS-FreeBSD= hostid.in modules.in moused.in newsyslog.in pf.in rarpd.in \
|
|||||||
rc-enabled.in rpcbind.in savecore.in syslogd.in
|
rc-enabled.in rpcbind.in savecore.in syslogd.in
|
||||||
# These are FreeBSD specific
|
# These are FreeBSD specific
|
||||||
SRCS-FreeBSD+= adjkerntz.in devd.in dumpon.in encswap.in ipfw.in \
|
SRCS-FreeBSD+= adjkerntz.in devd.in dumpon.in encswap.in ipfw.in \
|
||||||
modules.in modules-load.in mixer.in nscd.in powerd.in syscons.in
|
modules-load.in mixer.in nscd.in powerd.in syscons.in
|
||||||
|
|
||||||
SRCS-Linux= binfmt.in devfs.in dmesg.in hwclock.in consolefont.in keymaps.in \
|
SRCS-Linux= agetty.in binfmt.in devfs.in dmesg.in hwclock.in consolefont.in \
|
||||||
killprocs.in modules.in modules-load.in mount-ro.in mtab.in numlock.in \
|
keymaps.in killprocs.in modules.in modules-load.in mount-ro.in mtab.in \
|
||||||
procfs.in net-online.in sysfs.in termencoding.in
|
numlock.in procfs.in net-online.in sysfs.in termencoding.in
|
||||||
|
|
||||||
# Generic BSD scripts
|
# Generic BSD scripts
|
||||||
SRCS-NetBSD= hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \
|
SRCS-NetBSD= hostid.in moused.in newsyslog.in pf.in rarpd.in rc-enabled.in \
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ fi
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after swclock
|
||||||
provide clock
|
provide clock
|
||||||
# BSD adjkerntz needs to be able to write to /etc
|
# BSD adjkerntz needs to be able to write to /etc
|
||||||
if [ "$clock" = "UTC" -a -e /etc/wall_cmos_clock ] ||
|
if [ "$clock" = "UTC" -a -e /etc/wall_cmos_clock ] ||
|
||||||
|
|||||||
32
init.d/agetty.in
Normal file
32
init.d/agetty.in
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
#!@SBINDIR@/openrc-run
|
||||||
|
# Copyright (c) 2017 The OpenRC Authors.
|
||||||
|
# See the Authors file at the top-level directory of this distribution and
|
||||||
|
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
|
#
|
||||||
|
# This file is part of OpenRC. It is subject to the license terms in
|
||||||
|
# the LICENSE file found in the top-level directory of this
|
||||||
|
# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||||
|
# This file may not be copied, modified, propagated, or distributed
|
||||||
|
# except according to the terms contained in the LICENSE file.
|
||||||
|
|
||||||
|
description="start agetty on a terminal line"
|
||||||
|
supervisor=supervise-daemon
|
||||||
|
port="${RC_SVCNAME#*.}"
|
||||||
|
term_type="${term_type:-linux}"
|
||||||
|
command=/sbin/agetty
|
||||||
|
command_args_foreground="${agetty_options} ${port} ${baud} ${termtype}"
|
||||||
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
|
|
||||||
|
depend() {
|
||||||
|
after local
|
||||||
|
keyword -prefix
|
||||||
|
}
|
||||||
|
|
||||||
|
start_pre() {
|
||||||
|
if [ -z "$port" ]; then
|
||||||
|
eerror "${RC_SVCNAME} cannot be started directly. You must create"
|
||||||
|
eerror "symbolic links to it for the ports you want to start"
|
||||||
|
eerror "agetty on and add those to the appropriate runlevels."
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
}
|
||||||
@@ -13,7 +13,7 @@ description="Register misc binary format handlers"
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
after procfs
|
after clock procfs
|
||||||
use modules devfs
|
use modules devfs
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,8 @@ cleanup_var_run_dir()
|
|||||||
ebegin "Cleaning /var/run"
|
ebegin "Cleaning /var/run"
|
||||||
for x in $(find /var/run ! -type d ! -name utmp \
|
for x in $(find /var/run ! -type d ! -name utmp \
|
||||||
! -name random-seed ! -name dev.db \
|
! -name random-seed ! -name dev.db \
|
||||||
! -name ld-elf.so.hints ! -name ld.so.hints);
|
! -name ld-elf.so.hints ! -name ld-elf32.so.hints \
|
||||||
|
! -name ld.so.hints);
|
||||||
do
|
do
|
||||||
# Clean stale sockets
|
# Clean stale sockets
|
||||||
if [ -S "$x" ]; then
|
if [ -S "$x" ]; then
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ description="Creates the dev database"
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
need localmount
|
need localmount
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
description="Configures a specific kernel dump device."
|
description="Configures a specific kernel dump device."
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
after clock
|
||||||
need swap
|
need swap
|
||||||
keyword -jail -prefix
|
keyword -jail -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ _IFS="
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
use dev clock modules
|
use dev clock modules
|
||||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -timeout -vserver -uml
|
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -timeout -vserver -uml
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ extra_commands="reset"
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
use root
|
use root
|
||||||
|
after clock
|
||||||
before devd net
|
before devd net
|
||||||
keyword -jail -prefix
|
keyword -jail -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
description="Sets the hostname of the machine."
|
description="Sets the hostname of the machine."
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
after clock
|
||||||
keyword -docker -lxc -prefix -systemd-nspawn
|
keyword -docker -lxc -prefix -systemd-nspawn
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ depend()
|
|||||||
want modules
|
want modules
|
||||||
if yesno $clock_adjfile; then
|
if yesno $clock_adjfile; then
|
||||||
use root
|
use root
|
||||||
else
|
|
||||||
before *
|
|
||||||
fi
|
fi
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ description="Applies a keymap for the consoles."
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
need localmount termencoding
|
need localmount termencoding
|
||||||
after bootmisc
|
after bootmisc clock
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ description="Mounts disks and swap according to /etc/fstab."
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
need fsck
|
need fsck
|
||||||
use lvm modules mtab
|
use lvm modules mtab root
|
||||||
after lvm modules
|
after clock lvm modules root
|
||||||
keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
|
keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ description="Configures the loopback interface."
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
keyword -jail -prefix -systemd-nspawn -vserver
|
keyword -jail -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,7 +30,6 @@ start()
|
|||||||
else
|
else
|
||||||
ebegin "Bringing up network interface lo0"
|
ebegin "Bringing up network interface lo0"
|
||||||
ifconfig lo0 127.0.0.1 netmask 255.0.0.0
|
ifconfig lo0 127.0.0.1 netmask 255.0.0.0
|
||||||
route -q add -inet 127.0.0.0 -netmask 255.0.0.0 127.0.0.1
|
|
||||||
fi
|
fi
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ description="Re-mount filesytems read-only for a clean reboot."
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
need killprocs savecache
|
after killprocs savecache
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ description="Update /etc/mtab to match what the kernel knows about"
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
need root
|
need root
|
||||||
keyword -prefix -systemd-nspawn
|
keyword -prefix -systemd-nspawn
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ depend()
|
|||||||
{
|
{
|
||||||
after modules
|
after modules
|
||||||
need sysfs
|
need sysfs
|
||||||
|
provide network-online
|
||||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver
|
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -uml -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -27,19 +28,6 @@ get_interfaces()
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
get_default_gateway()
|
|
||||||
{
|
|
||||||
local cmd gateway
|
|
||||||
if command -v ip > /dev/null 2>&1; then
|
|
||||||
cmd="ip route show"
|
|
||||||
else
|
|
||||||
cmd=route
|
|
||||||
fi
|
|
||||||
set -- $($cmd | grep default)
|
|
||||||
[ "$2" != via ] && gateway="$2" || gateway="$3"
|
|
||||||
printf "%s" $gateway
|
|
||||||
}
|
|
||||||
|
|
||||||
start ()
|
start ()
|
||||||
{
|
{
|
||||||
local carriers configured dev gateway ifcount infinite
|
local carriers configured dev gateway ifcount infinite
|
||||||
@@ -66,10 +54,15 @@ start ()
|
|||||||
: $((timeout -= 1))
|
: $((timeout -= 1))
|
||||||
done
|
done
|
||||||
! $infinite && [ $timeout -eq 0 ] && rc=1
|
! $infinite && [ $timeout -eq 0 ] && rc=1
|
||||||
if [ $rc -eq 0 ] && yesno ${ping_default_gateway:-no}; then
|
include_ping_test=${include_ping_test:-${ping_default_gateway}}
|
||||||
gateway="$(get_default_gateway)"
|
if [ -n "${ping_default_gateway}" ]; then
|
||||||
if [ -n "$gateway" ] && ! ping -c 1 $gateway > /dev/null 2>&1; then
|
ewarn "ping_default_gateway is deprecated, please use include_ping_test"
|
||||||
rc=1
|
fi
|
||||||
|
if [ $rc -eq 0 ] && yesno ${include_ping_test:-no}; then
|
||||||
|
ping_test_host="${ping_test_host:-google.com}"
|
||||||
|
if [ -n "$ping_test_host" ]; then
|
||||||
|
ping -c 1 $ping_test_host > /dev/null 2>&1
|
||||||
|
rc=$?
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
eend $rc "The network is offline"
|
eend $rc "The network is offline"
|
||||||
|
|||||||
@@ -20,10 +20,12 @@ depend()
|
|||||||
*) mywant="$mywant nfsclient"; break ;;
|
*) mywant="$mywant nfsclient"; break ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
after root
|
||||||
config /etc/fstab
|
config /etc/fstab
|
||||||
want $mywant
|
want $mywant
|
||||||
use afc-client amd openvpn
|
use afc-client amd openvpn
|
||||||
use dns
|
use dns
|
||||||
|
use root
|
||||||
keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
|
keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ __nl="
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
need localmount
|
need localmount
|
||||||
after bootmisc
|
after bootmisc clock
|
||||||
if [ -n "$(interfaces)" ]; then
|
if [ -n "$(interfaces)" ]; then
|
||||||
provide net
|
provide net
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ required_files="/etc/newsyslog.conf"
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
need localmount
|
need localmount
|
||||||
keyword -prefix
|
keyword -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ description="Mounts misc filesystems in /proc."
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
use devfs
|
use devfs
|
||||||
want modules
|
want modules
|
||||||
need localmount
|
need localmount
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ description="Mount the root fs read/write"
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
need fsck
|
need fsck
|
||||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ description="Saves a kernel dump."
|
|||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
need dumpon localmount
|
need dumpon localmount
|
||||||
|
after clock
|
||||||
before encswap
|
before encswap
|
||||||
keyword -jail -prefix
|
keyword -jail -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!@SBINDIR@/openrc-run
|
S#!@BINDIR@/openrc-run
|
||||||
# Copyright (c) 2009-2015 The OpenRC Authors.
|
# Copyright (c) 2009-2015 The OpenRC Authors.
|
||||||
# See the Authors file at the top-level directory of this distribution and
|
# See the Authors file at the top-level directory of this distribution and
|
||||||
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
@@ -14,9 +14,9 @@
|
|||||||
description="Configures static routes."
|
description="Configures static routes."
|
||||||
__nl="
|
__nl="
|
||||||
"
|
"
|
||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
provide net
|
provide net
|
||||||
use network
|
use network
|
||||||
keyword -jail -prefix -vserver
|
keyword -jail -prefix -vserver
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
before fsck
|
before fsck
|
||||||
keyword -jail -prefix
|
keyword -jail -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
before localmount
|
before localmount
|
||||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ description="Sets the local clock to the mtime of a given file."
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
before *
|
|
||||||
provide clock
|
provide clock
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
# except according to the terms contained in the LICENSE file.
|
# except according to the terms contained in the LICENSE file.
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
|
after clock
|
||||||
need localmount
|
need localmount
|
||||||
keyword -jail -prefix
|
keyword -jail -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
before bootmisc logger
|
before bootmisc logger
|
||||||
keyword -prefix -systemd-nspawn -vserver
|
keyword -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ sysfs_opts=nodev,noexec,nosuid
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
want modules
|
|
||||||
keyword -docker -lxc -prefix -systemd-nspawn -vserver
|
keyword -docker -lxc -prefix -systemd-nspawn -vserver
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -99,23 +98,12 @@ mount_misc()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# set up kernel support for efivarfs
|
# set up kernel support for efivarfs
|
||||||
# The presence of /sys/firmware/efi indicates that the system was
|
if [ -d /sys/firmware/efi/efivars ] &&
|
||||||
# booted in efi mode.
|
! mountinfo -q /sys/firmware/efi/efivars; then
|
||||||
if [ -d /sys/firmware/efi ]; then
|
ebegin "Mounting efivarfs filesystem"
|
||||||
if [ ! -d /sys/firmware/efi/efivars ] &&
|
mount -n -t efivarfs -o ${sysfs_opts} \
|
||||||
modprobe -q efivarfs; then
|
efivarfs /sys/firmware/efi/efivars 2> /dev/null
|
||||||
ewarn "The efivarfs module needs to be configured in " \
|
eend 0
|
||||||
"@SYSCONFDIR@/conf.d/modules or built in"
|
|
||||||
fi
|
|
||||||
if [ -d /sys/firmware/efi/efivars ] &&
|
|
||||||
! mountinfo -q /sys/firmware/efi/efivars; then
|
|
||||||
if grep -qs efivarfs /proc/filesystems; then
|
|
||||||
ebegin "Mounting efivarfs filesystem"
|
|
||||||
mount -n -t efivarfs -o ${sysfs_opts} \
|
|
||||||
efivarfs /sys/firmware/efi/efivars
|
|
||||||
eend $?
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ depend()
|
|||||||
provide logger
|
provide logger
|
||||||
use net newsyslog
|
use net newsyslog
|
||||||
need localmount
|
need localmount
|
||||||
after bootmisc
|
after bootmisc clock
|
||||||
keyword -prefix
|
keyword -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ depend()
|
|||||||
{
|
{
|
||||||
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
|
||||||
use root
|
use root
|
||||||
after bootmisc
|
after bootmisc clock
|
||||||
}
|
}
|
||||||
|
|
||||||
start()
|
start()
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
after fsck
|
after clock fsck
|
||||||
keyword -prefix
|
keyword -prefix
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ description="Initializes the random number generator."
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
need localmount
|
need localmount
|
||||||
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn
|
keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
depend()
|
depend()
|
||||||
{
|
{
|
||||||
|
after clock
|
||||||
need localmount
|
need localmount
|
||||||
keyword -prefix
|
keyword -prefix
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ MAN8= rc-service.8 rc-status.8 rc-update.8 openrc.8 openrc-run.8 \
|
|||||||
service.8 start-stop-daemon.8 supervise-daemon.8
|
service.8 start-stop-daemon.8 supervise-daemon.8
|
||||||
|
|
||||||
ifeq (${OS},Linux)
|
ifeq (${OS},Linux)
|
||||||
MAN8 += rc-sstat.8
|
MAN8 += rc-sstat.8 openrc-init.8 openrc-shutdown.8
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Handy macro to create symlinks
|
# Handy macro to create symlinks
|
||||||
|
|||||||
46
man/openrc-init.8
Normal file
46
man/openrc-init.8
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
.\" Copyright (c) 2017 The OpenRC Authors.
|
||||||
|
.\" See the Authors file at the top-level directory of this distribution and
|
||||||
|
.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
|
.\"
|
||||||
|
.\" This file is part of OpenRC. It is subject to the license terms in
|
||||||
|
.\" the LICENSE file found in the top-level directory of this
|
||||||
|
.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||||
|
.\" This file may not be copied, modified, propagated, or distributed
|
||||||
|
.\" except according to the terms contained in the LICENSE file.
|
||||||
|
.\"
|
||||||
|
.Dd April 6, 2017
|
||||||
|
.Dt openrc-init 8 SMM
|
||||||
|
.Os OpenRC
|
||||||
|
.Sh NAME
|
||||||
|
.Nm openrc-init
|
||||||
|
.Nd the parent of all processes
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
|
is an init process which can be an alternative to sysvinit or any other
|
||||||
|
init process.
|
||||||
|
.Pp
|
||||||
|
To use
|
||||||
|
.Nm
|
||||||
|
configure your boot loader to invoke it or symlink it to /sbin/init.
|
||||||
|
Also, you will need to use
|
||||||
|
.Xr openrc-shutdown 8 ,
|
||||||
|
to halt, reboot or poweroff the system.
|
||||||
|
.Pp
|
||||||
|
The default runlevel is read from the init command line, the
|
||||||
|
rc_default_runlevel setting in rc.conf, the kernel command line, or it is
|
||||||
|
assumed to be "default" if it is not set in any of these places.
|
||||||
|
.Pp
|
||||||
|
.Nm
|
||||||
|
doesn't manage getty's directly, so you will need to manage them another
|
||||||
|
way. For example, you can use the agetty service script as described in
|
||||||
|
agetty-guide.md in this distribution.
|
||||||
|
.Sh BUGS
|
||||||
|
This was first released as part of OpenRC 0.25.
|
||||||
|
I do not know of any specific issues. However, since this is the first
|
||||||
|
release of openrc-init, please test and report any issues you find.
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr openrc-shutdown 8 ,
|
||||||
|
.Sh AUTHORS
|
||||||
|
.An William Hubbs <w.d.hubbs@gmail.com>
|
||||||
@@ -167,6 +167,24 @@ Display name used for the above defined command.
|
|||||||
Process name to match when signaling the daemon.
|
Process name to match when signaling the daemon.
|
||||||
.It Ar stopsig
|
.It Ar stopsig
|
||||||
Signal to send when stopping the daemon.
|
Signal to send when stopping the daemon.
|
||||||
|
.It Ar respawn_delay
|
||||||
|
Respawn delay
|
||||||
|
.Xr supervise-daemon 8
|
||||||
|
will use for this daemon. See
|
||||||
|
.Xr supervise-daemon 8
|
||||||
|
for more information about this setting.
|
||||||
|
.It Ar respawn_max
|
||||||
|
Respawn max
|
||||||
|
.Xr supervise-daemon 8
|
||||||
|
will use for this daemon. See
|
||||||
|
.Xr supervise-daemon 8
|
||||||
|
for more information about this setting.
|
||||||
|
.It Ar respawn_period
|
||||||
|
Respawn period
|
||||||
|
.Xr supervise-daemon 8
|
||||||
|
will use for this daemon. See
|
||||||
|
.Xr supervise-daemon 8
|
||||||
|
for more information about this setting.
|
||||||
.It Ar retry
|
.It Ar retry
|
||||||
Retry schedule to use when stopping the daemon. It can either be a
|
Retry schedule to use when stopping the daemon. It can either be a
|
||||||
timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5).
|
timeout in seconds or multiple signal/timeout pairs (like SIGTERM/5).
|
||||||
|
|||||||
47
man/openrc-shutdown.8
Normal file
47
man/openrc-shutdown.8
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
.\" Copyright (c) 2017 The OpenRC Authors.
|
||||||
|
.\" See the Authors file at the top-level directory of this distribution and
|
||||||
|
.\" https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
|
.\"
|
||||||
|
.\" This file is part of OpenRC. It is subject to the license terms in
|
||||||
|
.\" the LICENSE file found in the top-level directory of this
|
||||||
|
.\" distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||||
|
.\" This file may not be copied, modified, propagated, or distributed
|
||||||
|
.\" except according to the terms contained in the LICENSE file.
|
||||||
|
.\"
|
||||||
|
.Dd April 6, 2017
|
||||||
|
.Dt openrc-shutdown 8 SMM
|
||||||
|
.Os OpenRC
|
||||||
|
.Sh NAME
|
||||||
|
.Nm openrc-shutdown
|
||||||
|
.Nd bring the system down
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm
|
||||||
|
.Op Fl H , -halt
|
||||||
|
.Op Fl k , -kexec
|
||||||
|
.Op Fl p , -poweroff
|
||||||
|
.Op Fl R , -reexec
|
||||||
|
.Op Fl r , -reboot
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
.Nm
|
||||||
|
is the utility that communicates with openrc-init(8) to bring down the
|
||||||
|
system or instruct openrc-init to re-execute itself. It supports the
|
||||||
|
following options:
|
||||||
|
.Bl -tag -width "poweroff"
|
||||||
|
.It Fl H , -halt
|
||||||
|
Stop all services, kill all remaining processes and halt the system.
|
||||||
|
.It Fl k , -kexec
|
||||||
|
Stop all services, kill all processes and boot directly into a new
|
||||||
|
kernel loaded via kexec(8).
|
||||||
|
.It Fl p , -poweroff
|
||||||
|
Stop all services, kill all processes and power off the system.
|
||||||
|
.It Fl R , -reexec
|
||||||
|
instruct openrc-init to re-exec itself. This should be used after an
|
||||||
|
upgrade of OpenRC if you are using openrc-init as your init process.
|
||||||
|
.It Fl r , -reboot
|
||||||
|
Stop all services, kill all processes and reboot the system.
|
||||||
|
.El
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr openrc-init 8 ,
|
||||||
|
.Xr kexec 8 ,
|
||||||
|
.Sh AUTHORS
|
||||||
|
.An William Hubbs <w.d.hubbs@gmail.com>
|
||||||
@@ -25,6 +25,12 @@ in different runlevels. The default behavior is to show information
|
|||||||
about the current runlevel and any unassigned services that are not stopped,
|
about the current runlevel and any unassigned services that are not stopped,
|
||||||
but any runlevel can be quickly examined.
|
but any runlevel can be quickly examined.
|
||||||
.Pp
|
.Pp
|
||||||
|
If an active service is being supervised by
|
||||||
|
.Xr supervise-daemon 8,
|
||||||
|
the amount of time the daemon has been active along with the number of
|
||||||
|
times it has been respawned in the current respawn period will be
|
||||||
|
displayed.
|
||||||
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width ".Fl test , test string"
|
.Bl -tag -width ".Fl test , test string"
|
||||||
.It Fl a , -all
|
.It Fl a , -all
|
||||||
@@ -57,5 +63,6 @@ dependency order if the dependency tree is available.
|
|||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr openrc 8 ,
|
.Xr openrc 8 ,
|
||||||
.Xr rc-update 8
|
.Xr rc-update 8
|
||||||
|
.Xr supervise-daemon 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Roy Marples <roy@marples.name>
|
.An Roy Marples <roy@marples.name>
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
.Nd starts a daemon and restarts it if it crashes
|
.Nd starts a daemon and restarts it if it crashes
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
|
.Fl D , -respawn-delay
|
||||||
|
.Ar seconds
|
||||||
.Fl d , -chdir
|
.Fl d , -chdir
|
||||||
.Ar path
|
.Ar path
|
||||||
.Fl e , -env
|
.Fl e , -env
|
||||||
@@ -26,14 +28,18 @@
|
|||||||
.Ar arg
|
.Ar arg
|
||||||
.Fl k , -umask
|
.Fl k , -umask
|
||||||
.Ar value
|
.Ar value
|
||||||
|
.Fl m , -respawn-max
|
||||||
|
.Ar count
|
||||||
.Fl N , -nicelevel
|
.Fl N , -nicelevel
|
||||||
.Ar level
|
.Ar level
|
||||||
.Fl p , -pidfile
|
.Fl p , -pidfile
|
||||||
.Ar pidfile
|
.Ar pidfile
|
||||||
.Fl u , -user
|
.Fl P , -respawn-period
|
||||||
.Ar user
|
.Ar seconds
|
||||||
.Fl r , -chroot
|
.Fl r , -chroot
|
||||||
.Ar chrootpath
|
.Ar chrootpath
|
||||||
|
.Fl u , -user
|
||||||
|
.Ar user
|
||||||
.Fl 1 , -stdout
|
.Fl 1 , -stdout
|
||||||
.Ar logfile
|
.Ar logfile
|
||||||
.Fl 2 , -stderr
|
.Fl 2 , -stderr
|
||||||
@@ -82,6 +88,9 @@ Print the action(s) that are taken just before doing them.
|
|||||||
.Pp
|
.Pp
|
||||||
The options are as follows:
|
The options are as follows:
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
|
.It Fl D , -respawn-delay Ar seconds
|
||||||
|
wait this number of seconds before restarting a daemon after it crashes.
|
||||||
|
The default is 0.
|
||||||
.It Fl d , -chdir Ar path
|
.It Fl d , -chdir Ar path
|
||||||
chdir to this directory before starting the daemon.
|
chdir to this directory before starting the daemon.
|
||||||
.It Fl e , -env Ar VAR=VALUE
|
.It Fl e , -env Ar VAR=VALUE
|
||||||
@@ -94,8 +103,18 @@ Class can be 0 for none, 1 for real time, 2 for best effort and 3 for idle.
|
|||||||
Data can be from 0 to 7 inclusive.
|
Data can be from 0 to 7 inclusive.
|
||||||
.It Fl k , -umask Ar mode
|
.It Fl k , -umask Ar mode
|
||||||
Set the umask of the daemon.
|
Set the umask of the daemon.
|
||||||
|
.It Fl m , -respawn-max Ar count
|
||||||
|
Sets the maximum number of times a daemon will be respawned during a
|
||||||
|
respawn period. If a daemon dies more than this number of times during a
|
||||||
|
respawn period,
|
||||||
|
.Nm
|
||||||
|
will give up trying to respawn it and exit. The default is 10, and 0
|
||||||
|
means unlimited.
|
||||||
.It Fl N , -nicelevel Ar level
|
.It Fl N , -nicelevel Ar level
|
||||||
Modifies the scheduling priority of the daemon.
|
Modifies the scheduling priority of the daemon.
|
||||||
|
.It Fl P , -respawn-period Ar seconds
|
||||||
|
Sets the length of a respawn period. The default is 10 seconds. See the
|
||||||
|
description of --respawn-max for more information.
|
||||||
.It Fl r , -chroot Ar path
|
.It Fl r , -chroot Ar path
|
||||||
chroot to this directory before starting the daemon. All other paths, such
|
chroot to this directory before starting the daemon. All other paths, such
|
||||||
as the path to the daemon, chdir and pidfile, should be relative to the chroot.
|
as the path to the daemon, chdir and pidfile, should be relative to the chroot.
|
||||||
@@ -123,6 +142,15 @@ to parse its options, which allows it to accept the `--' option which will
|
|||||||
cause it to stop processing options at that point. Any subsequent arguments
|
cause it to stop processing options at that point. Any subsequent arguments
|
||||||
are passed as arguments to the daemon to start and used when finding a daemon
|
are passed as arguments to the daemon to start and used when finding a daemon
|
||||||
to stop or signal.
|
to stop or signal.
|
||||||
|
.Sh NOTE
|
||||||
|
If respawn-delay, respawn-max and respawn-period are not set correctly,
|
||||||
|
it is possible to trigger a situation in which the supervisor will
|
||||||
|
infinitely try to respawn a daemon. To avoid this, if you change the
|
||||||
|
values of --respawn-delay, --respawn-max or --respawn-period, always
|
||||||
|
make sure the settings mmake sense. For example, a respawn period of 5
|
||||||
|
seconds with a respawn max of 10 and a respawn delay of 1 second leads
|
||||||
|
to infinite respawning since there can never be 10 respawns within 5
|
||||||
|
seconds.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr chdir 2 ,
|
.Xr chdir 2 ,
|
||||||
.Xr chroot 2 ,
|
.Xr chroot 2 ,
|
||||||
|
|||||||
@@ -11,5 +11,5 @@
|
|||||||
SFX= .GNU.in
|
SFX= .GNU.in
|
||||||
PKG_PREFIX?= /usr
|
PKG_PREFIX?= /usr
|
||||||
|
|
||||||
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 -DPATH_MAX=4096
|
CPPFLAGS+= -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 -DPATH_MAX=4096
|
||||||
LIBDL= -Wl,-Bdynamic -ldl
|
LIBDL= -Wl,-Bdynamic -ldl
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
SFX= .Linux.in
|
SFX= .Linux.in
|
||||||
PKG_PREFIX?= /usr
|
PKG_PREFIX?= /usr
|
||||||
|
|
||||||
CPPFLAGS+= -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700
|
CPPFLAGS+= -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700
|
||||||
LIBDL= -Wl,-Bdynamic -ldl
|
LIBDL= -Wl,-Bdynamic -ldl
|
||||||
|
|
||||||
ifeq (${MKSELINUX},yes)
|
ifeq (${MKSELINUX},yes)
|
||||||
|
|||||||
@@ -59,6 +59,9 @@ MANPREFIX?= ${UPREFIX}/share
|
|||||||
MANDIR?= ${MANPREFIX}/man
|
MANDIR?= ${MANPREFIX}/man
|
||||||
MANMODE?= 0444
|
MANMODE?= 0444
|
||||||
|
|
||||||
|
DATADIR?= ${UPREFIX}/share/openrc
|
||||||
|
DATAMODE?= 0644
|
||||||
|
|
||||||
DOCDIR?= ${UPREFIX}/share/doc
|
DOCDIR?= ${UPREFIX}/share/doc
|
||||||
DOCMODE?= 0644
|
DOCMODE?= 0644
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ endif
|
|||||||
_installafter:
|
_installafter:
|
||||||
ifeq (${OS},Linux)
|
ifeq (${OS},Linux)
|
||||||
${INSTALL} -d ${DESTDIR}${SBINDIR}
|
${INSTALL} -d ${DESTDIR}${SBINDIR}
|
||||||
ln -s ${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat
|
ln -sf ${DIR}/rc-sstat ${DESTDIR}/${SBINDIR}/rc-sstat
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include ${MK}/scripts.mk
|
include ${MK}/scripts.mk
|
||||||
|
|||||||
@@ -74,11 +74,22 @@ do
|
|||||||
|
|
||||||
# Only generate dependencies for OpenRC scripts
|
# Only generate dependencies for OpenRC scripts
|
||||||
read one two three <"$RC_SERVICE"
|
read one two three <"$RC_SERVICE"
|
||||||
[ "$one" = "#!@SBINDIR@/runscript" ] || \
|
case "$one" in
|
||||||
[ "$one" = "#!@SBINDIR@/openrc-run" ] || \
|
\#*/openrc-run) ;;
|
||||||
[ "$one" = "#!" -a "$two" = "@SBINDIR@/runscript" ] || \
|
\#*/runscript) ;;
|
||||||
[ "$one" = "#!" -a "$two" = "@SBINDIR@/openrc-run" ] || \
|
\#!)
|
||||||
continue
|
case "$two" in
|
||||||
|
*/openrc-run) ;;
|
||||||
|
*/runscript) ;;
|
||||||
|
*)
|
||||||
|
continue
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
continue
|
||||||
|
;;
|
||||||
|
esac
|
||||||
unset one two three
|
unset one two three
|
||||||
|
|
||||||
RC_SVCNAME=${RC_SERVICE##*/} ; export RC_SVCNAME
|
RC_SVCNAME=${RC_SERVICE##*/} ; export RC_SVCNAME
|
||||||
|
|||||||
@@ -85,6 +85,40 @@ get_bootparam()
|
|||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get_bootparam_value()
|
||||||
|
{
|
||||||
|
local match="$1" which_value="$2" sep="$3" result value
|
||||||
|
if [ -n "$match" -a -r /proc/cmdline ]; then
|
||||||
|
set -- $(cat /proc/cmdline)
|
||||||
|
while [ -n "$1" ]; do
|
||||||
|
case "$1" in
|
||||||
|
$match=*)
|
||||||
|
value="${1##*=}"
|
||||||
|
case "$which_value" in
|
||||||
|
all)
|
||||||
|
[ -z "$sep" ] && sep=' '
|
||||||
|
if [ -z "$result" ]; then
|
||||||
|
result="$value"
|
||||||
|
else
|
||||||
|
result="${result}${sep}${value}"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
last)
|
||||||
|
result="$value"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
result="$value"
|
||||||
|
break
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
shift
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
echo $result
|
||||||
|
}
|
||||||
|
|
||||||
# Called from openrc-run.sh or gendepends.sh
|
# Called from openrc-run.sh or gendepends.sh
|
||||||
_get_containers() {
|
_get_containers() {
|
||||||
local c
|
local c
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ supervise_start()
|
|||||||
eval supervise-daemon --start \
|
eval supervise-daemon --start \
|
||||||
${chroot:+--chroot} $chroot \
|
${chroot:+--chroot} $chroot \
|
||||||
${pidfile:+--pidfile} $pidfile \
|
${pidfile:+--pidfile} $pidfile \
|
||||||
|
${respawn_delay:+--respawn-delay} $respawn_delay \
|
||||||
|
${respawn_max:+--respawn-max} $respawn_max \
|
||||||
|
${respawn_period:+--respawn-period} $respawn_period \
|
||||||
${command_user+--user} $command_user \
|
${command_user+--user} $command_user \
|
||||||
$supervise_daemon_args \
|
$supervise_daemon_args \
|
||||||
$command \
|
$command \
|
||||||
|
|||||||
@@ -3,9 +3,5 @@
|
|||||||
|
|
||||||
SUBDIR= test libeinfo librc rc
|
SUBDIR= test libeinfo librc rc
|
||||||
|
|
||||||
ifeq (${MKTOOLS},yes)
|
|
||||||
SUBDIR+= tools
|
|
||||||
endif
|
|
||||||
|
|
||||||
MK= ../mk
|
MK= ../mk
|
||||||
include ${MK}/subdir.mk
|
include ${MK}/subdir.mk
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
@@ -68,5 +69,7 @@ RC_DEPTREE *_rc_deptree_load (int, int *);
|
|||||||
bool _rc_can_find_pids(void);
|
bool _rc_can_find_pids(void);
|
||||||
|
|
||||||
RC_SERVICE lookup_service_state(const char *service);
|
RC_SERVICE lookup_service_state(const char *service);
|
||||||
|
void from_time_t(char *time_string, time_t tv);
|
||||||
|
time_t to_time_t(char *timestring);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "librc.h"
|
#include "librc.h"
|
||||||
|
#include "helpers.h"
|
||||||
|
|
||||||
bool
|
bool
|
||||||
rc_yesno(const char *value)
|
rc_yesno(const char *value)
|
||||||
@@ -118,7 +119,7 @@ rc_getline(char **line, size_t *len, FILE *fp)
|
|||||||
librc_hidden_def(rc_getline)
|
librc_hidden_def(rc_getline)
|
||||||
|
|
||||||
char *
|
char *
|
||||||
rc_proc_getent(const char *ent)
|
rc_proc_getent(const char *ent _unused)
|
||||||
{
|
{
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples";
|
|||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "librc.h"
|
#include "librc.h"
|
||||||
|
#include <helpers.h>
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
# include <sys/sysctl.h>
|
# include <sys/sysctl.h>
|
||||||
#endif
|
#endif
|
||||||
@@ -232,7 +233,7 @@ detect_prefix(const char *systype)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
detect_container(const char *systype)
|
detect_container(const char *systype _unused)
|
||||||
{
|
{
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
if (systype) {
|
if (systype) {
|
||||||
@@ -296,7 +297,7 @@ detect_container(const char *systype)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
detect_vm(const char *systype)
|
detect_vm(const char *systype _unused)
|
||||||
{
|
{
|
||||||
#ifdef __NetBSD__
|
#ifdef __NetBSD__
|
||||||
if (systype) {
|
if (systype) {
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ extern "C" {
|
|||||||
#define RC_CONFDIR RC_SYSCONFDIR "/conf.d"
|
#define RC_CONFDIR RC_SYSCONFDIR "/conf.d"
|
||||||
#define RC_PLUGINDIR RC_LIBDIR "/plugins"
|
#define RC_PLUGINDIR RC_LIBDIR "/plugins"
|
||||||
|
|
||||||
|
#define RC_INIT_FIFO RC_SVCDIR"/init.ctl"
|
||||||
#define RC_PROFILE_ENV RC_SYSCONFDIR "/profile.env"
|
#define RC_PROFILE_ENV RC_SYSCONFDIR "/profile.env"
|
||||||
#define RC_SYS_WHITELIST RC_LIBEXECDIR "/conf.d/env_whitelist"
|
#define RC_SYS_WHITELIST RC_LIBEXECDIR "/conf.d/env_whitelist"
|
||||||
#define RC_USR_WHITELIST RC_SYSCONFDIR "/conf.d/env_whitelist"
|
#define RC_USR_WHITELIST RC_SYSCONFDIR "/conf.d/env_whitelist"
|
||||||
|
|||||||
2
src/rc/.gitignore
vendored
2
src/rc/.gitignore
vendored
@@ -59,4 +59,6 @@ mark_service_failed
|
|||||||
rc-abort
|
rc-abort
|
||||||
rc
|
rc
|
||||||
openrc
|
openrc
|
||||||
|
openrc-init
|
||||||
openrc-run
|
openrc-run
|
||||||
|
openrc-shutdown
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
include ../../Makefile.inc
|
||||||
|
MK= ../../mk
|
||||||
|
include ${MK}/os.mk
|
||||||
|
|
||||||
SRCS= checkpath.c do_e.c do_mark_service.c do_service.c \
|
SRCS= checkpath.c do_e.c do_mark_service.c do_service.c \
|
||||||
do_value.c fstabinfo.c is_newer_than.c is_older_than.c \
|
do_value.c fstabinfo.c is_newer_than.c is_older_than.c \
|
||||||
mountinfo.c openrc-run.c rc-abort.c rc.c \
|
mountinfo.c openrc-run.c rc-abort.c rc.c \
|
||||||
@@ -9,6 +13,10 @@ ifeq (${MKSELINUX},yes)
|
|||||||
SRCS+= rc-selinux.c
|
SRCS+= rc-selinux.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq (${OS},Linux)
|
||||||
|
SRCS+= openrc-init.c openrc-shutdown.c
|
||||||
|
endif
|
||||||
|
|
||||||
CLEANFILES= version.h rc-selinux.o
|
CLEANFILES= version.h rc-selinux.o
|
||||||
|
|
||||||
BINDIR= ${PREFIX}/bin
|
BINDIR= ${PREFIX}/bin
|
||||||
@@ -34,6 +42,11 @@ RC_SBINPROGS= mark_service_starting mark_service_started \
|
|||||||
mark_service_inactive mark_service_wasinactive \
|
mark_service_inactive mark_service_wasinactive \
|
||||||
mark_service_hotplugged mark_service_failed \
|
mark_service_hotplugged mark_service_failed \
|
||||||
rc-abort swclock
|
rc-abort swclock
|
||||||
|
|
||||||
|
ifeq (${OS},Linux)
|
||||||
|
SBINPROGS+= openrc-init openrc-shutdown
|
||||||
|
endif
|
||||||
|
|
||||||
ALL_PROGS= ${BINPROGS} ${SBINPROGS} ${RC_BINPROGS} ${RC_SBINPROGS}
|
ALL_PROGS= ${BINPROGS} ${SBINPROGS} ${RC_BINPROGS} ${RC_SBINPROGS}
|
||||||
CLEANFILES+= ${ALL_PROGS}
|
CLEANFILES+= ${ALL_PROGS}
|
||||||
|
|
||||||
@@ -41,8 +54,6 @@ LOCAL_CPPFLAGS=-I../includes -I../librc -I../libeinfo
|
|||||||
LOCAL_LDFLAGS=-L../librc -L../libeinfo
|
LOCAL_LDFLAGS=-L../librc -L../libeinfo
|
||||||
LDADD+= -lutil -lrc -leinfo
|
LDADD+= -lutil -lrc -leinfo
|
||||||
|
|
||||||
include ../../Makefile.inc
|
|
||||||
MK= ../../mk
|
|
||||||
include ${MK}/prog.mk
|
include ${MK}/prog.mk
|
||||||
include ${MK}/gitver.mk
|
include ${MK}/gitver.mk
|
||||||
include ${MK}/cc.mk
|
include ${MK}/cc.mk
|
||||||
@@ -96,6 +107,9 @@ veinfo vewarn vebegin veend vewend veindent veoutdent: do_e.o rc-misc.o
|
|||||||
fstabinfo: fstabinfo.o _usage.o rc-misc.o
|
fstabinfo: fstabinfo.o _usage.o rc-misc.o
|
||||||
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
||||||
|
|
||||||
|
openrc-init: openrc-init.o
|
||||||
|
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
||||||
|
|
||||||
is_newer_than: is_newer_than.o rc-misc.o
|
is_newer_than: is_newer_than.o rc-misc.o
|
||||||
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
||||||
|
|
||||||
@@ -114,6 +128,9 @@ mountinfo: mountinfo.o _usage.o rc-misc.o
|
|||||||
openrc rc: rc.o rc-logger.o rc-misc.o rc-plugin.o _usage.o
|
openrc rc: rc.o rc-logger.o rc-misc.o rc-plugin.o _usage.o
|
||||||
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
||||||
|
|
||||||
|
openrc-shutdown: openrc-shutdown.o _usage.o
|
||||||
|
${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD}
|
||||||
|
|
||||||
openrc-run runscript: openrc-run.o _usage.o rc-misc.o rc-plugin.o
|
openrc-run runscript: openrc-run.o _usage.o rc-misc.o rc-plugin.o
|
||||||
ifeq (${MKSELINUX},yes)
|
ifeq (${MKSELINUX},yes)
|
||||||
openrc-run runscript: rc-selinux.o
|
openrc-run runscript: rc-selinux.o
|
||||||
|
|||||||
@@ -46,6 +46,7 @@
|
|||||||
#include "_usage.h"
|
#include "_usage.h"
|
||||||
|
|
||||||
const char *applet = NULL;
|
const char *applet = NULL;
|
||||||
|
const char *procmounts = "/proc/mounts";
|
||||||
const char *extraopts = "[mount1] [mount2] ...";
|
const char *extraopts = "[mount1] [mount2] ...";
|
||||||
const char *getoptstring = "f:F:n:N:o:O:p:P:iste:E:" getoptstring_COMMON;
|
const char *getoptstring = "f:F:n:N:o:O:p:P:iste:E:" getoptstring_COMMON;
|
||||||
const struct option longopts[] = {
|
const struct option longopts[] = {
|
||||||
@@ -323,7 +324,7 @@ find_mounts(struct args *args)
|
|||||||
int netdev;
|
int netdev;
|
||||||
RC_STRINGLIST *list;
|
RC_STRINGLIST *list;
|
||||||
|
|
||||||
if ((fp = fopen("/proc/self/mounts", "r")) == NULL)
|
if ((fp = fopen(procmounts, "r")) == NULL)
|
||||||
eerrorx("getmntinfo: %s", strerror(errno));
|
eerrorx("getmntinfo: %s", strerror(errno));
|
||||||
|
|
||||||
list = rc_stringlist_new();
|
list = rc_stringlist_new();
|
||||||
|
|||||||
206
src/rc/openrc-init.c
Normal file
206
src/rc/openrc-init.c
Normal file
@@ -0,0 +1,206 @@
|
|||||||
|
/*
|
||||||
|
* openrc-init.c
|
||||||
|
* This is the init process (pid 1) for OpenRC.
|
||||||
|
*
|
||||||
|
* This is based on code written by James Hammons <jlhamm@acm.org>, so
|
||||||
|
* I would like to publically thank him for his work.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2017 The OpenRC Authors.
|
||||||
|
* See the Authors file at the top-level directory of this distribution and
|
||||||
|
* https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
|
*
|
||||||
|
* This file is part of OpenRC. It is subject to the license terms in
|
||||||
|
* the LICENSE file found in the top-level directory of this
|
||||||
|
* distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||||
|
* This file may not be copied, modified, propagated, or distributed
|
||||||
|
* except according to the terms contained in the LICENSE file.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
|
#include <signal.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/reboot.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
|
#include "helpers.h"
|
||||||
|
#include "rc.h"
|
||||||
|
#include "version.h"
|
||||||
|
|
||||||
|
static const char *rc_default_runlevel = "default";
|
||||||
|
|
||||||
|
static pid_t do_openrc(const char *runlevel)
|
||||||
|
{
|
||||||
|
pid_t pid;
|
||||||
|
sigset_t signals;
|
||||||
|
|
||||||
|
pid = fork();
|
||||||
|
switch(pid) {
|
||||||
|
case -1:
|
||||||
|
perror("fork");
|
||||||
|
break;
|
||||||
|
case 0:
|
||||||
|
setsid();
|
||||||
|
/* unblock all signals */
|
||||||
|
sigemptyset(&signals);
|
||||||
|
sigprocmask(SIG_SETMASK, &signals, NULL);
|
||||||
|
printf("Starting %s runlevel\n", runlevel);
|
||||||
|
execl("/sbin/openrc", "/sbin/openrc", runlevel, NULL);
|
||||||
|
perror("exec");
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return pid;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void init(const char *default_runlevel)
|
||||||
|
{
|
||||||
|
const char *runlevel = NULL;
|
||||||
|
pid_t pid;
|
||||||
|
|
||||||
|
pid = do_openrc("sysinit");
|
||||||
|
waitpid(pid, NULL, 0);
|
||||||
|
pid = do_openrc("boot");
|
||||||
|
waitpid(pid, NULL, 0);
|
||||||
|
if (default_runlevel)
|
||||||
|
runlevel = default_runlevel;
|
||||||
|
else
|
||||||
|
runlevel = rc_conf_value("rc_default_runlevel");
|
||||||
|
if (!runlevel)
|
||||||
|
runlevel = rc_default_runlevel;
|
||||||
|
if (!rc_runlevel_exists(runlevel)) {
|
||||||
|
printf("%s is an invalid runlevel\n", runlevel);
|
||||||
|
runlevel = rc_default_runlevel;
|
||||||
|
}
|
||||||
|
pid = do_openrc(runlevel);
|
||||||
|
waitpid(pid, NULL, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void handle_reexec(char *my_name)
|
||||||
|
{
|
||||||
|
execl(my_name, my_name, "reexec", NULL);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void handle_shutdown(const char *runlevel, int cmd)
|
||||||
|
{
|
||||||
|
pid_t pid;
|
||||||
|
|
||||||
|
pid = do_openrc(runlevel);
|
||||||
|
while (waitpid(pid, NULL, 0) != pid);
|
||||||
|
printf("Sending the final term signal\n");
|
||||||
|
kill(-1, SIGTERM);
|
||||||
|
sleep(3);
|
||||||
|
printf("Sending the final kill signal\n");
|
||||||
|
kill(-1, SIGKILL);
|
||||||
|
sync();
|
||||||
|
reboot(cmd);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void reap_zombies(void)
|
||||||
|
{
|
||||||
|
pid_t pid;
|
||||||
|
|
||||||
|
for (;;) {
|
||||||
|
pid = waitpid(-1, NULL, WNOHANG);
|
||||||
|
if (pid == 0)
|
||||||
|
break;
|
||||||
|
else if (pid == -1) {
|
||||||
|
if (errno == ECHILD)
|
||||||
|
break;
|
||||||
|
perror("waitpid");
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static void signal_handler(int sig)
|
||||||
|
{
|
||||||
|
switch(sig) {
|
||||||
|
case SIGINT:
|
||||||
|
handle_shutdown("reboot", RB_AUTOBOOT);
|
||||||
|
break;
|
||||||
|
case SIGCHLD:
|
||||||
|
reap_zombies();
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
printf("Unknown signal received, %d\n", sig);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
char *default_runlevel;
|
||||||
|
char buf[2048];
|
||||||
|
int count;
|
||||||
|
FILE *fifo;
|
||||||
|
bool reexec = false;
|
||||||
|
sigset_t signals;
|
||||||
|
struct sigaction sa;
|
||||||
|
|
||||||
|
if (getpid() != 1)
|
||||||
|
return 1;
|
||||||
|
|
||||||
|
printf("OpenRC init version %s starting\n", VERSION);
|
||||||
|
|
||||||
|
if (argc > 1)
|
||||||
|
default_runlevel = argv[1];
|
||||||
|
else
|
||||||
|
default_runlevel = NULL;
|
||||||
|
|
||||||
|
if (default_runlevel && strcmp(default_runlevel, "reexec") == 0)
|
||||||
|
reexec = true;
|
||||||
|
|
||||||
|
/* block all signals we do not handle */
|
||||||
|
sigfillset(&signals);
|
||||||
|
sigdelset(&signals, SIGCHLD);
|
||||||
|
sigdelset(&signals, SIGINT);
|
||||||
|
sigprocmask(SIG_SETMASK, &signals, NULL);
|
||||||
|
|
||||||
|
/* install signal handler */
|
||||||
|
memset(&sa, 0, sizeof(sa));
|
||||||
|
sa.sa_handler = signal_handler;
|
||||||
|
sigaction(SIGCHLD, &sa, NULL);
|
||||||
|
sigaction(SIGINT, &sa, NULL);
|
||||||
|
reboot(RB_DISABLE_CAD);
|
||||||
|
|
||||||
|
if (! reexec)
|
||||||
|
init(default_runlevel);
|
||||||
|
|
||||||
|
if (mkfifo(RC_INIT_FIFO, 0600) == -1 && errno != EEXIST)
|
||||||
|
perror("mkfifo");
|
||||||
|
|
||||||
|
for (;;) {
|
||||||
|
/* This will block until a command is sent down the pipe... */
|
||||||
|
fifo = fopen(RC_INIT_FIFO, "r");
|
||||||
|
if (!fifo) {
|
||||||
|
if (errno != EINTR)
|
||||||
|
perror("fopen");
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
count = fread(buf, 1, 2048, fifo);
|
||||||
|
buf[count] = 0;
|
||||||
|
fclose(fifo);
|
||||||
|
printf("PID1: Received \"%s\" from FIFO...\n", buf);
|
||||||
|
if (strcmp(buf, "halt") == 0)
|
||||||
|
handle_shutdown("shutdown", RB_HALT_SYSTEM);
|
||||||
|
else if (strcmp(buf, "kexec") == 0)
|
||||||
|
handle_shutdown("reboot", RB_KEXEC);
|
||||||
|
else if (strcmp(buf, "poweroff") == 0)
|
||||||
|
handle_shutdown("shutdown", RB_POWER_OFF);
|
||||||
|
else if (strcmp(buf, "reboot") == 0)
|
||||||
|
handle_shutdown("reboot", RB_AUTOBOOT);
|
||||||
|
else if (strcmp(buf, "reexec") == 0)
|
||||||
|
handle_reexec(argv[0]);
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
132
src/rc/openrc-shutdown.c
Normal file
132
src/rc/openrc-shutdown.c
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
/*
|
||||||
|
* openrc-shutdown.c
|
||||||
|
* If you are using OpenRC's provided init, this will shut down or
|
||||||
|
* reboot your system.
|
||||||
|
*
|
||||||
|
* This is based on code written by James Hammons <jlhamm@acm.org>, so
|
||||||
|
* I would like to publically thank him for his work.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright 2017 The OpenRC Authors.
|
||||||
|
* See the Authors file at the top-level directory of this distribution and
|
||||||
|
* https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
|
*
|
||||||
|
* This file is part of OpenRC. It is subject to the license terms in
|
||||||
|
* the LICENSE file found in the top-level directory of this
|
||||||
|
* distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||||
|
* This file may not be copied, modified, propagated, or distributed
|
||||||
|
* except according to the terms contained in the LICENSE file.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <getopt.h>
|
||||||
|
#include <signal.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include "einfo.h"
|
||||||
|
#include "rc.h"
|
||||||
|
#include "helpers.h"
|
||||||
|
#include "_usage.h"
|
||||||
|
|
||||||
|
const char *applet = NULL;
|
||||||
|
const char *extraopts = NULL;
|
||||||
|
const char *getoptstring = "HkpRr" getoptstring_COMMON;
|
||||||
|
const struct option longopts[] = {
|
||||||
|
{ "halt", no_argument, NULL, 'H'},
|
||||||
|
{ "kexec", no_argument, NULL, 'k'},
|
||||||
|
{ "poweroff", no_argument, NULL, 'p'},
|
||||||
|
{ "reexec", no_argument, NULL, 'R'},
|
||||||
|
{ "reboot", no_argument, NULL, 'r'},
|
||||||
|
longopts_COMMON
|
||||||
|
};
|
||||||
|
const char * const longopts_help[] = {
|
||||||
|
"halt the system",
|
||||||
|
"reboot the system using kexec",
|
||||||
|
"power off the system",
|
||||||
|
"re-execute init (use after upgrading)",
|
||||||
|
"reboot the system",
|
||||||
|
longopts_help_COMMON
|
||||||
|
};
|
||||||
|
const char *usagestring = NULL;
|
||||||
|
const char *exclusive = "Select one of "
|
||||||
|
"--halt, --kexec, --poweroff, --reexec or --reboot";
|
||||||
|
|
||||||
|
static void send_cmd(const char *cmd)
|
||||||
|
{
|
||||||
|
FILE *fifo;
|
||||||
|
size_t ignored;
|
||||||
|
|
||||||
|
fifo = fopen(RC_INIT_FIFO, "w");
|
||||||
|
|
||||||
|
if (!fifo) {
|
||||||
|
perror("fopen");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
ignored = fwrite(cmd, 1, strlen(cmd), fifo);
|
||||||
|
if (ignored != strlen(cmd))
|
||||||
|
printf("Error writing to init fifo\n");
|
||||||
|
fclose(fifo);
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
int opt;
|
||||||
|
int cmd_count = 0;
|
||||||
|
bool do_halt = false;
|
||||||
|
bool do_kexec = false;
|
||||||
|
bool do_poweroff = false;
|
||||||
|
bool do_reboot = false;
|
||||||
|
bool do_reexec = false;
|
||||||
|
|
||||||
|
applet = basename_c(argv[0]);
|
||||||
|
if (geteuid() != 0)
|
||||||
|
eerrorx("%s: you must be root\n", applet);
|
||||||
|
while ((opt = getopt_long(argc, argv, getoptstring,
|
||||||
|
longopts, (int *) 0)) != -1)
|
||||||
|
{
|
||||||
|
switch (opt) {
|
||||||
|
case 'H':
|
||||||
|
do_halt = true;
|
||||||
|
cmd_count++;
|
||||||
|
break;
|
||||||
|
case 'k':
|
||||||
|
do_kexec = true;
|
||||||
|
cmd_count++;
|
||||||
|
break;
|
||||||
|
case 'p':
|
||||||
|
do_poweroff = true;
|
||||||
|
cmd_count++;
|
||||||
|
break;
|
||||||
|
case 'R':
|
||||||
|
do_reexec = true;
|
||||||
|
cmd_count++;
|
||||||
|
break;
|
||||||
|
case 'r':
|
||||||
|
do_reboot = true;
|
||||||
|
cmd_count++;
|
||||||
|
break;
|
||||||
|
case_RC_COMMON_GETOPT
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (cmd_count != 1) {
|
||||||
|
eerror("%s: %s\n", applet, exclusive);
|
||||||
|
usage(EXIT_FAILURE);
|
||||||
|
}
|
||||||
|
if (do_halt)
|
||||||
|
send_cmd("halt");
|
||||||
|
else if (do_kexec)
|
||||||
|
send_cmd("kexec");
|
||||||
|
else if (do_poweroff)
|
||||||
|
send_cmd("poweroff");
|
||||||
|
else if (do_reboot)
|
||||||
|
send_cmd("reboot");
|
||||||
|
else if (do_reexec)
|
||||||
|
send_cmd("reexec");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
@@ -261,12 +261,12 @@ rc_logger_open(const char *level)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fclose(log);
|
||||||
} else {
|
} else {
|
||||||
log_error = 1;
|
log_error = 1;
|
||||||
eerror("Error: fopen(%s) failed: %s", TMPLOG, strerror(errno));
|
eerror("Error: fopen(%s) failed: %s", TMPLOG, strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose(log);
|
|
||||||
fclose(plog);
|
fclose(plog);
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -442,3 +442,35 @@ RC_SERVICE lookup_service_state(const char *service)
|
|||||||
return service_bits[i].bit;
|
return service_bits[i].bit;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void from_time_t(char *time_string, time_t tv)
|
||||||
|
{
|
||||||
|
strftime(time_string, 20, "%Y-%m-%d %H:%M:%S", localtime(&tv));
|
||||||
|
}
|
||||||
|
|
||||||
|
time_t to_time_t(char *timestring)
|
||||||
|
{
|
||||||
|
int check = 0;
|
||||||
|
int year = 0;
|
||||||
|
int month = 0;
|
||||||
|
int day = 0;
|
||||||
|
int hour = 0;
|
||||||
|
int min = 0;
|
||||||
|
int sec = 0;
|
||||||
|
struct tm breakdown = {0};
|
||||||
|
time_t result = -1;
|
||||||
|
|
||||||
|
check = sscanf(timestring, "%4d-%2d-%2d %2d:%2d:%2d",
|
||||||
|
&year, &month, &day, &hour, &min, &sec);
|
||||||
|
if (check == 6) {
|
||||||
|
breakdown.tm_year = year - 1900; /* years since 1900 */
|
||||||
|
breakdown.tm_mon = month - 1;
|
||||||
|
breakdown.tm_mday = day;
|
||||||
|
breakdown.tm_hour = hour;
|
||||||
|
breakdown.tm_min = min;
|
||||||
|
breakdown.tm_sec = sec;
|
||||||
|
breakdown.tm_isdst = -1;
|
||||||
|
result = mktime(&breakdown);
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|||||||
@@ -76,10 +76,58 @@ print_level(const char *prefix, const char *level)
|
|||||||
printf("%s\n", level);
|
printf("%s\n", level);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void get_uptime(const char *service, char *uptime, int uptime_size)
|
||||||
|
{
|
||||||
|
RC_SERVICE state = rc_service_state(service);
|
||||||
|
char *start_count;
|
||||||
|
time_t now;
|
||||||
|
char *start_time_string;
|
||||||
|
time_t start_time;
|
||||||
|
time_t time_diff;
|
||||||
|
time_t diff_days = (time_t) 0;
|
||||||
|
time_t diff_hours = (time_t) 0;
|
||||||
|
time_t diff_mins = (time_t) 0;
|
||||||
|
time_t diff_secs = (time_t) 0;
|
||||||
|
|
||||||
|
uptime[0] = '\0';
|
||||||
|
if (state & RC_SERVICE_STARTED) {
|
||||||
|
start_count = rc_service_value_get(service, "start_count");
|
||||||
|
start_time_string = rc_service_value_get(service, "start_time");
|
||||||
|
if (start_count && start_time_string) {
|
||||||
|
start_time = to_time_t(start_time_string);
|
||||||
|
now = time(NULL);
|
||||||
|
time_diff = (time_t) difftime(now, start_time);
|
||||||
|
diff_secs = time_diff;
|
||||||
|
if (diff_secs > (time_t) 86400) {
|
||||||
|
diff_days = diff_secs / (time_t) 86400;
|
||||||
|
diff_secs %= diff_days * (time_t) 86400;
|
||||||
|
}
|
||||||
|
if (diff_secs > (time_t) 3600) {
|
||||||
|
diff_hours = diff_secs / (time_t) 3600;
|
||||||
|
diff_secs %= diff_hours * (time_t) 3600;
|
||||||
|
}
|
||||||
|
if (diff_secs > (time_t) 60) {
|
||||||
|
diff_mins = diff_secs / (time_t) 60;
|
||||||
|
diff_secs %= diff_mins * (time_t) 60;
|
||||||
|
}
|
||||||
|
if (diff_days > 0)
|
||||||
|
snprintf(uptime, uptime_size,
|
||||||
|
"%ld day(s) %02ld:%02ld:%02ld (%s)",
|
||||||
|
diff_days, diff_hours, diff_mins, diff_secs,
|
||||||
|
start_count);
|
||||||
|
else
|
||||||
|
snprintf(uptime, uptime_size,
|
||||||
|
"%02ld:%02ld:%02ld (%s)",
|
||||||
|
diff_hours, diff_mins, diff_secs, start_count);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_service(const char *service)
|
print_service(const char *service)
|
||||||
{
|
{
|
||||||
char status[10];
|
char status[60];
|
||||||
|
char uptime [40];
|
||||||
int cols = printf(" %s", service);
|
int cols = printf(" %s", service);
|
||||||
const char *c = ecolor(ECOLOR_GOOD);
|
const char *c = ecolor(ECOLOR_GOOD);
|
||||||
RC_SERVICE state = rc_service_state(service);
|
RC_SERVICE state = rc_service_state(service);
|
||||||
@@ -101,7 +149,8 @@ print_service(const char *service)
|
|||||||
{
|
{
|
||||||
snprintf(status, sizeof(status), " crashed ");
|
snprintf(status, sizeof(status), " crashed ");
|
||||||
} else {
|
} else {
|
||||||
snprintf(status, sizeof(status), " started ");
|
get_uptime(service, uptime, 40);
|
||||||
|
snprintf(status, sizeof(status), " started %s", uptime);
|
||||||
color = ECOLOR_GOOD;
|
color = ECOLOR_GOOD;
|
||||||
}
|
}
|
||||||
} else if (state & RC_SERVICE_SCHEDULED) {
|
} else if (state & RC_SERVICE_SCHEDULED) {
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ static struct pam_conv conv = { NULL, NULL};
|
|||||||
#include "rc.h"
|
#include "rc.h"
|
||||||
#include "rc-misc.h"
|
#include "rc-misc.h"
|
||||||
#include "_usage.h"
|
#include "_usage.h"
|
||||||
|
#include "helpers.h"
|
||||||
|
|
||||||
const char *applet = NULL;
|
const char *applet = NULL;
|
||||||
const char *extraopts = NULL;
|
const char *extraopts = NULL;
|
||||||
@@ -153,7 +154,9 @@ extern char **environ;
|
|||||||
# define SYS_ioprio_set __NR_ioprio_set
|
# define SYS_ioprio_set __NR_ioprio_set
|
||||||
#endif
|
#endif
|
||||||
#if !defined(__DragonFly__)
|
#if !defined(__DragonFly__)
|
||||||
static inline int ioprio_set(int which, int who, int ioprio)
|
static inline int ioprio_set(int which _unused,
|
||||||
|
int who _unused,
|
||||||
|
int ioprio _unused)
|
||||||
{
|
{
|
||||||
#ifdef SYS_ioprio_set
|
#ifdef SYS_ioprio_set
|
||||||
return syscall(SYS_ioprio_set, which, who, ioprio);
|
return syscall(SYS_ioprio_set, which, who, ioprio);
|
||||||
@@ -194,26 +197,45 @@ parse_signal(const char *sig)
|
|||||||
int signal;
|
int signal;
|
||||||
} SIGNALPAIR;
|
} SIGNALPAIR;
|
||||||
|
|
||||||
|
#define signalpair_item(name) { #name, SIG##name },
|
||||||
|
|
||||||
static const SIGNALPAIR signallist[] = {
|
static const SIGNALPAIR signallist[] = {
|
||||||
{ "ABRT", SIGABRT },
|
signalpair_item(HUP)
|
||||||
{ "ALRM", SIGALRM },
|
signalpair_item(INT)
|
||||||
{ "FPE", SIGFPE },
|
signalpair_item(QUIT)
|
||||||
{ "HUP", SIGHUP },
|
signalpair_item(ILL)
|
||||||
{ "ILL", SIGILL },
|
signalpair_item(TRAP)
|
||||||
{ "INT", SIGINT },
|
signalpair_item(ABRT)
|
||||||
{ "KILL", SIGKILL },
|
signalpair_item(BUS)
|
||||||
{ "PIPE", SIGPIPE },
|
signalpair_item(FPE)
|
||||||
{ "QUIT", SIGQUIT },
|
signalpair_item(KILL)
|
||||||
{ "SEGV", SIGSEGV },
|
signalpair_item(USR1)
|
||||||
{ "TERM", SIGTERM },
|
signalpair_item(SEGV)
|
||||||
{ "USR1", SIGUSR1 },
|
signalpair_item(USR2)
|
||||||
{ "USR2", SIGUSR2 },
|
signalpair_item(PIPE)
|
||||||
{ "CHLD", SIGCHLD },
|
signalpair_item(ALRM)
|
||||||
{ "CONT", SIGCONT },
|
signalpair_item(TERM)
|
||||||
{ "STOP", SIGSTOP },
|
signalpair_item(CHLD)
|
||||||
{ "TSTP", SIGTSTP },
|
signalpair_item(CONT)
|
||||||
{ "TTIN", SIGTTIN },
|
signalpair_item(STOP)
|
||||||
{ "TTOU", SIGTTOU },
|
signalpair_item(TSTP)
|
||||||
|
signalpair_item(TTIN)
|
||||||
|
signalpair_item(TTOU)
|
||||||
|
signalpair_item(URG)
|
||||||
|
signalpair_item(XCPU)
|
||||||
|
signalpair_item(XFSZ)
|
||||||
|
signalpair_item(VTALRM)
|
||||||
|
signalpair_item(PROF)
|
||||||
|
#ifdef SIGWINCH
|
||||||
|
signalpair_item(WINCH)
|
||||||
|
#endif
|
||||||
|
#ifdef SIGIO
|
||||||
|
signalpair_item(IO)
|
||||||
|
#endif
|
||||||
|
#ifdef SIGPWR
|
||||||
|
signalpair_item(PWR)
|
||||||
|
#endif
|
||||||
|
signalpair_item(SYS)
|
||||||
{ "NULL", 0 },
|
{ "NULL", 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -468,7 +490,7 @@ run_stop_schedule(const char *exec, const char *const *argv,
|
|||||||
if (tkilled == 0) {
|
if (tkilled == 0) {
|
||||||
if (progressed)
|
if (progressed)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
eerror("%s: no matching processes found", applet);
|
eerror("%s: no matching processes found", applet);
|
||||||
}
|
}
|
||||||
return tkilled;
|
return tkilled;
|
||||||
}
|
}
|
||||||
@@ -696,17 +718,17 @@ int main(int argc, char **argv)
|
|||||||
if (sscanf(tmp, "%d", &nicelevel) != 1)
|
if (sscanf(tmp, "%d", &nicelevel) != 1)
|
||||||
eerror("%s: invalid nice level `%s' (SSD_NICELEVEL)",
|
eerror("%s: invalid nice level `%s' (SSD_NICELEVEL)",
|
||||||
applet, tmp);
|
applet, tmp);
|
||||||
if ((tmp = getenv("SSD_IONICELEVEL"))) {
|
if ((tmp = getenv("SSD_IONICELEVEL"))) {
|
||||||
int n = sscanf(tmp, "%d:%d", &ionicec, &ioniced);
|
int n = sscanf(tmp, "%d:%d", &ionicec, &ioniced);
|
||||||
if (n != 1 && n != 2)
|
if (n != 1 && n != 2)
|
||||||
eerror("%s: invalid ionice level `%s' (SSD_IONICELEVEL)",
|
eerror("%s: invalid ionice level `%s' (SSD_IONICELEVEL)",
|
||||||
applet, tmp);
|
applet, tmp);
|
||||||
if (ionicec == 0)
|
if (ionicec == 0)
|
||||||
ioniced = 0;
|
ioniced = 0;
|
||||||
else if (ionicec == 3)
|
else if (ionicec == 3)
|
||||||
ioniced = 7;
|
ioniced = 7;
|
||||||
ionicec <<= 13; /* class shift */
|
ionicec <<= 13; /* class shift */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get our user name and initial dir */
|
/* Get our user name and initial dir */
|
||||||
p = getenv("USER");
|
p = getenv("USER");
|
||||||
@@ -938,6 +960,9 @@ int main(int argc, char **argv)
|
|||||||
if (redirect_stdout || redirect_stderr)
|
if (redirect_stdout || redirect_stderr)
|
||||||
eerrorx("%s: --stdout and --stderr are only relevant"
|
eerrorx("%s: --stdout and --stderr are only relevant"
|
||||||
" with --start", applet);
|
" with --start", applet);
|
||||||
|
if (start_wait)
|
||||||
|
ewarn("using --wait with --stop has no effect,"
|
||||||
|
" use --retry instead");
|
||||||
} else {
|
} else {
|
||||||
if (!exec)
|
if (!exec)
|
||||||
eerrorx("%s: nothing to start", applet);
|
eerrorx("%s: nothing to start", applet);
|
||||||
@@ -990,7 +1015,11 @@ int main(int argc, char **argv)
|
|||||||
eerror("%s: %s does not exist", applet,
|
eerror("%s: %s does not exist", applet,
|
||||||
*exec_file ? exec_file : exec);
|
*exec_file ? exec_file : exec);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
if (start && retry)
|
||||||
|
ewarn("using --retry with --start has no effect,"
|
||||||
|
" use --wait instead");
|
||||||
|
|
||||||
/* If we don't have a pidfile we should check if it's interpreted
|
/* If we don't have a pidfile we should check if it's interpreted
|
||||||
* or not. If it we, we need to pass the interpreter through
|
* or not. If it we, we need to pass the interpreter through
|
||||||
|
|||||||
@@ -62,39 +62,46 @@ static struct pam_conv conv = { NULL, NULL};
|
|||||||
#include "rc.h"
|
#include "rc.h"
|
||||||
#include "rc-misc.h"
|
#include "rc-misc.h"
|
||||||
#include "_usage.h"
|
#include "_usage.h"
|
||||||
|
#include "helpers.h"
|
||||||
|
|
||||||
const char *applet = NULL;
|
const char *applet = NULL;
|
||||||
const char *extraopts = NULL;
|
const char *extraopts = NULL;
|
||||||
const char *getoptstring = "d:e:g:I:Kk:N:p:r:Su:1:2:" \
|
const char *getoptstring = "D:d:e:g:I:Kk:m:N:p:r:Su:1:2:" \
|
||||||
getoptstring_COMMON;
|
getoptstring_COMMON;
|
||||||
const struct option longopts[] = {
|
const struct option longopts[] = {
|
||||||
|
{ "respawn-delay", 1, NULL, 'D'},
|
||||||
{ "chdir", 1, NULL, 'd'},
|
{ "chdir", 1, NULL, 'd'},
|
||||||
{ "env", 1, NULL, 'e'},
|
{ "env", 1, NULL, 'e'},
|
||||||
{ "group", 1, NULL, 'g'},
|
{ "group", 1, NULL, 'g'},
|
||||||
{ "ionice", 1, NULL, 'I'},
|
{ "ionice", 1, NULL, 'I'},
|
||||||
{ "stop", 0, NULL, 'K'},
|
{ "stop", 0, NULL, 'K'},
|
||||||
{ "umask", 1, NULL, 'k'},
|
{ "umask", 1, NULL, 'k'},
|
||||||
|
{ "respawn-max", 1, NULL, 'm'},
|
||||||
{ "nicelevel", 1, NULL, 'N'},
|
{ "nicelevel", 1, NULL, 'N'},
|
||||||
{ "pidfile", 1, NULL, 'p'},
|
{ "pidfile", 1, NULL, 'p'},
|
||||||
{ "user", 1, NULL, 'u'},
|
{ "respawn-period", 1, NULL, 'P'},
|
||||||
{ "chroot", 1, NULL, 'r'},
|
{ "chroot", 1, NULL, 'r'},
|
||||||
{ "start", 0, NULL, 'S'},
|
{ "start", 0, NULL, 'S'},
|
||||||
|
{ "user", 1, NULL, 'u'},
|
||||||
{ "stdout", 1, NULL, '1'},
|
{ "stdout", 1, NULL, '1'},
|
||||||
{ "stderr", 1, NULL, '2'},
|
{ "stderr", 1, NULL, '2'},
|
||||||
longopts_COMMON
|
longopts_COMMON
|
||||||
};
|
};
|
||||||
const char * const longopts_help[] = {
|
const char * const longopts_help[] = {
|
||||||
|
"Set a respawn delay",
|
||||||
"Change the PWD",
|
"Change the PWD",
|
||||||
"Set an environment string",
|
"Set an environment string",
|
||||||
"Change the process group",
|
"Change the process group",
|
||||||
"Set an ionice class:data when starting",
|
"Set an ionice class:data when starting",
|
||||||
"Stop daemon",
|
"Stop daemon",
|
||||||
"Set the umask for the daemon",
|
"Set the umask for the daemon",
|
||||||
|
"set maximum number of respawn attempts",
|
||||||
"Set a nicelevel when starting",
|
"Set a nicelevel when starting",
|
||||||
"Match pid found in this file",
|
"Match pid found in this file",
|
||||||
"Change the process user",
|
"Set respawn time period",
|
||||||
"Chroot to this directory",
|
"Chroot to this directory",
|
||||||
"Start daemon",
|
"Start daemon",
|
||||||
|
"Change the process user",
|
||||||
"Redirect stdout to file",
|
"Redirect stdout to file",
|
||||||
"Redirect stderr to file",
|
"Redirect stderr to file",
|
||||||
longopts_help_COMMON
|
longopts_help_COMMON
|
||||||
@@ -124,7 +131,8 @@ extern char **environ;
|
|||||||
# define SYS_ioprio_set __NR_ioprio_set
|
# define SYS_ioprio_set __NR_ioprio_set
|
||||||
#endif
|
#endif
|
||||||
#if !defined(__DragonFly__)
|
#if !defined(__DragonFly__)
|
||||||
static inline int ioprio_set(int which, int who, int ioprio)
|
static inline int ioprio_set(int which _unused, int who _unused,
|
||||||
|
int ioprio _unused)
|
||||||
{
|
{
|
||||||
#ifdef SYS_ioprio_set
|
#ifdef SYS_ioprio_set
|
||||||
return syscall(SYS_ioprio_set, which, who, ioprio);
|
return syscall(SYS_ioprio_set, which, who, ioprio);
|
||||||
@@ -163,7 +171,8 @@ static pid_t get_pid(const char *pidfile)
|
|||||||
return pid;
|
return pid;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void child_process(char *exec, char **argv)
|
static void child_process(char *exec, char **argv, char *svcname,
|
||||||
|
int start_count)
|
||||||
{
|
{
|
||||||
RC_STRINGLIST *env_list;
|
RC_STRINGLIST *env_list;
|
||||||
RC_STRING *env;
|
RC_STRING *env;
|
||||||
@@ -175,6 +184,9 @@ static void child_process(char *exec, char **argv)
|
|||||||
char *np;
|
char *np;
|
||||||
char **c;
|
char **c;
|
||||||
char cmdline[PATH_MAX];
|
char cmdline[PATH_MAX];
|
||||||
|
time_t start_time;
|
||||||
|
char start_count_string[20];
|
||||||
|
char start_time_string[20];
|
||||||
|
|
||||||
#ifdef HAVE_PAM
|
#ifdef HAVE_PAM
|
||||||
pam_handle_t *pamh = NULL;
|
pam_handle_t *pamh = NULL;
|
||||||
@@ -184,6 +196,14 @@ static void child_process(char *exec, char **argv)
|
|||||||
|
|
||||||
setsid();
|
setsid();
|
||||||
|
|
||||||
|
if (svcname) {
|
||||||
|
start_time = time(NULL);
|
||||||
|
from_time_t(start_time_string, start_time);
|
||||||
|
rc_service_value_set(svcname, "start_time", start_time_string);
|
||||||
|
sprintf(start_count_string, "%i", start_count);
|
||||||
|
rc_service_value_set(svcname, "start_count", start_count_string);
|
||||||
|
}
|
||||||
|
|
||||||
if (nicelevel) {
|
if (nicelevel) {
|
||||||
if (setpriority(PRIO_PROCESS, getpid(), nicelevel) == -1)
|
if (setpriority(PRIO_PROCESS, getpid(), nicelevel) == -1)
|
||||||
eerrorx("%s: setpriority %d: %s", applet, nicelevel,
|
eerrorx("%s: setpriority %d: %s", applet, nicelevel,
|
||||||
@@ -224,6 +244,7 @@ static void child_process(char *exec, char **argv)
|
|||||||
/* Close any fd's to the passwd database */
|
/* Close any fd's to the passwd database */
|
||||||
endpwent();
|
endpwent();
|
||||||
|
|
||||||
|
/* remove the controlling tty */
|
||||||
#ifdef TIOCNOTTY
|
#ifdef TIOCNOTTY
|
||||||
ioctl(tty_fd, TIOCNOTTY, 0);
|
ioctl(tty_fd, TIOCNOTTY, 0);
|
||||||
close(tty_fd);
|
close(tty_fd);
|
||||||
@@ -319,7 +340,7 @@ static void child_process(char *exec, char **argv)
|
|||||||
dup2(stderr_fd, STDERR_FILENO);
|
dup2(stderr_fd, STDERR_FILENO);
|
||||||
|
|
||||||
for (i = getdtablesize() - 1; i >= 3; --i)
|
for (i = getdtablesize() - 1; i >= 3; --i)
|
||||||
close(i);
|
fcntl(i, F_SETFD, FD_CLOEXEC);
|
||||||
|
|
||||||
*cmdline = '\0';
|
*cmdline = '\0';
|
||||||
c = argv;
|
c = argv;
|
||||||
@@ -421,7 +442,14 @@ int main(int argc, char **argv)
|
|||||||
char *p;
|
char *p;
|
||||||
char *token;
|
char *token;
|
||||||
int i;
|
int i;
|
||||||
|
int n;
|
||||||
char exec_file[PATH_MAX];
|
char exec_file[PATH_MAX];
|
||||||
|
int respawn_count = 0;
|
||||||
|
int respawn_delay = 0;
|
||||||
|
int respawn_max = 10;
|
||||||
|
int respawn_period = 5;
|
||||||
|
time_t respawn_now= 0;
|
||||||
|
time_t first_spawn= 0;
|
||||||
struct passwd *pw;
|
struct passwd *pw;
|
||||||
struct group *gr;
|
struct group *gr;
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
@@ -458,6 +486,12 @@ int main(int argc, char **argv)
|
|||||||
while ((opt = getopt_long(argc, argv, getoptstring, longopts,
|
while ((opt = getopt_long(argc, argv, getoptstring, longopts,
|
||||||
(int *) 0)) != -1)
|
(int *) 0)) != -1)
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
|
case 'D': /* --respawn-delay time */
|
||||||
|
n = sscanf(optarg, "%d", &respawn_delay);
|
||||||
|
if (n != 1 || respawn_delay < 1)
|
||||||
|
eerrorx("Invalid respawn-delay value '%s'", optarg);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'I': /* --ionice */
|
case 'I': /* --ionice */
|
||||||
if (sscanf(optarg, "%d:%d", &ionicec, &ioniced) == 0)
|
if (sscanf(optarg, "%d:%d", &ionicec, &ioniced) == 0)
|
||||||
eerrorx("%s: invalid ionice `%s'",
|
eerrorx("%s: invalid ionice `%s'",
|
||||||
@@ -479,6 +513,12 @@ int main(int argc, char **argv)
|
|||||||
applet, optarg);
|
applet, optarg);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'P': /* --respawn-period time */
|
||||||
|
n = sscanf(optarg, "%d", &respawn_period);
|
||||||
|
if (n != 1 || respawn_delay < 1)
|
||||||
|
eerrorx("Invalid respawn-delay value '%s'", optarg);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'S': /* --start */
|
case 'S': /* --start */
|
||||||
start = true;
|
start = true;
|
||||||
break;
|
break;
|
||||||
@@ -508,6 +548,12 @@ int main(int argc, char **argv)
|
|||||||
applet, optarg);
|
applet, optarg);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 'm': /* --respawn-max count */
|
||||||
|
n = sscanf(optarg, "%d", &respawn_max);
|
||||||
|
if (n != 1 || respawn_max < 1)
|
||||||
|
eerrorx("Invalid respawn-max value '%s'", optarg);
|
||||||
|
break;
|
||||||
|
|
||||||
case 'p': /* --pidfile <pid-file> */
|
case 'p': /* --pidfile <pid-file> */
|
||||||
pidfile = optarg;
|
pidfile = optarg;
|
||||||
break;
|
break;
|
||||||
@@ -578,6 +624,11 @@ int main(int argc, char **argv)
|
|||||||
if (start) {
|
if (start) {
|
||||||
if (!exec)
|
if (!exec)
|
||||||
eerrorx("%s: nothing to start", applet);
|
eerrorx("%s: nothing to start", applet);
|
||||||
|
if (respawn_delay * respawn_max > respawn_period) {
|
||||||
|
ewarn("%s: Please increase the value of --respawn-period to more "
|
||||||
|
"than %d to avoid infinite respawning", applet,
|
||||||
|
respawn_delay * respawn_max);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Expand ~ */
|
/* Expand ~ */
|
||||||
@@ -637,10 +688,12 @@ int main(int argc, char **argv)
|
|||||||
* result would be the same. */
|
* result would be the same. */
|
||||||
if (pidfile && exists(pidfile))
|
if (pidfile && exists(pidfile))
|
||||||
unlink(pidfile);
|
unlink(pidfile);
|
||||||
if (svcname)
|
if (svcname) {
|
||||||
rc_service_daemon_set(svcname, exec,
|
rc_service_daemon_set(svcname, exec,
|
||||||
(const char *const *)argv,
|
(const char *const *)argv,
|
||||||
pidfile, false);
|
pidfile, false);
|
||||||
|
rc_service_mark(svcname, RC_SERVICE_STOPPED);
|
||||||
|
}
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -662,7 +715,7 @@ int main(int argc, char **argv)
|
|||||||
fp = fopen(pidfile, "w");
|
fp = fopen(pidfile, "w");
|
||||||
if (! fp)
|
if (! fp)
|
||||||
eerrorx("%s: fopen `%s': %s", applet, pidfile, strerror(errno));
|
eerrorx("%s: fopen `%s': %s", applet, pidfile, strerror(errno));
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
||||||
child_pid = fork();
|
child_pid = fork();
|
||||||
if (child_pid == -1)
|
if (child_pid == -1)
|
||||||
@@ -672,6 +725,10 @@ int main(int argc, char **argv)
|
|||||||
if (child_pid != 0)
|
if (child_pid != 0)
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
|
|
||||||
|
#ifdef TIOCNOTTY
|
||||||
|
tty_fd = open("/dev/tty", O_RDWR);
|
||||||
|
#endif
|
||||||
|
devnull_fd = open("/dev/null", O_RDWR);
|
||||||
child_pid = fork();
|
child_pid = fork();
|
||||||
if (child_pid == -1)
|
if (child_pid == -1)
|
||||||
eerrorx("%s: fork: %s", applet, strerror(errno));
|
eerrorx("%s: fork: %s", applet, strerror(errno));
|
||||||
@@ -680,18 +737,22 @@ int main(int argc, char **argv)
|
|||||||
/* this is the supervisor */
|
/* this is the supervisor */
|
||||||
umask(numask);
|
umask(numask);
|
||||||
|
|
||||||
#ifdef TIOCNOTTY
|
|
||||||
tty_fd = open("/dev/tty", O_RDWR);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
devnull_fd = open("/dev/null", O_RDWR);
|
|
||||||
|
|
||||||
fp = fopen(pidfile, "w");
|
fp = fopen(pidfile, "w");
|
||||||
if (! fp)
|
if (! fp)
|
||||||
eerrorx("%s: fopen `%s': %s", applet, pidfile, strerror(errno));
|
eerrorx("%s: fopen `%s': %s", applet, pidfile, strerror(errno));
|
||||||
fprintf(fp, "%d\n", getpid());
|
fprintf(fp, "%d\n", getpid());
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|
||||||
|
if (svcname)
|
||||||
|
rc_service_daemon_set(svcname, exec,
|
||||||
|
(const char * const *) argv, pidfile, true);
|
||||||
|
|
||||||
|
/* remove the controlling tty */
|
||||||
|
#ifdef TIOCNOTTY
|
||||||
|
ioctl(tty_fd, TIOCNOTTY, 0);
|
||||||
|
close(tty_fd);
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Supervisor main loop
|
* Supervisor main loop
|
||||||
*/
|
*/
|
||||||
@@ -702,6 +763,23 @@ int main(int argc, char **argv)
|
|||||||
syslog(LOG_INFO, "stopping %s, pid %d", exec, child_pid);
|
syslog(LOG_INFO, "stopping %s, pid %d", exec, child_pid);
|
||||||
kill(child_pid, SIGTERM);
|
kill(child_pid, SIGTERM);
|
||||||
} else {
|
} else {
|
||||||
|
sleep(respawn_delay);
|
||||||
|
if (respawn_max > 0 && respawn_period > 0) {
|
||||||
|
respawn_now = time(NULL);
|
||||||
|
if (first_spawn == 0)
|
||||||
|
first_spawn = respawn_now;
|
||||||
|
if (respawn_now - first_spawn > respawn_period) {
|
||||||
|
respawn_count = 0;
|
||||||
|
first_spawn = 0;
|
||||||
|
} else
|
||||||
|
respawn_count++;
|
||||||
|
if (respawn_count >= respawn_max) {
|
||||||
|
syslog(LOG_INFO, "respawned \"%s\" too many times, "
|
||||||
|
"exiting", exec);
|
||||||
|
exiting = true;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (WIFEXITED(i))
|
if (WIFEXITED(i))
|
||||||
syslog(LOG_INFO, "%s, pid %d, exited with return code %d",
|
syslog(LOG_INFO, "%s, pid %d, exited with return code %d",
|
||||||
exec, child_pid, WEXITSTATUS(i));
|
exec, child_pid, WEXITSTATUS(i));
|
||||||
@@ -712,15 +790,19 @@ int main(int argc, char **argv)
|
|||||||
if (child_pid == -1)
|
if (child_pid == -1)
|
||||||
eerrorx("%s: fork: %s", applet, strerror(errno));
|
eerrorx("%s: fork: %s", applet, strerror(errno));
|
||||||
if (child_pid == 0)
|
if (child_pid == 0)
|
||||||
child_process(exec, argv);
|
child_process(exec, argv, svcname, respawn_count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (svcname)
|
if (pidfile && exists(pidfile))
|
||||||
|
unlink(pidfile);
|
||||||
|
if (svcname) {
|
||||||
rc_service_daemon_set(svcname, exec,
|
rc_service_daemon_set(svcname, exec,
|
||||||
(const char * const *) argv, pidfile, true);
|
(const char *const *)argv,
|
||||||
|
pidfile, false);
|
||||||
|
rc_service_mark(svcname, RC_SERVICE_STOPPED);
|
||||||
|
}
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
} else if (child_pid == 0)
|
} else if (child_pid == 0)
|
||||||
child_process(exec, argv);
|
child_process(exec, argv, svcname, respawn_count);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
DIR= ${UPREFIX}/bin
|
|
||||||
BIN= deptree2dot
|
|
||||||
|
|
||||||
MK= ../../mk
|
|
||||||
include ${MK}/scripts.mk
|
|
||||||
20
support/Makefile
Normal file
20
support/Makefile
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Copyright (c) 2017 the OpenRC Authors.
|
||||||
|
# See the Authors file at the top-level directory of this distribution and
|
||||||
|
# https://github.com/OpenRC/openrc/blob/master/AUTHORS
|
||||||
|
#
|
||||||
|
# This file is part of OpenRC. It is subject to the license terms in
|
||||||
|
# the LICENSE file found in the top-level directory of this
|
||||||
|
# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
|
||||||
|
# This file may not be copied, modified, propagated, or distributed
|
||||||
|
# except according to the terms contained in the LICENSE file.
|
||||||
|
|
||||||
|
MK= ../mk
|
||||||
|
include ${MK}/os.mk
|
||||||
|
|
||||||
|
SUBDIR= deptree2dot init.d.examples openvpn
|
||||||
|
|
||||||
|
ifeq (${OS},Linux)
|
||||||
|
SUBDIR+= sysvinit
|
||||||
|
endif
|
||||||
|
|
||||||
|
include ${MK}/subdir.mk
|
||||||
9
support/deptree2dot/Makefile
Normal file
9
support/deptree2dot/Makefile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
MK= ../../mk
|
||||||
|
include ${MK}/os.mk
|
||||||
|
|
||||||
|
DIR= ${DATADIR}/support/deptree2dot
|
||||||
|
BIN= deptree2dot
|
||||||
|
INC= README.md
|
||||||
|
|
||||||
|
|
||||||
|
include ${MK}/scripts.mk
|
||||||
11
support/deptree2dot/README.md
Normal file
11
support/deptree2dot/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# deptree2dot - Graph the OpenRC Dependency Tree
|
||||||
|
|
||||||
|
This utility can be used to graph the OpenRC dependency tree. It
|
||||||
|
requires perl5.x and converts the tree to a .dot file which can be
|
||||||
|
processed by graphviz.
|
||||||
|
|
||||||
|
Example usage:
|
||||||
|
|
||||||
|
$ chmod +x deptree2dot
|
||||||
|
$deptree2dot > deptree.dot
|
||||||
|
$deptree2dot | dot -Tpng -o deptree.png
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
DIR= ${INITDIR}
|
DIR= ${DATADIR}/support/init.d.examples
|
||||||
|
INC= README.md
|
||||||
SRCS= avahi-dnsconfd.in avahid.in dhcpcd.in dbus.in \
|
SRCS= avahi-dnsconfd.in avahid.in dhcpcd.in dbus.in \
|
||||||
hald.in named.in ntpd.in \
|
hald.in named.in ntpd.in \
|
||||||
openvpn.in polkitd.in sshd.in wpa_supplicant.in
|
openvpn.in polkitd.in sshd.in wpa_supplicant.in
|
||||||
|
BIN= ${OBJS}
|
||||||
|
|
||||||
MK= ../mk
|
MK= ../../mk
|
||||||
|
|
||||||
SED_EXTRA+= -e 's:@VARBASE@:/var:g'
|
SED_EXTRA+= -e 's:@VARBASE@:/var:g'
|
||||||
|
|
||||||
3
support/init.d.examples/README.md
Normal file
3
support/init.d.examples/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
The service scripts in this directory are meant as examples only.
|
||||||
|
They are not installed by default as the scripts will need tweaking on a
|
||||||
|
per distro basis. They are also non essential to the operation of the system.
|
||||||
9
support/openvpn/Makefile
Normal file
9
support/openvpn/Makefile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
MK= ../../mk
|
||||||
|
include ${MK}/os.mk
|
||||||
|
|
||||||
|
DIR= ${DATADIR}/support/openvpn
|
||||||
|
BIN= down.sh up.sh
|
||||||
|
INC= README.md
|
||||||
|
|
||||||
|
|
||||||
|
include ${MK}/scripts.mk
|
||||||
8
support/sysvinit/Makefile
Normal file
8
support/sysvinit/Makefile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
MK= ../../mk
|
||||||
|
include ${MK}/os.mk
|
||||||
|
|
||||||
|
DIR= ${DATADIR}/support/sysvinit
|
||||||
|
INC= inittab README.md
|
||||||
|
|
||||||
|
|
||||||
|
include ${MK}/scripts.mk
|
||||||
@@ -9,6 +9,10 @@ srcdir=${srcdir:-.}
|
|||||||
top_builddir=${top_builddir:-${top_srcdir}}
|
top_builddir=${top_builddir:-${top_srcdir}}
|
||||||
builddir=${builddir:-${srcdir}}
|
builddir=${builddir:-${srcdir}}
|
||||||
|
|
||||||
|
LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH}
|
||||||
|
PATH=${top_builddir}/src/rc:${PATH}
|
||||||
|
export LD_LIBRARY_PATH PATH
|
||||||
|
|
||||||
if [ ! -f ${top_srcdir}/sh/functions.sh ] ; then
|
if [ ! -f ${top_srcdir}/sh/functions.sh ] ; then
|
||||||
echo "functions.sh not yet created !?" 1>&2
|
echo "functions.sh not yet created !?" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
@@ -17,7 +21,3 @@ elif ! . ${top_srcdir}/sh/functions.sh; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH}
|
|
||||||
PATH=${top_builddir}/src/rc:${PATH}
|
|
||||||
export LD_LIBRARY_PATH PATH
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user