Compare commits
	
		
			108 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 783af5abac | ||
|   | 75c3b53e31 | ||
|   | c300c180a2 | ||
|   | be8d2ee6e3 | ||
|   | d9ef1bb635 | ||
|   | cfc6991219 | ||
|   | 97ae5af201 | ||
|   | 4c820a0e48 | ||
|   | 9c39b381a5 | ||
|   | 321bb2cd90 | ||
|   | 8c99d817d4 | ||
| 2e1fb4d02b | |||
|   | a2f0afb8bc | ||
|   | 430fa132f2 | ||
|   | 12cd7ce9de | ||
|   | 167acac140 | ||
|   | f839ba27c5 | ||
|   | 80dd6aac5f | ||
|   | 0d00b8d8ab | ||
|   | 551bdff2fb | ||
|   | 803aa1c637 | ||
|   | fb186a3867 | ||
|   | c9b64b64fa | ||
|   | 9cce9f8ce8 | ||
|   | 5a41f1ef20 | ||
|   | 6e3afc29f3 | ||
|   | 7c29fbd36f | ||
|   | 593be166d1 | ||
|   | ca0270967c | ||
|   | 3a187f88f4 | ||
|   | f2362cc277 | ||
|   | 444e44eb9d | ||
|   | c0f8313164 | ||
|   | d6622a1156 | ||
|   | 92004a2ed6 | ||
|   | 5f6d7ac028 | ||
|   | 7cedc4942b | ||
|   | 091cd8015f | ||
|   | 63955056ec | ||
|   | 1e975be896 | ||
|   | 18e53f7fed | ||
|   | b5e4c2c2db | ||
|   | 0a97bad6c9 | ||
|   | dec9ef200b | ||
|   | 7f47539fb1 | ||
|   | 9c7bedca9e | ||
|   | 1d282ddc80 | ||
|   | 0d86c4903b | ||
|   | 791322d7fa | ||
|   | 63db2d99e7 | ||
|   | 8400e7d302 | ||
|   | 533a8c70b3 | ||
|   | 852a3c86f6 | ||
|   | b3e8072403 | ||
|   | b7c03dea27 | ||
|   | ee05403c50 | ||
|   | c1558abb0f | ||
|   | 901b752463 | ||
|   | c88368b792 | ||
|   | bfffe2c585 | ||
|   | 5f890ee8ab | ||
|   | ef76a663bc | ||
|   | fccd37c34c | ||
|   | 5058b6668c | ||
|   | 1878a74a12 | ||
|   | 897c2c00ef | ||
|   | 08d518b7fe | ||
|   | de77674663 | ||
|   | 4fb4674374 | ||
|   | 0ddab761be | ||
|   | f5dd2f5baf | ||
|   | b12c52d40f | ||
|   | bac71fce5b | ||
|   | 12ee72a9b3 | ||
|   | 170ce2624a | ||
|   | 9a6698876a | ||
|   | bf9af1fb23 | ||
|   | 5c9c2a1939 | ||
|   | 4b2a61f1b8 | ||
|   | 62bc463c63 | ||
|   | 7019bfad3b | ||
|   | 8346c985d5 | ||
|   | da30767353 | ||
|   | 57d9528a0b | ||
|   | 6ce48f124a | ||
|   | 00ea216608 | ||
|   | ac7ca6d901 | ||
|   | 47819f004c | ||
|   | 0fab3e837b | ||
|   | 38aaba28ee | ||
|   | 3ed4126a31 | ||
|   | aa0fdf6d08 | ||
|   | b6fef599bf | ||
|   | aac1734a70 | ||
|   | 2355f1a3f2 | ||
|   | fbec1eed51 | ||
|   | 229692cc34 | ||
|   | 375ef42393 | ||
|   | 6deda13754 | ||
| eb61085951 | |||
|   | 039845b742 | ||
|   | a7e7fd2b37 | ||
|   | 12e147a107 | ||
|   | fd852865e0 | ||
|   | 35ec935741 | ||
|   | 19cfd82dad | ||
|   | 87cfad3d6c | ||
|   | 8e31614c4b | 
| @@ -4,8 +4,8 @@ | ||||
| test_task: | ||||
|   freebsd_instance: | ||||
|     matrix: | ||||
|       image: freebsd-12-0-release-amd64 | ||||
|       image: freebsd-11-2-release-amd64 | ||||
|       image: freebsd-12-1-release-amd64 | ||||
|       image: freebsd-11-4-release-amd64 | ||||
|   env: | ||||
|     OS: FreeBSD | ||||
|   procfs_script: > | ||||
|   | ||||
| @@ -19,10 +19,14 @@ addons: | ||||
| notifications: | ||||
|   irc: | ||||
|     channels: | ||||
|       - "irc.freenode.org#openrc" | ||||
|     on_success: change  # options: [always|never|change] default: always | ||||
|       - "irc.libera.chat#openrc" | ||||
|     on_success: always  # options: [always|never|change] default: always | ||||
|     on_failure: always  # options: [always|never|change] default: always | ||||
|     on_start: false     # default: false | ||||
|  | ||||
| before_install: | ||||
|   - sudo apt-get update | ||||
|   - sudo apt-get install -y shellcheck | ||||
|  | ||||
| script: | ||||
|   - ./ci/travis.sh | ||||
|   | ||||
| @@ -1,3 +1,3 @@ | ||||
| NAME=		openrc | ||||
| VERSION=	0.42.1 | ||||
| VERSION=	0.44.4 | ||||
| PKG=		${NAME}-${VERSION} | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| OpenRC Network Ideals | ||||
| --------------------- | ||||
| ===================== | ||||
| 
 | ||||
| The new style networking for OpenRC is very simplistic - provide a basic means | ||||
| of configuring static interface address and routes whilst allowing the | ||||
							
								
								
									
										24
									
								
								NEWS.md
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								NEWS.md
									
									
									
									
									
								
							| @@ -4,6 +4,30 @@ OpenRC NEWS | ||||
| This file will contain a list of notable changes for each release. Note | ||||
| the information in this file is in reverse order. | ||||
|  | ||||
| ## OpenRC 0.44 | ||||
|  | ||||
| This version is the first to use a meson-based build system. | ||||
| The gnu make build system should now be considered deprecated; it will | ||||
| be removed sometime after 0.44.x. | ||||
|  | ||||
| I have opened a [discussion](https://github.com/OpenRC/openrc/discussions/441) | ||||
| where you can voice concerns about removing it. | ||||
|  | ||||
| ## OpenRC 0.43 | ||||
|  | ||||
| This version changes the behavior of the checkpath helper to address | ||||
| CVE-2018-21269. on Linux systems, We require  non-terminal symbolic links | ||||
| to be owned by root. Since we can't do this on non-linux systems, we do | ||||
| not dereference non-terminal symbolic links by default. If you need them | ||||
| dereferenced, you should add the "-s" switch to the appropriate | ||||
| checkpath calls. | ||||
| For more information, see http://github.com/openrc/openrc/issues/201. | ||||
|  | ||||
| The SHLIBDIR variable has been removed from the makefiles to make them | ||||
| more consistent with most common makefiles. All libraries are now in | ||||
| LIBDIR, so if you need to put them in /, override the LIBDIR variable | ||||
| when you run make. | ||||
|  | ||||
| ## OpenRC 0.42 | ||||
|  | ||||
| openrc-shutdown now has the ability to shut down sysvinit-based systems. | ||||
|   | ||||
							
								
								
									
										47
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										47
									
								
								README.md
									
									
									
									
									
								
							| @@ -2,19 +2,27 @@ OpenRC README | ||||
| ============= | ||||
|  | ||||
| OpenRC is a dependency-based init system that works with the | ||||
| system-provided init program, normally `/sbin/init`. Currently, it does | ||||
| not have an init program of its own. | ||||
| system-provided init program, normally `/sbin/init`. | ||||
|  | ||||
| ## Installation | ||||
| ## building and installing | ||||
|  | ||||
| OpenRC uses the  [meson](http://mesonbuild.com) build system, so use the | ||||
| usual methods for this build system to build and install. | ||||
|  | ||||
| The old build system is still available for the 0.44.x branch, but it is | ||||
| considered deprecated and will be removed. The previous documentation is | ||||
| below. | ||||
|  | ||||
| ## Installation (historical) | ||||
|  | ||||
| OpenRC requires GNU make. | ||||
|  | ||||
| Once you have GNU Make installed, the default OpenRC installation can be | ||||
| executed using this command: | ||||
|  | ||||
| make install | ||||
| `make install` | ||||
|  | ||||
| ## Configuration | ||||
| ## Configuration (historical) | ||||
|  | ||||
| You may wish to configure the installation by passing one or more of the | ||||
| below arguments to the make command | ||||
| @@ -45,13 +53,15 @@ SH=/bin/sh | ||||
|  | ||||
| We don't support building a static OpenRC with PAM. | ||||
|  | ||||
| You may need to use `PROGLDFLAGS=-Wl,-Bstatic` on glibc instead of just `-static`. | ||||
| You may need to use `PROGLDFLAGS=-Wl,-Bstatic` on glibc instead of just `-static` | ||||
| (This is now handled by the meson build system). | ||||
|  | ||||
| If you are building OpenRC for a Gentoo Prefix installation, add `MKPREFIX=yes`. | ||||
| If you are building OpenRC for a Gentoo Prefix installation, add `MKPREFIX=yes` | ||||
| (this is not supported in the meson build currently, but patches are welcome). | ||||
|  | ||||
| `PKG_PREFIX` should be set to where packages install to by default. | ||||
|  | ||||
| `LOCAL_PREFIX` should be set when to where user maintained packages are. | ||||
| `LOCAL_PREFIX` should be set to where user maintained packages are. | ||||
| Only set `LOCAL_PREFIX` if different from `PKG_PREFIX`. | ||||
|  | ||||
| `PREFIX` should be set when OpenRC is not installed to /. | ||||
| @@ -77,20 +87,21 @@ 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, | ||||
| remove them and then install so that the OS hooks into OpenRC. | ||||
|  | ||||
| ## Discussions | ||||
|  | ||||
| We are testing [discussions](https://github.com/OpenRC/openrc/discussions), so | ||||
| feel free to open topics there. | ||||
|  | ||||
| ## Reporting Bugs | ||||
|  | ||||
| If you are using Gentoo Linux, bugs can be filed on their bugzilla under | ||||
| the `gentoo hosted projects` product and the `openrc` component [1]. | ||||
| Otherwise, you can report issues on our github [2]. | ||||
| Please report bugs on our [bug tracker](http://github.com/OpenRC/openrc/issues). | ||||
|  | ||||
| Better yet, if you can contribute code, please feel free to submit pull | ||||
| requests [3]. | ||||
| If you can contribute code , please feel free to do so by opening | ||||
| [pull requests](https://github.com/OpenRC/openrc/pulls). | ||||
|  | ||||
| ## IRC Channel | ||||
|  | ||||
| We have an official irc channel, #openrc on freenode, feel free to join | ||||
| us there. | ||||
| We have an official irc channel, #openrc on the libera network. | ||||
| Please connect your irc client to irc.libera.chat and join #openrc on | ||||
| that network. | ||||
|  | ||||
| [1]	https://bugs.gentoo.org/ | ||||
| [2]	https://github.com/openrc/openrc/issues | ||||
| [3]	https://github.com/openrc/openrc/pulls | ||||
|   | ||||
							
								
								
									
										10
									
								
								bash-completion/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								bash-completion/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| bash_completions = [ | ||||
|   'openrc', | ||||
|   'openrc-service-script', | ||||
|   'rc-service', | ||||
|   'rc-status', | ||||
|   'rc-update', | ||||
|   ] | ||||
|  | ||||
| install_data(bash_completions, | ||||
|   install_dir : get_option('datadir') / 'bash-completion/completions') | ||||
							
								
								
									
										17
									
								
								ci/travis.sh
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								ci/travis.sh
									
									
									
									
									
								
							| @@ -16,6 +16,23 @@ set -x | ||||
| # These are steps to run on TravisCI under a containerized Ubuntu system. | ||||
| # See $TOP/.travis.yml for more info about the TravisCI setup. | ||||
|  | ||||
| # Run shellcheck, but don't fail (yet): | ||||
| shellcheck --version | ||||
| for shellscript in $(git ls-files); do | ||||
| 	case $shellscript in | ||||
| 		init.d/*.in) ;; | ||||
| 		sh/*.in) ;; | ||||
| 		sh/*.sh) ;; | ||||
| 		support/init.d.examples/*.in) ;; | ||||
| 		support/openvpn/*.sh) ;; | ||||
| 		support/sysvinit/halt.sh) ;; | ||||
| 		test/*.sh) ;; | ||||
| 		*) continue ;; | ||||
| 	esac | ||||
| 	echo "Checking ${shellscript} with shellcheck:" | ||||
| 	shellcheck -s sh "${shellscript}" || true | ||||
| done | ||||
|  | ||||
| cpus=$(getconf _NPROCESSORS_CONF || echo 1) | ||||
| # make on TravisCI doesn't support -O yet | ||||
| make -j"${cpus}" | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| # Set to the hostname of this machine | ||||
| # Hostname fallback if /etc/hostname does not exist | ||||
| hostname="localhost" | ||||
|   | ||||
							
								
								
									
										59
									
								
								conf.d/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										59
									
								
								conf.d/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,59 @@ | ||||
| conf_d_dir = get_option('sysconfdir') / 'conf.d' | ||||
|  | ||||
| conf_common = [ | ||||
|   'bootmisc', | ||||
|   'fsck', | ||||
|   'hostname', | ||||
|   'localmount', | ||||
|   'netmount', | ||||
|   'swap', | ||||
|   'urandom', | ||||
|   ] | ||||
|  | ||||
| conf_net = [ | ||||
|   'network', | ||||
|   'staticroute', | ||||
|   ] | ||||
|  | ||||
| conf_FreeBSD = [ | ||||
|   'ipfw', | ||||
|   'modules', | ||||
|   'moused', | ||||
|   'powerd', | ||||
|   'rarpd', | ||||
|   'savecore', | ||||
|   'syscons', | ||||
|   ] | ||||
|  | ||||
| conf_Linux = [ | ||||
|   'agetty', | ||||
|   'consolefont', | ||||
|   'devfs', | ||||
|   'dmesg', | ||||
|   'hwclock', | ||||
|   'keymaps', | ||||
|   'killprocs', | ||||
|   'modules', | ||||
|   'mtab', | ||||
|   'net-online', | ||||
|   ] | ||||
|  | ||||
| conf_NetBSD =  [ | ||||
|   'moused', | ||||
|   'rarpd', | ||||
|   'savecore', | ||||
|   ] | ||||
|  | ||||
| conf_data = conf_common | ||||
| if get_option('newnet') | ||||
|   conf_data = conf_data + conf_net | ||||
| endif | ||||
| if os == 'FreeBSD' | ||||
|   conf_data = conf_data + conf_FreeBSD | ||||
| elif os == 'Linux' | ||||
|   conf_data = conf_data + conf_Linux | ||||
| elif os == 'NetBSD' | ||||
|   conf_data = conf_data + conf_NetBSD | ||||
| endif | ||||
|  | ||||
| install_data(conf_data, install_dir : conf_d_dir) | ||||
							
								
								
									
										44
									
								
								etc/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								etc/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,44 @@ | ||||
| etc_conf_data = configuration_data() | ||||
| if os == 'FreeBSD' | ||||
|   etc_conf_data.set('TERM', 'cons25') | ||||
| elif os == 'Linux' | ||||
|   etc_conf_data.set('TERM', 'wsvt25') | ||||
| endif | ||||
|  | ||||
| etc_conf_common = [ | ||||
|   'rc.conf', | ||||
|   ] | ||||
|  | ||||
| etc_bin_FreeBSD = [ | ||||
|   'rc.devd', | ||||
|   ] | ||||
|  | ||||
| etc_conf_FreeBSD = [ | ||||
|   'devd.conf', | ||||
|   ] | ||||
|  | ||||
| etc_bin_NetBSD =  [ | ||||
|   'rc.in', | ||||
|   'rc.shutdown.in', | ||||
|   ] | ||||
|  | ||||
| install_data(etc_conf_common, | ||||
|   install_dir : get_option('sysconfdir')) | ||||
|  | ||||
|   if os == 'FreeBSD' | ||||
|   install_data(etc_bin_FreeBSD, | ||||
|     install_dir : get_option('sysconfdir'), | ||||
|     install_mode: 'rwxr-xr-x') | ||||
|   install_data(etc_conf_FreeBSD, | ||||
|     install_dir : get_option('sysconfdir')) | ||||
| endif | ||||
|  | ||||
| if os == 'FreeBSD' or os == 'NetBSD' | ||||
|   foreach file : etc_bin_NetBSD | ||||
|     configure_file(input : file, | ||||
|       output : '@BASENAME@', | ||||
|       configuration : etc_conf_data, | ||||
|       install_dir: get_option('sysconfdir'), | ||||
|       install_mode: 'rwxr-xr-x') | ||||
|   endforeach | ||||
| endif | ||||
| @@ -198,10 +198,9 @@ rc_tty_number=12 | ||||
| # "unified" mounts cgroups version 2 on /sys/fs/cgroup | ||||
| #rc_cgroup_mode="hybrid" | ||||
|  | ||||
| # This is a list of controllers which should be enabled for cgroups version 2. | ||||
| # If hybrid mode is being used, controllers listed here will not be | ||||
| # available for cgroups version 1. | ||||
| # This is a global setting. | ||||
| # This is a list of controllers which should be enabled for cgroups version 2 | ||||
| # when hybrid mode is being used. | ||||
| # Controllers listed here will not be available for cgroups version 1. | ||||
| #rc_cgroup_controllers="" | ||||
|  | ||||
| # This variable contains the cgroups version 2 settings for your services. | ||||
|   | ||||
| @@ -45,6 +45,3 @@ If you want this functionality on a live system, you should first | ||||
| migrate the system to openrc-init, remove sysvinit, then rebuild and | ||||
| install this package with MKSYSVINIT=yes. | ||||
|  | ||||
| package. | ||||
| migrating your system to openrc-init. | ||||
|  | ||||
|   | ||||
| @@ -113,8 +113,10 @@ migrate_to_run() | ||||
|  		rm $src | ||||
|  	elif [ ! -L $src -a -d $src ]; then | ||||
|  		ebegin "Migrating $src to $dst" | ||||
|  		cp -a $src/* $dst/ | ||||
|  		rm -rf $src | ||||
|  		if ! rmdir $src 2>/dev/null; then | ||||
|  			cp -a $src/* $dst/ | ||||
|  			rm -rf $src | ||||
|  		fi | ||||
|  		eend $? | ||||
|  	fi | ||||
|  	# If $src doesn't exist at all, just run this | ||||
| @@ -241,7 +243,13 @@ stop() | ||||
| { | ||||
| 	# Write a halt record if we're shutting down | ||||
| 	if [ "$RC_RUNLEVEL" = shutdown ]; then | ||||
| 		[ "$RC_UNAME" = Linux ] && openrc-shutdown -w | ||||
| 		if [ "$RC_UNAME" = Linux ]; then | ||||
| 			if [ -x /sbin/halt ]; then | ||||
| 				halt -w | ||||
| 			else | ||||
| 				openrc-shutdown -w | ||||
| 			fi | ||||
| 		fi | ||||
| 		if [ "$RC_SYS" = OPENVZ ]; then | ||||
| 			yesno $RC_REBOOT && printf "" >/reboot | ||||
| 		fi | ||||
|   | ||||
| @@ -83,14 +83,22 @@ cgroup2_controllers() | ||||
| 	local active cgroup_path x y | ||||
| 	cgroup_path="$(cgroup2_find_path)" | ||||
| 	[ -z "${cgroup_path}" ] && return 0 | ||||
| 	[ -e "${cgroup_path}/cgroup.controllers" ] && | ||||
| 	[ ! -e "${cgroup_path}/cgroup.controllers" ] && return 0 | ||||
| 	[ ! -e "${cgroup_path}/cgroup.subtree_control" ]&& return 0 | ||||
| 	read -r active < "${cgroup_path}/cgroup.controllers" | ||||
| 	for x in ${rc_cgroup_controllers}; do | ||||
| 		for y in ${active}; do | ||||
| 		[ "$x" = "$y" ] && | ||||
| 			[ -e "${cgroup_path}/cgroup.subtree_control" ]&& | ||||
| 	for x in ${active}; do | ||||
| 	case "$rc_cgroup_mode" in | ||||
| 		unified) | ||||
| 			echo "+${x}"  > "${cgroup_path}/cgroup.subtree_control" | ||||
| 		done | ||||
| 			;; | ||||
| 		hybrid) | ||||
| 			for y in ${rc_cgroup_controllers}; do | ||||
| 				if [ "$x" = "$y" ]; then | ||||
| 					echo "+${x}"  > "${cgroup_path}/cgroup.subtree_control" | ||||
| 				fi | ||||
| 			done | ||||
| 			;; | ||||
| 		esac | ||||
| 	done | ||||
| 	return 0 | ||||
| } | ||||
|   | ||||
| @@ -15,7 +15,7 @@ depend() | ||||
| { | ||||
| 	provide dev-mount | ||||
| 	before dev | ||||
| 	keyword -docker -lxc -prefix -systemd-nspawn -vserver | ||||
| 	keyword -docker -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|  | ||||
| mount_dev() | ||||
| @@ -66,18 +66,20 @@ seed_dev() | ||||
| { | ||||
| 	# Seed /dev with some things that we know we need | ||||
|  | ||||
| 	# creating /dev/console, /dev/tty and /dev/tty1 to be able to write | ||||
| 	# to $CONSOLE with/without bootsplash before udevd creates it | ||||
| 	[ -c /dev/console ] || mknod -m 600 /dev/console c 5 1 | ||||
| 	[ -c /dev/tty1 ] || mknod -m 620 /dev/tty1 c 4 1 | ||||
| 	[ -c /dev/tty ] || mknod -m 666 /dev/tty c 5 0 | ||||
| 	if [ "${RC_SYS}" != LXC ]; then | ||||
| 		# creating /dev/console, /dev/tty and /dev/tty1 to be able to write | ||||
| 		# to $CONSOLE with/without bootsplash before udevd creates it | ||||
| 		[ -c /dev/console ] || mknod -m 600 /dev/console c 5 1 | ||||
| 		[ -c /dev/tty1 ] || mknod -m 620 /dev/tty1 c 4 1 | ||||
| 		[ -c /dev/tty ] || mknod -m 666 /dev/tty c 5 0 | ||||
|  | ||||
| 	# udevd will dup its stdin/stdout/stderr to /dev/null | ||||
| 	# and we do not want a file which gets buffered in ram | ||||
| 	[ -c /dev/null ] || mknod -m 666 /dev/null c 1 3 | ||||
| 		# udevd will dup its stdin/stdout/stderr to /dev/null | ||||
| 		# and we do not want a file which gets buffered in ram | ||||
| 		[ -c /dev/null ] || mknod -m 666 /dev/null c 1 3 | ||||
|  | ||||
| 	# so udev can add its start-message to dmesg | ||||
| 	[ -c /dev/kmsg ] || mknod -m 660 /dev/kmsg c 1 11 | ||||
| 		# so udev can add its start-message to dmesg | ||||
| 		[ -c /dev/kmsg ] || mknod -m 660 /dev/kmsg c 1 11 | ||||
| 	fi | ||||
|  | ||||
| 	# extra symbolic links not provided by default | ||||
| 	[ -e /dev/fd ] || ln -snf /proc/self/fd /dev/fd | ||||
|   | ||||
| @@ -13,9 +13,9 @@ description="Mounts disks and swap according to /etc/fstab." | ||||
|  | ||||
| depend() | ||||
| { | ||||
| 	need fsck | ||||
| 	use lvm modules root | ||||
| 	after clock lvm modules root | ||||
| 	need fsck root | ||||
| 	use lvm modules | ||||
| 	after clock lvm modules | ||||
| 	keyword -docker -jail -lxc -prefix -systemd-nspawn -vserver | ||||
| } | ||||
|  | ||||
|   | ||||
							
								
								
									
										100
									
								
								init.d/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								init.d/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,100 @@ | ||||
| init_d_dir = get_option('sysconfdir') / 'init.d' | ||||
|  | ||||
| init_common =  [ | ||||
|   'bootmisc.in', | ||||
|   'fsck.in', | ||||
|   'hostname.in', | ||||
|   'local.in', | ||||
|   'localmount.in', | ||||
|   'loopback.in', | ||||
|   'netmount.in', | ||||
|   'osclock.in', | ||||
|   'root.in', | ||||
|   'savecache.in', | ||||
|   'swap.in', | ||||
|   'swclock.in', | ||||
|   'sysctl.in', | ||||
|   'runsvdir.in', | ||||
|   'urandom.in', | ||||
|   's6-svscan.in', | ||||
|   ] | ||||
|  | ||||
| if get_option('newnet') | ||||
|   init_common = init_common + [ | ||||
|     'network.in', | ||||
|     'staticroute.in', | ||||
|     ] | ||||
| endif | ||||
|  | ||||
| init_Linux =  [ | ||||
|   'agetty.in', | ||||
|   'binfmt.in', | ||||
|   'cgroups.in', | ||||
|   'consolefont.in', | ||||
|   'devfs.in', | ||||
|   'dmesg.in', | ||||
|   'hwclock.in', | ||||
|   'keymaps.in', | ||||
|   'killprocs.in', | ||||
|   'modules.in', | ||||
|   'mount-ro.in', | ||||
|   'mtab.in', | ||||
|   'numlock.in', | ||||
|   'procfs.in', | ||||
|   'net-online.in', | ||||
|   'save-keymaps.in', | ||||
|   'save-termencoding.in', | ||||
|   'sysfs.in', | ||||
|   'termencoding.in', | ||||
|   ] | ||||
|  | ||||
| init_BSD =  [ | ||||
|   'hostid.in', | ||||
|   'moused.in', | ||||
|   'newsyslog.in', | ||||
|   'pf.in', | ||||
|   'rarpd.in', | ||||
|   'rc-enabled.in', | ||||
|   'rpcbind.in', | ||||
|   'savecore.in', | ||||
|   'syslogd.in', | ||||
|   ] | ||||
|  | ||||
| init_FreeBSD =  [ | ||||
|   'adjkerntz.in', | ||||
|   'devd .in', | ||||
|   'dumpon.in', | ||||
|   'encswap.in', | ||||
|   'ipfw.in', | ||||
|   'modules.in', | ||||
|   'mixer.in', | ||||
|   'nscd.in', | ||||
|   'powerd.in', | ||||
|   'syscons.in', | ||||
|   ] | ||||
|  | ||||
| init_NetBSD =  [ | ||||
|   'devdb.in', | ||||
|   'swap-blk.in', | ||||
|   'ttys.in', | ||||
|   'wscons.in', | ||||
|   ] | ||||
|  | ||||
| init_data = init_common | ||||
| if os == 'Dragonfly' | ||||
|   init_data = init_data + init_BSD | ||||
| elif os == 'FreeBSD' or os == 'Gnu-kFreeBSD' | ||||
|   init_data = init_data + init_BSD + init_FreeBSD | ||||
| elif os == 'Linux' | ||||
|   init_data = init_data + init_Linux | ||||
| elif os == 'NetBSD' | ||||
|   init_data = init_data + init_BSD + init_NetBSD | ||||
|   endif | ||||
|  | ||||
| foreach init_d_file : init_data | ||||
|   configure_file(input : init_d_file, | ||||
|     output : '@BASENAME@', | ||||
|     configuration : init_d_conf_data, | ||||
|     install_dir: init_d_dir, | ||||
|     install_mode: 'rwxr-xr-x') | ||||
| endforeach | ||||
| @@ -41,18 +41,18 @@ find_modfiles() | ||||
|  | ||||
| load_modules() | ||||
| { | ||||
| 	local file m modules rc x | ||||
| 	local file m _modules rc x | ||||
| 	file=$1 | ||||
| 	[ -z "$file" ] && return 0 | ||||
| 	while read m x; do | ||||
| 		case $m in | ||||
| 			\;*) continue ;; | ||||
| 			\#*) continue ;; | ||||
| 			*) modules="$modules $m" | ||||
| 			*) _modules="$_modules $m" | ||||
| 			;; | ||||
| 		esac | ||||
| 	done < $file | ||||
| 	for x in $modules; do | ||||
| 	for x in $_modules; do | ||||
| 		ebegin "Loading module $x" | ||||
| 		case "$RC_UNAME" in | ||||
| 			FreeBSD) kldload "$x"; rc=$? ;; | ||||
|   | ||||
| @@ -23,7 +23,7 @@ get_interfaces() | ||||
| { | ||||
| 	local ifname iftype | ||||
| 	for ifname in /sys/class/net/*; do | ||||
| 		[ -h "${ifname}" ] && continue | ||||
| 		[ -h "${ifname}" ] || continue | ||||
| 		read iftype < ${ifname}/type | ||||
| 		[ "$iftype" = "1" ] && printf "%s " ${ifname##*/} | ||||
| 	done | ||||
|   | ||||
| @@ -42,6 +42,8 @@ start() | ||||
|  | ||||
| stop() | ||||
| { | ||||
| 	yesno $RC_GOINGDOWN && return 0 | ||||
|  | ||||
| 	ebegin "Disabling numlock on ttys" | ||||
| 	_setleds - | ||||
| 	eend $? "Failed to disable numlock" | ||||
|   | ||||
| @@ -17,3 +17,15 @@ depend() | ||||
| { | ||||
| 	provide clock | ||||
| } | ||||
|  | ||||
| start() | ||||
| { | ||||
| 	# This stub function is required to avoid OpenRC warning at boot: | ||||
| 	# | ||||
| 	#  * The command variable is undefined. | ||||
| 	#  * There is nothing for osclock to start. | ||||
| 	#  * If this is what you intend, please write a start function. | ||||
| 	#  * This will become a failure in a future release. | ||||
| 	# | ||||
| 	return 0 | ||||
| } | ||||
|   | ||||
							
								
								
									
										7
									
								
								local.d/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								local.d/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| local_d_dir = get_option('sysconfdir') / 'local.d' | ||||
|  | ||||
| local_data =  [ | ||||
|   'README' | ||||
|   ] | ||||
|  | ||||
| install_data(local_data, install_dir : local_d_dir) | ||||
							
								
								
									
										34
									
								
								man/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								man/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| man3 = [ | ||||
|   'einfo.3', | ||||
|   'rc_config.3', | ||||
|   'rc_deptree.3', | ||||
|   'rc_find_pids.3', | ||||
|   'rc_plugin_hook.3', | ||||
|   'rc_runlevel.3', | ||||
|   'rc_service.3', | ||||
|   'rc_stringlist.3', | ||||
|   ] | ||||
|  | ||||
| man8 = [ | ||||
|   'openrc.8', | ||||
|   'openrc-run.8', | ||||
|   'rc-service.8', | ||||
|   'rc-status.8', | ||||
|   'rc-update.8', | ||||
|   'start-stop-daemon.8', | ||||
|   'supervise-daemon.8', | ||||
|   ] | ||||
|  | ||||
| if os == 'Linux' | ||||
|   man8 = man8 + [ | ||||
|     'rc-sstat.8', | ||||
|     'openrc-init.8', | ||||
|     'openrc-shutdown.8', | ||||
|     ] | ||||
| endif | ||||
|  | ||||
| install_data(man3, | ||||
|   install_dir : get_option('mandir') / 'man3') | ||||
| install_data(man8, | ||||
|   install_dir : get_option('mandir') / 'man8') | ||||
| meson.add_install_script('meson_man_links.sh', get_option('mandir'), man3 + man8) | ||||
							
								
								
									
										20
									
								
								man/meson_man_links.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								man/meson_man_links.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| get_links() { | ||||
| 	sed -e 's/ ,//g' \ | ||||
| 		-e '/^\.Sh NAME$/,/\.Sh/ s/\.Nm //p' \ | ||||
| 		-n ${MESON_SOURCE_ROOT}/man/${1} | ||||
| } | ||||
|  | ||||
| MANDIR="$1" | ||||
| shift | ||||
| for man in $@; do | ||||
| 	prefix=${man%%.*} | ||||
| 	suffix=${man#*.} | ||||
| 	links=$(get_links ${man}) | ||||
| 	for link in ${links}; do | ||||
| 		if [ "${link}" != "${prefix}" ]; then | ||||
| 			ln -sf ${man} ${MESON_INSTALL_DESTDIR_PREFIX}/${MANDIR}/man${suffix}/${link}.${suffix} | ||||
| 		fi | ||||
| 	done | ||||
| done | ||||
| @@ -104,8 +104,6 @@ supervisor=s6. | ||||
| or set | ||||
| supervisor=supervise-daemon | ||||
| to use supervise-daemon. | ||||
| Note that supervise-daemon is still in early development, so it is | ||||
| considered experimental. | ||||
| .It Ar s6_service_path | ||||
| The path to the s6 service directory if you are monitoring this service | ||||
| with S6. The default is /var/svc.d/${RC_SVCNAME}. | ||||
| @@ -332,7 +330,7 @@ section below. | ||||
| .Sh _pre AND _post FUNCTIONS | ||||
| Any command defined in extra_commands, extra_started_commands or | ||||
| extra_stopped_commands can have _pre and _post functions in the service | ||||
| script. If the command function is called foo, the_pre and _post | ||||
| script. If the command function is called foo, the _pre and _post | ||||
| functions for it should be called foo_pre and foo_post. | ||||
| .Pp | ||||
| These functions should be used to perform preparation before the | ||||
| @@ -461,6 +459,7 @@ Mark the service as inactive. | ||||
| .Op Fl p , -pipe | ||||
| .Op Fl m , -mode Ar mode | ||||
| .Op Fl o , -owner Ar owner | ||||
| .Op Fl s , -symlinks | ||||
| .Op Fl W , -writable | ||||
| .Op Fl q , -quiet | ||||
| .Ar path ... | ||||
| @@ -481,6 +480,11 @@ or with names, and are separated by a colon. | ||||
| The truncate options (-D and -F) cause the directory or file to be | ||||
| cleared of all contents. | ||||
| .Pp | ||||
| If -s is not specified on a non-linux platform, checkpath will refuse to | ||||
| allow non-terminal symbolic links to exist in the path. This is for | ||||
| security reasons so that a non-root user can't create a symbolic link to | ||||
| a root-owned file and take ownership of that file. | ||||
| .Pp | ||||
| If -W is specified, checkpath checks to see if the first path given on | ||||
| the command line is writable.  This is different from how the test | ||||
| command in the shell works, because it also checks to make sure the file | ||||
|   | ||||
							
								
								
									
										23
									
								
								man/openrc.8
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								man/openrc.8
									
									
									
									
									
								
							| @@ -65,6 +65,29 @@ Instead you should use | ||||
| and | ||||
| .Xr shutdown 8 | ||||
| and let them call these special runlevels. | ||||
| .Sh OPTIONS | ||||
| .Pp | ||||
| .Bl -tag -width "-o , --override" | ||||
| .It Fl n , -no-stop | ||||
| Do not stop any services. | ||||
| .It Fl o , -override | ||||
| Override the next runlevel to change into when leaving single user or boot | ||||
| runlevels | ||||
| .It Fl s , -service | ||||
| Run the service specified with the rest of the arguments. | ||||
| .It Fl S , -sys | ||||
| Output the RC system type, if any. | ||||
| .It Fl h , -help | ||||
| Display usage information and exit. | ||||
| .It Fl C , -nocolor | ||||
| Disable color output. | ||||
| .It Fl V , -version | ||||
| Display software version. | ||||
| .It Fl v , -verbose | ||||
| Run verbosely. | ||||
| .It Fl q , -quiet | ||||
| Run quietly (repeat to suppress errors). | ||||
| .El | ||||
| .Sh SEE ALSO | ||||
| .Xr openrc-run 8 , | ||||
| .Xr rc-status 8 , | ||||
|   | ||||
| @@ -120,7 +120,7 @@ Saves the pid of the daemon in the file specified by the | ||||
| .Fl p , -pidfile | ||||
| option. Only useful when used with daemons that run in the foreground and | ||||
| forced into the background with the | ||||
| .Fl -b , -background | ||||
| .Fl b , -background | ||||
| option. | ||||
| .It Fl I , -ionice Ar class Ns Op : Ns Ar data | ||||
| Modifies the IO scheduling priority of the daemon. | ||||
|   | ||||
| @@ -37,6 +37,8 @@ servicename | ||||
| .Ar count | ||||
| .Fl N , -nicelevel | ||||
| .Ar level | ||||
| .Fl p , -pidfile | ||||
| .Ar supervisorpidfile | ||||
| .Fl P , -respawn-period | ||||
| .Ar seconds | ||||
| .Fl R , -retry | ||||
| @@ -122,6 +124,9 @@ If respawn-period is also set, more than respawn-max crashes must occur | ||||
| during respawn-period seconds to cause | ||||
| .Nm | ||||
| to give up and exit. | ||||
| .It Fl p , -pidfile Ar supervisorpidfile | ||||
| Sets a path for the supervisor's pid file. Note that this is not the pid | ||||
| file of the process that is being supervised. | ||||
| .It Fl N , -nicelevel Ar level | ||||
| Modifies the scheduling priority of the daemon. | ||||
| .It Fl P , -respawn-period Ar seconds | ||||
| @@ -151,6 +156,10 @@ The same thing as | ||||
| but with the standard error output. | ||||
| .El | ||||
| .Sh ENVIRONMENT | ||||
| .Va SSD_IONICELEVEL | ||||
| can also set the IO scheduling priority of the daemon, but the command line | ||||
| option takes precedence. | ||||
| .Pp | ||||
| .Va SSD_NICELEVEL | ||||
| can also set the scheduling priority of the daemon, but the command line | ||||
| option takes precedence. | ||||
|   | ||||
							
								
								
									
										190
									
								
								meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										190
									
								
								meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,190 @@ | ||||
| project('OpenRC', 'c', | ||||
|   version : '0.44.4', | ||||
|   license: 'BSD-2', | ||||
|   default_options : [ | ||||
|     'c_std=c99', | ||||
| 	'prefix=/usr', | ||||
|     'warning_level=3', | ||||
|     ], | ||||
|   meson_version : '>=0.49.0') | ||||
|  | ||||
| cc = meson.get_compiler('c') | ||||
|  | ||||
| audit_dep = dependency('audit', required : get_option('audit')) | ||||
| if audit_dep.found() | ||||
|   cc_audit_flags = '-DHAVE_AUDIT' | ||||
|   else | ||||
|   cc_audit_flags = [] | ||||
|   endif | ||||
|  | ||||
| if get_option('branding') != '' | ||||
|   cc_branding_flags = '-DBRANDING=' + get_option('branding') | ||||
| else | ||||
|   cc_branding_flags = [] | ||||
| endif | ||||
|  | ||||
| libname = get_option('libdir').split('/')[-1] | ||||
|  | ||||
| option_local_prefix = get_option('local_prefix') | ||||
| if option_local_prefix == '' | ||||
|   local_prefix = get_option('prefix') / 'usr' / 'local' | ||||
| else | ||||
|   local_prefix = option_local_prefix | ||||
| endif | ||||
|  | ||||
| option_os = get_option('os') | ||||
| if option_os == '' | ||||
|   uname = find_program('uname') | ||||
|   r = run_command(uname, '-s') | ||||
|   os = r.stdout().strip() | ||||
|   os = '-'.join(os.split('/')) | ||||
| else | ||||
|   os = option_os | ||||
| endif | ||||
|  | ||||
| pam = get_option('pam') | ||||
| if pam | ||||
|   libpam = cc.find_library('pam') | ||||
|   libpam_misc = cc.find_library('pam_misc') | ||||
|   cc_pam_flags = '-DHAVE_PAM' | ||||
| else | ||||
|   libpam = [] | ||||
|   libpam_misc = [] | ||||
|   cc_pam_flags = [] | ||||
| endif | ||||
|  | ||||
| option_pkg_prefix = get_option('pkg_prefix') | ||||
| if option_pkg_prefix == '' | ||||
|   if os == 'Dragonfly' or os == 'FreeBSD' | ||||
|     pkg_prefix = '/usr/local' | ||||
|   elif os == 'GNU' or os == 'GNU-kFreeBSD' or os == 'Linux' | ||||
|     pkg_prefix = '/usr' | ||||
|   elif os == 'NetBSD' | ||||
|     pkg_prefix = '/usr/pkg' | ||||
|   endif | ||||
| else | ||||
|   pkg_prefix = option_pkg_prefix | ||||
| endif | ||||
|  | ||||
| if get_option('split-usr') == 'auto' | ||||
|   split_usr = run_command('test', '-L', '/bin').returncode() != 0 | ||||
| else | ||||
|   split_usr = get_option('split-usr') == 'true' | ||||
| endif | ||||
|  | ||||
| rootprefix_default = split_usr ? '/' : '/usr' | ||||
| rootprefix_path = get_option('rootprefix') | ||||
| rootprefix = rootprefix_path != '' ? rootprefix_path : rootprefix_default | ||||
|  | ||||
| bindir = rootprefix / get_option('bindir') | ||||
| libdir = rootprefix / get_option('libdir') | ||||
| if os == 'Linux' and split_usr | ||||
|   libexecpath = 'lib' | ||||
| else | ||||
|   libexecpath = get_option('libexecdir') | ||||
| endif | ||||
| libexecdir = split_usr ? rootprefix / libexecpath : | ||||
|   get_option('prefix') / libexecpath | ||||
| rc_libexecdir = libexecdir / 'rc' | ||||
| sbindir = rootprefix / get_option('sbindir') | ||||
|  | ||||
| selinux_dep = dependency('libselinux', required : get_option('selinux')) | ||||
| if selinux_dep.found() | ||||
|   cc_selinux_flags = '-DHAVE_SELINUX' | ||||
|   else | ||||
|   cc_selinux_flags = [] | ||||
| endif | ||||
|  | ||||
| termcap = get_option('termcap') | ||||
| if termcap != '' | ||||
|   termcap_dep = dependency(termcap) | ||||
|   termcap_flags = '-DHAVE_TERMCAP' | ||||
|   else | ||||
|   termcap_dep = [] | ||||
|   termcap_flags = [] | ||||
| endif | ||||
|  | ||||
| if get_option('buildtype').startswith('debug') | ||||
|   cc_debug_flags = ['-DRC_DEBUG'] | ||||
| else | ||||
|   cc_debug_flags = [] | ||||
| endif | ||||
|  | ||||
| if os == 'Linux' or os == 'GNU-kFreeBSD' | ||||
|   cc_os_flags = ['-D_DEFAULT_SOURCE'] | ||||
| elif os == 'FreeBSD' | ||||
|   cc_os_flags = ['-D_BSD_SOURCE'] | ||||
| elif os == 'GNU' | ||||
|   cc_os_flags = ['-D_DEFAULT_SOURCE', '-DMAXPATHLEN=4096', '-DPATH_MAX=4096'] | ||||
|   endif | ||||
|  | ||||
| # Try and use some good cc flags if we're building from git. We don't use | ||||
| # -pedantic as it will warn about our perfectly valid use of %m in our logger. | ||||
| # We should be using -Wredundant-decls, but our library hidden proto stuff gives | ||||
| # loads of warnings. I don't fully understand it (the hidden proto, not the | ||||
| # warning) so we just silence the warning. | ||||
| cc_warning_flags_test = [ | ||||
|   '-Wcast-align', | ||||
|   '-Wcast-qual', | ||||
|   '-Wdeclaration-after-statement', | ||||
|   '-Wformat=2', | ||||
|   '-Winline', | ||||
|   '-Wmissing-declarations', | ||||
|   '-Wmissing-format-attribute', | ||||
|   '-Wmissing-noreturn', | ||||
|   '-Wmissing-prototypes', | ||||
|   '-Wnested-externs', | ||||
|   '-Wpointer-arith', | ||||
|   '-Wsequence-point', | ||||
|   '-Wshadow', | ||||
|   '-Wwrite-strings', | ||||
|   '-Werror=implicit-function-declaration', | ||||
|   ] | ||||
| cc_warning_flags = cc.get_supported_arguments(cc_warning_flags_test) | ||||
| cc_flags = [cc_debug_flags, cc_os_flags, cc_warning_flags] | ||||
| add_project_arguments(cc_flags, language : 'c') | ||||
|  | ||||
| incdir = include_directories('src/includes') | ||||
| einfo_incdir = include_directories('src/libeinfo') | ||||
| rc_incdir = include_directories('src/librc') | ||||
|  | ||||
| init_d_conf_data = configuration_data() | ||||
| init_d_conf_data.set('SBINDIR', sbindir) | ||||
| init_d_conf_data.set('PKG_PREFIX', pkg_prefix) | ||||
| init_d_conf_data.set('SYSCONFDIR', get_option('sysconfdir')) | ||||
|  | ||||
| dl_dep = cc.find_library('dl', required: false) | ||||
| util_dep = cc.find_library('util', required: false) | ||||
|  | ||||
| if get_option('bash-completions') | ||||
|   subdir('bash-completion') | ||||
| endif | ||||
| subdir('conf.d') | ||||
| subdir('etc') | ||||
| subdir('init.d') | ||||
| subdir('local.d') | ||||
| subdir('man') | ||||
| if get_option('pam') | ||||
| subdir('pam') | ||||
|   endif | ||||
| if get_option('pkgconfig') | ||||
| subdir('pkgconfig') | ||||
|   endif | ||||
| subdir('scripts') | ||||
| subdir('sh') | ||||
| subdir('src') | ||||
| subdir('support') | ||||
| subdir('sysctl.d') | ||||
| if get_option('zsh-completions') | ||||
|   subdir('zsh-completion') | ||||
| endif | ||||
|  | ||||
| meson.add_install_script('tools/meson_runlevels.sh', | ||||
|   os, | ||||
|   get_option('newnet') ? 'yes' : 'no', | ||||
|   rc_libexecdir, | ||||
|   get_option('sysconfdir'), | ||||
|   get_option('sysvinit') ? 'yes' : 'no') | ||||
| meson.add_install_script('tools/meson_final.sh', | ||||
|   rc_libexecdir, | ||||
|   os) | ||||
							
								
								
									
										37
									
								
								meson_options.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								meson_options.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | ||||
| option('audit', type : 'feature', value : 'auto', | ||||
|   description : 'enable libaudit support') | ||||
| option('bash-completions', type : 'boolean', | ||||
|   description : 'install bash completions') | ||||
| option('branding', type : 'string', | ||||
|   description : 'Add branding to OpenRC') | ||||
| option('local_prefix', type : 'string', value : '/usr/local', | ||||
|   description : 'default location of user maintained packages') | ||||
| option('newnet', type : 'boolean', | ||||
|   description : 'build and install our networking scripts') | ||||
| option('os', type : 'combo', | ||||
|   choices : | ||||
|     [ '', 'DragonFly', 'FreeBSD', 'GNU', 'GNU-kFreeBSD', 'Linux', 'NetBSD' ], | ||||
|   description : 'Operating System (autodetected if not specified)') | ||||
| option('pam', type : 'boolean', | ||||
|   description : 'enable PAM support') | ||||
| option('pkg_prefix', type : 'string', | ||||
|   description : 'default location where packages are installed') | ||||
| option('pkgconfig', type : 'boolean', | ||||
|   description : 'build PKGConfig files') | ||||
| option('rootprefix', type : 'string', | ||||
|   description : 'override the root prefix') | ||||
| option('selinux', type : 'feature', value : 'auto', | ||||
|   description : 'enable SELinux support') | ||||
| option('shell', type : 'string', value : '/bin/sh', | ||||
|   description : 'Default posix compatible shell') | ||||
| option('split-usr', type : 'combo', | ||||
|   choices : ['auto', 'true', 'false'], | ||||
|   description : '''/bin, /sbin aren't symlinks into /usr''') | ||||
| option('sysvinit', type : 'boolean', value : false, | ||||
|   description : 'enable SysVinit compatibility (linux only)') | ||||
| option('termcap', type : 'combo', | ||||
|   choices : | ||||
|     [ '', 'ncurses', 'termcap' ], | ||||
|   description : 'the termcap library to use') | ||||
| option('zsh-completions', type : 'boolean', | ||||
|   description : 'install zsh completions') | ||||
| @@ -52,13 +52,12 @@ ${SHLIB_NAME}:	${SOBJS} | ||||
| 	${SOBJS} ${LDADD} | ||||
|  | ||||
| install: all | ||||
| ifeq (${MKSTATICLIBS},yes) | ||||
| 	${INSTALL} -d ${DESTDIR}${LIBDIR} | ||||
| ifeq (${MKSTATICLIBS},yes) | ||||
| 	${INSTALL} -m ${LIBMODE} lib${LIB}.a ${DESTDIR}${LIBDIR} | ||||
| endif | ||||
| 	${INSTALL} -d ${DESTDIR}${SHLIBDIR} | ||||
| 	${INSTALL} -m ${LIBMODE} ${SHLIB_NAME} ${DESTDIR}${SHLIBDIR} | ||||
| 	ln -fs ${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}/${SHLIB_LINK} | ||||
| 	${INSTALL} -m ${LIBMODE} ${SHLIB_NAME} ${DESTDIR}${LIBDIR} | ||||
| 	ln -fs ${SHLIB_NAME} ${DESTDIR}${LIBDIR}/${SHLIB_LINK} | ||||
| 	${INSTALL} -d ${DESTDIR}${INCDIR} | ||||
| 	for x in ${INCS}; do ${INSTALL} -m ${INCMODE} $$x ${DESTDIR}${INCDIR}; done | ||||
|  | ||||
|   | ||||
| @@ -52,9 +52,9 @@ _LIBNAME:=		$(shell ${_LIBNAME_SH}) | ||||
| LIBNAME?=		${_LIBNAME} | ||||
| LIBDIR?=		${UPREFIX}/${LIBNAME} | ||||
| LIBMODE?=		0644 | ||||
| SHLIBDIR?=		${PREFIX}/${LIBNAME} | ||||
|  | ||||
| LIBEXECDIR?=		${PREFIX}/libexec/rc | ||||
| PKGCONFIGDIR?= ${UPREFIX}/${LIBNAME}/pkgconfig | ||||
|  | ||||
| MANPREFIX?=		${UPREFIX}/share | ||||
| MANDIR?=		${MANPREFIX}/man | ||||
|   | ||||
							
								
								
									
										9
									
								
								pam/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								pam/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| pam_dir =	get_option('sysconfdir') / 'pam.d' | ||||
|  | ||||
| pam_files = [ | ||||
|   'start-stop-daemon', | ||||
|   'supervise-daemon', | ||||
|   ] | ||||
|  | ||||
| install_data(pam_files, | ||||
|   install_dir : pam_dir) | ||||
							
								
								
									
										6
									
								
								pam/start-stop-daemon
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								pam/start-stop-daemon
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| #%PAM-1.0 | ||||
|  | ||||
| auth            required        pam_permit.so | ||||
| account         required        pam_permit.so | ||||
| password        required        pam_deny.so | ||||
| session         optional        pam_limits.so | ||||
							
								
								
									
										6
									
								
								pam/supervise-daemon
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								pam/supervise-daemon
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| #%PAM-1.0 | ||||
|  | ||||
| auth            required        pam_permit.so | ||||
| account         required        pam_permit.so | ||||
| password        required        pam_deny.so | ||||
| session         optional        pam_limits.so | ||||
| @@ -1,4 +1,4 @@ | ||||
| DIR=	${LIBDIR}/pkgconfig | ||||
| DIR=	${PKGCONFIGDIR} | ||||
| SRCS=	einfo.pc.in openrc.pc.in | ||||
| INC=	einfo.pc openrc.pc | ||||
|  | ||||
|   | ||||
							
								
								
									
										22
									
								
								pkgconfig/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								pkgconfig/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| pkgconfig_dir =	get_option('libdir') / 'pkgconfig' | ||||
|  | ||||
| pkgconfig_conf_data = configuration_data() | ||||
| if rootprefix != '/' | ||||
|   pkgconfig_conf_data.set('PREFIX', rootprefix) | ||||
| else | ||||
|   pkgconfig_conf_data.set('PREFIX', '') | ||||
| endif | ||||
| pkgconfig_conf_data.set('LIB', get_option('libdir')) | ||||
| pkgconfig_conf_data.set('VERSION', meson.project_version()) | ||||
|  | ||||
| pkgconfig_files = [ | ||||
|   'einfo.pc.in', | ||||
|   'openrc.pc.in', | ||||
|   ] | ||||
|  | ||||
| foreach file : pkgconfig_files | ||||
|   configure_file(input : file, | ||||
|     output : '@BASENAME@', | ||||
|     configuration : pkgconfig_conf_data, | ||||
|     install_dir : pkgconfig_dir) | ||||
| endforeach | ||||
							
								
								
									
										45
									
								
								scripts/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								scripts/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,45 @@ | ||||
| script_conf_data = configuration_data() | ||||
| script_conf_data.set('SBINDIR', sbindir) | ||||
|  | ||||
| script_dir = rc_libexecdir / 'bin' | ||||
|  | ||||
| scripts_internal = [ | ||||
|   'on_ac_power', | ||||
|   ] | ||||
|    | ||||
| scripts_Linux = [ | ||||
|   'rc-sstat.in', | ||||
|   ] | ||||
|  | ||||
| scripts_sysvinit = [ | ||||
|   'halt.in', | ||||
|   'poweroff.in', | ||||
|   'shutdown.in', | ||||
|   'reboot.in', | ||||
|   ] | ||||
|  | ||||
| install_data(scripts_internal, | ||||
|   install_dir : script_dir, | ||||
|   install_mode: 'rwxr-xr-x') | ||||
|  | ||||
| if os == 'Linux' | ||||
|   foreach file : scripts_Linux | ||||
|     configure_file(input : file, | ||||
|       output : '@BASENAME@', | ||||
|       configuration : script_conf_data, | ||||
|       install_dir: script_dir, | ||||
|       install_mode: 'rwxr-xr-x') | ||||
|   endforeach | ||||
|   if get_option('sysvinit') | ||||
|     foreach file : scripts_sysvinit | ||||
|       configure_file(input : file, | ||||
|         output : '@BASENAME@', | ||||
|         configuration : script_conf_data, | ||||
| 	    install_dir: script_dir, | ||||
|         install_mode: 'rwxr-xr-x') | ||||
|     endforeach | ||||
|   endif | ||||
| endif | ||||
|  | ||||
| meson.add_install_script('meson_script_links.sh', rc_libexecdir, | ||||
| 	sbindir) | ||||
							
								
								
									
										19
									
								
								scripts/meson_script_links.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										19
									
								
								scripts/meson_script_links.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| set -e | ||||
| set -u | ||||
|  | ||||
| rc_libexecdir="$1" | ||||
| sbindir="$2" | ||||
| binaries=" halt poweroff rc-sstat reboot shutdown" | ||||
| for f in $binaries; do | ||||
| 	if [ -x "${DESTDIR}${rc_libexecdir}/bin/${f}"  ]; then | ||||
| 		ln -snf "${rc_libexecdir}/bin/${f}" \ | ||||
| 			"${DESTDIR}${sbindir}/${f}" | ||||
| 	fi | ||||
| done | ||||
| # sysvinit is active when halt exits | ||||
| if [ -x "${DESTDIR}${rc_libexecdir}/bin/halt"  ]; then | ||||
| 	ln -snf "${sbindir}/openrc-init" \ | ||||
| 		"${DESTDIR}${sbindir}/init" | ||||
| fi | ||||
| @@ -18,9 +18,10 @@ if [ -f /proc/acpi/ac_adapter/*/state ]; then | ||||
| 		"state:"*"off-line") exit 128;; | ||||
| 		esac | ||||
| 	done | ||||
| elif [ -f /sys/class/power_supply/*/online ]; then | ||||
| 	cat /sys/class/power_supply/*/online | while read line; do | ||||
| 		[ "${line}" = 0 ] && exit 128 | ||||
| elif [ -d /sys/class/power_supply ]; then | ||||
| 	for dir in /sys/class/power_supply/*/; do | ||||
| 		[ "$(cat "${dir}/type")" != "Mains" ] && continue | ||||
| 		[ "$(cat "${dir}/online")" = 0 ] && exit 128 | ||||
| 	done | ||||
| elif [ -f /proc/pmu/info ]; then | ||||
| 	cat /proc/pmu/info | while read line; do | ||||
|   | ||||
| @@ -1,14 +1,31 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| shutdown_arg= | ||||
| do_halt=false | ||||
| while getopts :akrhPHfFnct: opt; do | ||||
| 	case "$opt" in | ||||
| 		a) ;; | ||||
| 		k) ;; | ||||
| 		r) shutdown_arg=--reboot ;; | ||||
| 		h) shutdown_arg=--halt ;; | ||||
| 		P) shutdown_arg=--poweroff ;; | ||||
| 		H) shutdown_arg=--halt ;; | ||||
| 		r) | ||||
| 			shutdown_arg=--reboot | ||||
| 			;; | ||||
| 		h) | ||||
| 			do_halt=true | ||||
| 			shutdown_arg=--poweroff | ||||
| 			;; | ||||
| 		P) | ||||
| 			if ! ${do_halt}; then | ||||
| 				printf "%s\n" "The -P flag requires the -h flag" >&2 | ||||
| 				exit 1 | ||||
| 			fi | ||||
| 			shutdown_arg=--poweroff | ||||
| 			;; | ||||
| 		H) | ||||
| 			if ! ${do_halt}; then | ||||
| 				printf "%s\n" "The -H flag requires the -h flag" >&2 | ||||
| 				exit 1 | ||||
| 			fi | ||||
| 			shutdown_arg=--halt | ||||
| 			;; | ||||
| 		f) ;; | ||||
| 		F) ;; | ||||
| 		n) ;; | ||||
| @@ -25,5 +42,5 @@ if [ -z "${shutdown_arg}" ]; then | ||||
| 	shutdown_arg=--single | ||||
| fi | ||||
|  | ||||
| echo @SBINDIR@/openrc-shutdown ${shutdown_arg} "$@" | ||||
| printf "%s %s\n" "@SBINDIR@/openrc-shutdown ${shutdown_arg}" "$@" | ||||
| exec @SBINDIR@/openrc-shutdown ${shutdown_arg} "$@" | ||||
|   | ||||
| @@ -29,6 +29,9 @@ apply_file() { | ||||
| 			\;*) continue ;; | ||||
| 		esac | ||||
|  | ||||
| 		local reg=${line#*:} | ||||
| 		[ -e /proc/sys/fs/binfmt_misc/${reg%%:*} ] && echo -1 > /proc/sys/fs/binfmt_misc/${reg%%:*} | ||||
|  | ||||
| 		echo "${line}" > /proc/sys/fs/binfmt_misc/register | ||||
| 		rc=$? | ||||
| 		if [ $rc -ne 0 ]; then | ||||
|   | ||||
| @@ -20,7 +20,7 @@ service_present() | ||||
| 	# succeed if $RC_SYS empty, can't check further, assume script will run | ||||
| 	[ -z "$RC_SYS" ] && return 0 | ||||
| 	# fail if file contains "-$RC_SYS", because then it won't run | ||||
| 	egrep -qi "^[[:space:]]*keyword[[:space:]].*-$RC_SYS\>" "$p" && return 1 | ||||
| 	grep -Eqi "^[[:space:]]*keyword[[:space:]].*-$RC_SYS([[:space:]]|$)" "$p" && return 1 | ||||
| 	# succeed otherwise | ||||
| 	return 0 | ||||
| } | ||||
|   | ||||
| @@ -71,20 +71,17 @@ if [ "$sys" = VSERVER ]; then | ||||
| 	rm -rf /run/* | ||||
| elif ! mountinfo -q /run; then | ||||
| 	ebegin "Mounting /run" | ||||
| 	rc=0 | ||||
| 	run_mount_opts="mode=0755,nosuid,nodev,nr_inodes=800k,size=20%,strictatime" | ||||
| 	if ! fstabinfo --mount /run; then | ||||
| 		mount -t tmpfs -o mode=0755,nodev,size=10% tmpfs /run | ||||
| 		rc=$? | ||||
| 	fi | ||||
| 	if [ $rc != 0 ]; then | ||||
| 		eerror "Unable to mount tmpfs on /run." | ||||
| 		eerror "Can't continue." | ||||
| 		exit 1 | ||||
| 		if ! mount -t tmpfs -o ${run_mount_opts} tmpfs /run; then | ||||
| 			eerror "Unable to mount tmpfs on /run." | ||||
| 			eerror "Can't continue." | ||||
| 			exit 1 | ||||
| 		fi | ||||
| 	fi | ||||
| fi | ||||
|  | ||||
| [ -x /sbin/restorecon ] && /sbin/restorecon -rF /run | ||||
| checkpath -d $RC_SVCDIR | ||||
| checkpath -d "$RC_SVCDIR" | ||||
| checkpath -d -m 0775 -o root:uucp /run/lock | ||||
|  | ||||
| # Try to mount xenfs as early as possible, otherwise rc_sys() will always | ||||
| @@ -102,4 +99,5 @@ if [ -e "$RC_LIBEXECDIR"/cache/softlevel ]; then | ||||
| fi | ||||
|  | ||||
| echo sysinit >"$RC_SVCDIR"/softlevel | ||||
| [ -x /sbin/restorecon ] && /sbin/restorecon -rF /run | ||||
| exit 0 | ||||
|   | ||||
							
								
								
									
										84
									
								
								sh/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										84
									
								
								sh/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,84 @@ | ||||
| sh_conf_data = configuration_data() | ||||
| if rootprefix == '/' | ||||
|   sh_conf_data.set('PREFIX', '') | ||||
|   else | ||||
|   sh_conf_data.set('PREFIX', rootprefix) | ||||
| endif | ||||
| sh_conf_data.set('BINDIR', bindir) | ||||
| sh_conf_data.set('LIBEXECDIR', rc_libexecdir) | ||||
| sh_conf_data.set('LOCAL_PREFIX', local_prefix) | ||||
| sh_conf_data.set('PKG_PREFIX', pkg_prefix) | ||||
| sh_conf_data.set('SBINDIR', sbindir) | ||||
| sh_conf_data.set('SHELL', get_option('shell')) | ||||
| sh_conf_data.set('SYSCONFDIR', get_option('sysconfdir')) | ||||
|  | ||||
| sh_dir = rc_libexecdir / 'sh' | ||||
|  | ||||
| sh = [ | ||||
|   'rc-functions.sh', | ||||
|   'rc-mount.sh', | ||||
|   'runit.sh', | ||||
|   's6.sh', | ||||
|   'start-stop-daemon.sh', | ||||
|   'supervise-daemon.sh', | ||||
|   ] | ||||
|  | ||||
| sh_config = [ | ||||
|   'functions.sh.in', | ||||
|   ] | ||||
|  | ||||
| scripts_config = [ | ||||
|   'gendepends.sh.in', | ||||
|   'openrc-run.sh.in', | ||||
|   ] | ||||
|  | ||||
| if os == 'Linux' | ||||
|   sh += [ | ||||
|     'rc-cgroup.sh', | ||||
|     ] | ||||
|   scripts_config += [ | ||||
|     'binfmt.sh.in', | ||||
|     'cgroup-release-agent.sh.in', | ||||
|    ] | ||||
|   scripts_config_os = [ | ||||
|     ['init-early.sh.Linux.in', 'init-early.sh'], | ||||
|     ['init.sh.Linux.in', 'init.sh'], | ||||
|     ] | ||||
| elif os == 'GNU' | ||||
|   scripts_config_os = [ | ||||
|     ['init.sh.GNU.in', 'init.sh'], | ||||
|     ] | ||||
| elif os == 'Gnu-KFreeBSD' | ||||
|   scripts_config_os = [ | ||||
|     ['init.sh.GNU-kFreeBSD.in', 'init.sh'], | ||||
|     ] | ||||
| else | ||||
|   scripts_config_os = [ | ||||
|     ['init.sh.BSD.in', 'init.sh'], | ||||
|     ] | ||||
| endif | ||||
|  | ||||
| install_data(sh, | ||||
|   install_dir : sh_dir) | ||||
| foreach file : sh_config | ||||
|   configure_file(input : file, | ||||
|     output : '@BASENAME@', | ||||
|     configuration : sh_conf_data, | ||||
|     install_dir : sh_dir) | ||||
| endforeach | ||||
|  | ||||
| foreach file : scripts_config | ||||
|   configure_file(input : file, | ||||
|     output : '@BASENAME@', | ||||
|     configuration : sh_conf_data, | ||||
|     install_dir : sh_dir, | ||||
|     install_mode : 'rwxr-xr-x') | ||||
| endforeach | ||||
|  | ||||
| foreach file : scripts_config_os | ||||
|   configure_file(input : file.get(0), | ||||
|     output : file.get(1), | ||||
|     configuration : sh_conf_data, | ||||
|     install_dir : sh_dir, | ||||
|     install_mode : 'rwxr-xr-x') | ||||
| endforeach | ||||
| @@ -254,8 +254,11 @@ fi | ||||
| for _cmd; do | ||||
| 	if [ "$_cmd" != status -a "$_cmd" != describe ]; then | ||||
| 		# Apply any ulimit defined | ||||
| 		[ -n "${rc_ulimit:-$RC_ULIMIT}" ] && \ | ||||
| 			ulimit ${rc_ulimit:-$RC_ULIMIT} | ||||
| 		if [ -n "${rc_ulimit:-$RC_ULIMIT}" ]; then | ||||
| 			if ! ulimit ${rc_ulimit:-$RC_ULIMIT}; then | ||||
| 				eerror "${RC_SVCNAME}: unable to apply RC_ULIMIT settings" | ||||
| 			fi | ||||
| 		fi | ||||
| 		# Apply cgroups settings if defined | ||||
| 		if [ "$(command -v cgroup_add_service)" = "cgroup_add_service" ] | ||||
| 		then | ||||
|   | ||||
| @@ -24,18 +24,26 @@ cgroup_find_path() | ||||
| 	printf "%s" "${result}" | ||||
| } | ||||
|  | ||||
| # This extracts all pids in a cgroup and puts them in the cgroup_pids | ||||
| # variable. | ||||
| # It is done this way to avoid subshells so we don't have to worry about | ||||
| # locating the pid of the subshell in the cgroup. | ||||
| # https://github.com/openrc/openrc/issues/396 | ||||
| cgroup_get_pids() | ||||
| { | ||||
| 	local cgroup_procs p pids | ||||
| 	local cgroup_procs p | ||||
| 	cgroup_pids= | ||||
| 	cgroup_procs="$(cgroup2_find_path)" | ||||
| 	[ -n "${cgroup_procs}" ] && | ||||
| 		cgroup_procs="${cgroup_procs}/${RC_SVCNAME}/cgroup.procs" || | ||||
| 	if [ -n "${cgroup_procs}" ]; then | ||||
| 		cgroup_procs="${cgroup_procs}/${RC_SVCNAME}/cgroup.procs" | ||||
| 	else | ||||
| 		cgroup_procs="/sys/fs/cgroup/openrc/${RC_SVCNAME}/tasks" | ||||
| 	fi | ||||
| 	[ -f "${cgroup_procs}" ] || return 0 | ||||
| 	while read -r p; do | ||||
| 		[ "$p" -eq $$ ] || pids="${pids} ${p}" | ||||
| 		[ "$p" -eq $$ ] && continue | ||||
| 		cgroup_pids="${cgroup_pids} ${p}" | ||||
| 	done < "${cgroup_procs}" | ||||
| 	printf "%s" "${pids}" | ||||
| 	return 0 | ||||
| } | ||||
|  | ||||
| @@ -181,7 +189,8 @@ cgroup2_set_limits() | ||||
| { | ||||
| 	local cgroup_path | ||||
| 	cgroup_path="$(cgroup2_find_path)" | ||||
| 	[ -d "${cgroup_path}" ] || return 0 | ||||
| 	[ -z "${cgroup_path}" ] && return 0 | ||||
| 	mountinfo -q "${cgroup_path}"|| return 0 | ||||
| 	rc_cgroup_path="${cgroup_path}/${RC_SVCNAME}" | ||||
| 	[ ! -d "${rc_cgroup_path}" ] && mkdir "${rc_cgroup_path}" | ||||
| 	[ -f "${rc_cgroup_path}"/cgroup.procs ] && | ||||
| @@ -192,7 +201,7 @@ cgroup2_set_limits() | ||||
| 		[ -z "${value}" ] && continue | ||||
| 		[ ! -f "${rc_cgroup_path}/${key}" ] && continue | ||||
| 		veinfo "${RC_SVCNAME}: cgroups: setting ${key} to ${value}" | ||||
| 		printf "%s\n" "${value}" > "${rc_cgroup_path}/${key}" | ||||
| 		printf "%s" "${value}" > "${rc_cgroup_path}/${key}" | ||||
| 	done | ||||
| 	return 0 | ||||
| } | ||||
| @@ -200,26 +209,29 @@ cgroup2_set_limits() | ||||
| cgroup_cleanup() | ||||
| { | ||||
| 	cgroup_running || return 0 | ||||
| 	ebegin "starting cgroups cleanup" | ||||
| 	local pids loops=0 | ||||
| 	pids="$(cgroup_get_pids)" | ||||
| 	if [ -n "${pids}" ]; then | ||||
| 		kill -s CONT ${pids} 2> /dev/null | ||||
| 		kill -s "${stopsig:-TERM}" ${pids} 2> /dev/null | ||||
| 	ebegin "Starting cgroups cleanup" | ||||
| 	local loops=0 | ||||
| 	cgroup_get_pids | ||||
| 	if [ -n "${cgroup_pids}" ]; then | ||||
| 		kill -s CONT ${cgroup_pids} 2> /dev/null | ||||
| 		kill -s "${stopsig:-TERM}" ${cgroup_pids} 2> /dev/null | ||||
| 		yesno "${rc_send_sighup:-no}" && | ||||
| 			kill -s HUP ${pids} 2> /dev/null | ||||
| 		kill -s "${stopsig:-TERM}" ${pids} 2> /dev/null | ||||
| 		while [ -n "$(cgroup_get_pids)" ] && | ||||
| 			kill -s HUP ${cgroup_pids} 2> /dev/null | ||||
| 		kill -s "${stopsig:-TERM}" ${cgroup_pids} 2> /dev/null | ||||
| 		cgroup_get_pids | ||||
| 		while [ -n "${cgroup_pids}" ] && | ||||
| 			[ "${loops}" -lt "${rc_timeout_stopsec:-90}" ]; do | ||||
| 			loops=$((loops+1)) | ||||
| 			sleep 1 | ||||
| 			cgroup_get_pids | ||||
| 		done | ||||
| 		pids="$(cgroup_get_pids)" | ||||
| 		[ -n "${pids}" ] && yesno "${rc_send_sigkill:-yes}" && | ||||
| 			kill -s KILL ${pids} 2> /dev/null | ||||
| 		if [ -n "${cgroup_pids}" ] && yesno "${rc_send_sigkill:-yes}"; then | ||||
| 			kill -s KILL ${cgroup_pids} 2> /dev/null | ||||
| 		fi | ||||
| 	fi | ||||
| 	cgroup2_remove | ||||
| 	[ -z "$(cgroup_get_pids)" ] | ||||
| 	cgroup_get_pids | ||||
| 	[ -z "${cgroup_pids}" ] | ||||
| 	eend $? "Unable to stop all processes" | ||||
| 	return 0 | ||||
| } | ||||
|   | ||||
| @@ -48,7 +48,7 @@ do_unmount() | ||||
| 		retry=4 # Effectively TERM, sleep 1, TERM, sleep 1, KILL, sleep 1 | ||||
| 		while ! LC_ALL=C $cmd "$mnt" 2>/dev/null; do | ||||
| 			if command -v fuser >/dev/null 2>&1; then | ||||
| 				pids="$(timeout -k 10 -s KILL "${rc_fuser_timeout:-60}" \ | ||||
| 				pids="$(timeout -s KILL "${rc_fuser_timeout:-60}" \ | ||||
| 					fuser $f_opts "$mnt" 2>/dev/null)" | ||||
| 			fi | ||||
| 			case " $pids " in | ||||
|   | ||||
							
								
								
									
										16
									
								
								sh/runit.sh
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								sh/runit.sh
									
									
									
									
									
								
							| @@ -20,8 +20,20 @@ runit_start() | ||||
| 	service_link="${RC_SVCDIR}/sv/${service_path##*/}" | ||||
| 	ebegin "Starting ${name:-$RC_SVCNAME}" | ||||
| 	ln -snf "${service_path}" "${service_link}" | ||||
| 	sv start "${service_link}" > /dev/null 2>&1 | ||||
| 	eend $? "Failed to start ${name:-$RC_SVCNAME}" | ||||
| 	local i=0 retval=1 | ||||
| 	# it can take upto 5 seconds for runsv to start | ||||
| 	while [ $i -lt 6 ] ; do | ||||
| 		if sv start "${service_link}" > /dev/null 2>&1; then | ||||
| 			retval=0 | ||||
| 			break | ||||
| 		fi | ||||
| 		sleep 1 && i=$(expr $i + 1) | ||||
| 	done | ||||
| 	if [ $retval -eq 1 ]; then | ||||
| 		# clean up the link else sv will keep on trying | ||||
| 		rm "${service_link}" | ||||
| 	fi | ||||
| 	eend $retval "Failed to start ${name:-$RC_SVCNAME}" | ||||
| } | ||||
|  | ||||
| runit_stop() | ||||
|   | ||||
							
								
								
									
										6
									
								
								src/common/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								src/common/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| version_h = vcs_tag( | ||||
|   input : 'version.h.in', | ||||
|   output : 'version.h') | ||||
| version_f = vcs_tag( | ||||
|   input : 'version.in', | ||||
|   output : 'version') | ||||
							
								
								
									
										18
									
								
								src/common/version.h.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								src/common/version.h.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| /* | ||||
|  * Copyright (c) 2007-2015 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. | ||||
|  */ | ||||
|  | ||||
| #ifndef _VERSION_H_ | ||||
| #define _VERSION_H_ | ||||
|  | ||||
| #define VERSION "@VCS_TAG@" | ||||
|  | ||||
| #endif | ||||
							
								
								
									
										1
									
								
								src/common/version.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								src/common/version.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| @VCS_TAG@ | ||||
							
								
								
									
										12
									
								
								src/libeinfo/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/libeinfo/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| libeinfo_version = '1' | ||||
|  | ||||
| libeinfo = library('einfo', ['libeinfo.c'], | ||||
|   c_args : termcap_flags, | ||||
|   include_directories : incdir, | ||||
|   dependencies : termcap_dep, | ||||
|   link_depends : 'einfo.map', | ||||
|   version : libeinfo_version, | ||||
|   install : true, | ||||
|   install_dir : libdir) | ||||
|  | ||||
| install_headers('einfo.h') | ||||
| @@ -160,7 +160,7 @@ rc_find_pids(const char *exec, const char *const *argv, uid_t uid, pid_t pid) | ||||
| 				proc_ns[0] = '\0'; | ||||
| 		} | ||||
| 		free(buffer); | ||||
| 		if (strlen(my_ns) && strlen (proc_ns) && strcmp(my_ns, proc_ns)) | ||||
| 		if (pid == 0 && strlen(my_ns) && strlen (proc_ns) && strcmp(my_ns, proc_ns)) | ||||
| 			continue; | ||||
| 		if (uid) { | ||||
| 			xasprintf(&buffer, "/proc/%d", p); | ||||
|   | ||||
| @@ -481,7 +481,8 @@ rc_runlevel_exists(const char *runlevel) | ||||
| 	char path[PATH_MAX]; | ||||
| 	struct stat buf; | ||||
|  | ||||
| 	if (!runlevel || strcmp(runlevel, ".") == 0 || strcmp(runlevel, "..") == 0) | ||||
| 	if (!runlevel || strcmp(runlevel, "") == 0 || strcmp(runlevel, ".") == 0 || | ||||
| 		strcmp(runlevel, "..") == 0) | ||||
| 		return false; | ||||
| 	snprintf(path, sizeof(path), "%s/%s", RC_RUNLEVELDIR, runlevel); | ||||
| 	if (stat(path, &buf) == 0 && S_ISDIR(buf.st_mode)) | ||||
|   | ||||
							
								
								
									
										33
									
								
								src/librc/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								src/librc/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,33 @@ | ||||
| rc_h_conf_data = configuration_data() | ||||
| if rootprefix == '/' | ||||
|   rc_h_conf_data.set('PREFIX', '') | ||||
|   else | ||||
|   rc_h_conf_data.set('PREFIX', rootprefix) | ||||
| 	endif | ||||
| rc_h_conf_data.set('LIB', libname) | ||||
| rc_h_conf_data.set('LIBEXECDIR', rc_libexecdir) | ||||
| rc_h_conf_data.set('LOCAL_PREFIX', local_prefix) | ||||
| rc_h_conf_data.set('PKG_PREFIX', pkg_prefix) | ||||
| rc_h_conf_data.set('SYSCONFDIR', get_option('sysconfdir')) | ||||
|  | ||||
| librc_version = '1' | ||||
|  | ||||
| librc_sources = [ | ||||
|   'librc.c', | ||||
|   'librc-daemon.c', | ||||
|   'librc-depend.c', | ||||
|   'librc-misc.c', | ||||
|   'librc-stringlist.c', | ||||
|   ] | ||||
|  | ||||
| rc_h = configure_file(input : 'rc.h.in', output : 'rc.h', | ||||
|   configuration : rc_h_conf_data) | ||||
|  | ||||
| librc = library('rc', librc_sources, | ||||
|   include_directories : [incdir, einfo_incdir], | ||||
|   link_depends : 'rc.map', | ||||
|   version : librc_version, | ||||
|   install : true, | ||||
|   install_dir : libdir) | ||||
|  | ||||
| install_headers(rc_h) | ||||
							
								
								
									
										4
									
								
								src/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								src/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| subdir('common') | ||||
| subdir('libeinfo') | ||||
| subdir('librc') | ||||
| subdir('rc') | ||||
| @@ -22,6 +22,7 @@ | ||||
| #include <time.h> | ||||
| #include <unistd.h> | ||||
| #include <stdio.h> | ||||
| #include <utmp.h> | ||||
| #include <utmpx.h> | ||||
| #include <pwd.h> | ||||
| #include <fcntl.h> | ||||
|   | ||||
| @@ -16,6 +16,7 @@ | ||||
|  *    except according to the terms contained in the LICENSE file. | ||||
|  */ | ||||
|  | ||||
| #define _GNU_SOURCE | ||||
| #include <sys/types.h> | ||||
| #include <sys/stat.h> | ||||
|  | ||||
| @@ -23,6 +24,7 @@ | ||||
| #include <fcntl.h> | ||||
| #include <getopt.h> | ||||
| #include <grp.h> | ||||
| #include <libgen.h> | ||||
| #include <pwd.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| @@ -44,7 +46,7 @@ typedef enum { | ||||
|  | ||||
| const char *applet = NULL; | ||||
| const char *extraopts ="path1 [path2] [...]"; | ||||
| const char *getoptstring = "dDfFpm:o:W" getoptstring_COMMON; | ||||
| const char *getoptstring = "dDfFpm:o:sW" getoptstring_COMMON; | ||||
| const struct option longopts[] = { | ||||
| 	{ "directory",          0, NULL, 'd'}, | ||||
| 	{ "directory-truncate", 0, NULL, 'D'}, | ||||
| @@ -53,6 +55,7 @@ const struct option longopts[] = { | ||||
| 	{ "pipe",               0, NULL, 'p'}, | ||||
| 	{ "mode",               1, NULL, 'm'}, | ||||
| 	{ "owner",              1, NULL, 'o'}, | ||||
| 	{ "symlinks",           0, NULL, 's'}, | ||||
| 	{ "writable",           0, NULL, 'W'}, | ||||
| 	longopts_COMMON | ||||
| }; | ||||
| @@ -64,15 +67,120 @@ const char * const longopts_help[] = { | ||||
| 	"Create a named pipe (FIFO) if not exists", | ||||
| 	"Mode to check", | ||||
| 	"Owner to check (user:group)", | ||||
| 	"follow symbolic links (irrelivent on linux)", | ||||
| 	"Check whether the path is writable or not", | ||||
| 	longopts_help_COMMON | ||||
| }; | ||||
| const char *usagestring = NULL; | ||||
|  | ||||
| static int get_dirfd(char *path, bool symlinks) | ||||
| { | ||||
| 	char *ch; | ||||
| 	char *item; | ||||
| 	char *linkpath = NULL; | ||||
| 	char *path_dupe; | ||||
| 	char *str; | ||||
| 	int components = 0; | ||||
| 	int dirfd; | ||||
| 	int flags = 0; | ||||
| 	int new_dirfd; | ||||
| 	struct stat st; | ||||
| 	ssize_t linksize; | ||||
|  | ||||
| 	if (!path || *path != '/') | ||||
| 		eerrorx("%s: empty or relative path", applet); | ||||
| 	dirfd = openat(dirfd, "/", O_RDONLY); | ||||
| 	if (dirfd == -1) | ||||
| 		eerrorx("%s: unable to open the root directory: %s", | ||||
| 				applet, strerror(errno)); | ||||
| 	ch = path; | ||||
| 	while (*ch) { | ||||
| 		if (*ch == '/') | ||||
| 			components++; | ||||
| 		ch++; | ||||
| 	} | ||||
| 	path_dupe = xstrdup(path); | ||||
| 	item = strtok(path_dupe, "/"); | ||||
| #ifdef O_PATH | ||||
| 	flags |= O_PATH; | ||||
| #endif | ||||
| 	if (!symlinks) | ||||
| 		flags |= O_NOFOLLOW; | ||||
| 	flags |= O_RDONLY; | ||||
| 	while (dirfd > 0 && item && components > 1) { | ||||
| 		str = xstrdup(linkpath ? linkpath : item); | ||||
| 		new_dirfd = openat(dirfd, str, flags); | ||||
| 		if (new_dirfd == -1) | ||||
| 			eerrorx("%s: %s: could not open %s: %s", applet, path, str, | ||||
| 					strerror(errno)); | ||||
| 		if (fstat(new_dirfd, &st) == -1) | ||||
| 			eerrorx("%s: %s: unable to stat %s: %s", applet, path, item, | ||||
| 					strerror(errno)); | ||||
| 		if (S_ISLNK(st.st_mode) ) { | ||||
| 			if (st.st_uid != 0) | ||||
| 				eerrorx("%s: %s: symbolic link %s not owned by root", | ||||
| 						applet, path, str); | ||||
| 			linksize = st.st_size+1; | ||||
| 			if (linkpath) | ||||
| 				free(linkpath); | ||||
| 			linkpath = xmalloc(linksize); | ||||
| 			memset(linkpath, 0, linksize); | ||||
| 			if (readlinkat(new_dirfd, "", linkpath, linksize) != st.st_size) | ||||
| 				eerrorx("%s: symbolic link destination changed", applet); | ||||
| 			/* | ||||
| 			 * now follow the symlink. | ||||
| 			 */ | ||||
| 			close(new_dirfd); | ||||
| 		} else { | ||||
| 			/* now walk down the directory path */ | ||||
| 			close(dirfd); | ||||
| 			dirfd = new_dirfd; | ||||
| 			free(linkpath); | ||||
| 			linkpath = NULL; | ||||
| 			item = strtok(NULL, "/"); | ||||
| 			components--; | ||||
| 		} | ||||
| 	} | ||||
| 	free(path_dupe); | ||||
| 	free(linkpath); | ||||
| 	return dirfd; | ||||
| } | ||||
|  | ||||
| static char *clean_path(char *path) | ||||
| { | ||||
| 	char *ch; | ||||
| 	char *ch2; | ||||
| 	char *str; | ||||
| 	str = xmalloc(strlen(path)); | ||||
| 	ch = path; | ||||
| 	ch2 = str; | ||||
| 	while (true) { | ||||
| 		*ch2 = *ch; | ||||
| 		ch++; | ||||
| 		ch2++; | ||||
| 		if (!*(ch-1)) | ||||
| 			break; | ||||
| 		while (*(ch - 1) == '/' && *ch == '/') | ||||
| 			ch++; | ||||
| 	} | ||||
| 	/* get rid of trailing / characters */ | ||||
| 	while ((ch = strrchr(str, '/'))) { | ||||
| 		if (ch == str) | ||||
| 			break; | ||||
| 		if (!*(ch+1)) | ||||
| 			*ch = 0; | ||||
| 		else | ||||
| 			break; | ||||
| 	} | ||||
| 	return str; | ||||
| } | ||||
|  | ||||
| static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode, | ||||
| 	inode_t type, bool trunc, bool chowner, bool selinux_on) | ||||
| 	inode_t type, bool trunc, bool chowner, bool symlinks, bool selinux_on) | ||||
| { | ||||
| 	struct stat st; | ||||
| 	char *name = NULL; | ||||
| 	int dirfd; | ||||
| 	int fd; | ||||
| 	int flags; | ||||
| 	int r; | ||||
| @@ -93,14 +201,16 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode, | ||||
| #endif | ||||
| 	if (trunc) | ||||
| 		flags |= O_TRUNC; | ||||
| 	readfd = open(path, readflags); | ||||
| 	xasprintf(&name, "%s", basename_c(path)); | ||||
| 	dirfd = get_dirfd(path, symlinks); | ||||
| 	readfd = openat(dirfd, name, readflags); | ||||
| 	if (readfd == -1 || (type == inode_file && trunc)) { | ||||
| 		if (type == inode_file) { | ||||
| 			einfo("%s: creating file", path); | ||||
| 			if (!mode) /* 664 */ | ||||
| 				mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH; | ||||
| 			u = umask(0); | ||||
| 			fd = open(path, flags, mode); | ||||
| 			fd = openat(dirfd, name, flags, mode); | ||||
| 			umask(u); | ||||
| 			if (fd == -1) { | ||||
| 				eerror("%s: open: %s", applet, strerror(errno)); | ||||
| @@ -115,14 +225,14 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode, | ||||
| 				mode = S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH; | ||||
| 			u = umask(0); | ||||
| 			/* We do not recursively create parents */ | ||||
| 			r = mkdir(path, mode); | ||||
| 			r = mkdirat(dirfd, name, mode); | ||||
| 			umask(u); | ||||
| 			if (r == -1 && errno != EEXIST) { | ||||
| 				eerror("%s: mkdir: %s", applet, | ||||
| 				eerror("%s: mkdirat: %s", applet, | ||||
| 				    strerror (errno)); | ||||
| 				return -1; | ||||
| 			} | ||||
| 			readfd = open(path, readflags); | ||||
| 			readfd = openat(dirfd, name, readflags); | ||||
| 			if (readfd == -1) { | ||||
| 				eerror("%s: unable to open directory: %s", applet, | ||||
| 						strerror(errno)); | ||||
| @@ -140,7 +250,7 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode, | ||||
| 				    strerror (errno)); | ||||
| 				return -1; | ||||
| 			} | ||||
| 			readfd = open(path, readflags); | ||||
| 			readfd = openat(dirfd, name, readflags); | ||||
| 			if (readfd == -1) { | ||||
| 				eerror("%s: unable to open fifo: %s", applet, | ||||
| 						strerror(errno)); | ||||
| @@ -167,7 +277,7 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode, | ||||
|  | ||||
| 		if (mode && (st.st_mode & 0777) != mode) { | ||||
| 			if ((type != inode_dir) && (st.st_nlink > 1)) { | ||||
| 				eerror("%s: chmod: %s %s", applet, "Too many hard links to", path); | ||||
| 				eerror("%s: chmod: Too many hard links to %s", applet, path); | ||||
| 				close(readfd); | ||||
| 				return -1; | ||||
| 			} | ||||
| @@ -259,8 +369,10 @@ int main(int argc, char **argv) | ||||
| 	int retval = EXIT_SUCCESS; | ||||
| 	bool trunc = false; | ||||
| 	bool chowner = false; | ||||
| 	bool symlinks = false; | ||||
| 	bool writable = false; | ||||
| 	bool selinux_on = false; | ||||
| 	char *path = NULL; | ||||
|  | ||||
| 	applet = basename_c(argv[0]); | ||||
| 	while ((opt = getopt_long(argc, argv, getoptstring, | ||||
| @@ -293,6 +405,11 @@ int main(int argc, char **argv) | ||||
| 				eerrorx("%s: owner `%s' not found", | ||||
| 				    applet, optarg); | ||||
| 			break; | ||||
| 		case 's': | ||||
| #ifndef O_PATH | ||||
| 			symlinks = true; | ||||
| #endif | ||||
| 			break; | ||||
| 		case 'W': | ||||
| 			writable = true; | ||||
| 			break; | ||||
| @@ -318,11 +435,14 @@ int main(int argc, char **argv) | ||||
| 		selinux_on = true; | ||||
|  | ||||
| 	while (optind < argc) { | ||||
| 		path = clean_path(argv[optind]); | ||||
| 		if (writable) | ||||
| 			exit(!is_writable(argv[optind])); | ||||
| 		if (do_check(argv[optind], uid, gid, mode, type, trunc, chowner, selinux_on)) | ||||
| 			exit(!is_writable(path)); | ||||
| 		if (do_check(path, uid, gid, mode, type, trunc, chowner, | ||||
| 					symlinks, selinux_on)) | ||||
| 			retval = EXIT_FAILURE; | ||||
| 		optind++; | ||||
| 		free(path); | ||||
| 	} | ||||
|  | ||||
| 	if (selinux_on) | ||||
|   | ||||
							
								
								
									
										302
									
								
								src/rc/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										302
									
								
								src/rc/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,302 @@ | ||||
| rc_misc_c = files([ | ||||
|   'rc-misc.c', | ||||
|   ]) | ||||
|  | ||||
| rc_plugin_c = files([ | ||||
|   'rc-plugin.c', | ||||
|   ]) | ||||
|  | ||||
| rc_schedules_c = files([ | ||||
|   'rc-schedules.c', | ||||
|   ]) | ||||
|  | ||||
| usage_c = files([ | ||||
|   '_usage.c', | ||||
|   ]) | ||||
|  | ||||
| if get_option('selinux').enabled() | ||||
|   rc_selinux_c = files([ | ||||
|     'rc-selinux.c', | ||||
|     ]) | ||||
| else | ||||
|   rc_selinux_c = [] | ||||
| endif | ||||
|  | ||||
| rc_wtmp_c = files([ | ||||
|   'rc-wtmp.c', | ||||
|   ]) | ||||
|  | ||||
| rc_bindir = rc_libexecdir / 'bin' | ||||
| rc_sbindir = rc_libexecdir / 'sbin' | ||||
|  | ||||
| executable('rc-status', | ||||
|   ['rc-status.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [util_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: bindir) | ||||
|  | ||||
| executable('openrc', | ||||
|   ['rc.c', 'rc-logger.c', rc_misc_c, rc_plugin_c, usage_c, | ||||
|     version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [dl_dep, util_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('openrc-run', | ||||
|   ['openrc-run.c', rc_misc_c, rc_plugin_c, usage_c,  | ||||
|   rc_selinux_c, version_h], | ||||
|   c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags], | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [dl_dep, libpam, selinux_dep, util_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('rc', | ||||
|   ['rc.c', 'rc-logger.c', rc_misc_c, rc_plugin_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [dl_dep, util_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('rc-service', | ||||
|   ['rc-service.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   link_with: [libeinfo, librc], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('rc-update', | ||||
|   ['rc-update.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   link_with: [libeinfo, librc], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('runscript', | ||||
|   ['openrc-run.c', rc_misc_c, usage_c, 'rc-plugin.c', | ||||
|     rc_selinux_c, version_h], | ||||
|   c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags], | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [dl_dep, libpam, util_dep, selinux_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('start-stop-daemon', | ||||
|   ['start-stop-daemon.c', 'rc-pipes.c', rc_misc_c, rc_schedules_c, | ||||
| 	rc_selinux_c, usage_c, version_h], | ||||
|   c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags], | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [dl_dep, libpam, util_dep, selinux_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| executable('supervise-daemon', | ||||
|   ['supervise-daemon.c', rc_misc_c, rc_plugin_c, rc_schedules_c, | ||||
|     usage_c, version_h], | ||||
|   c_args : [cc_branding_flags, cc_pam_flags, cc_selinux_flags], | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [dl_dep, libpam, util_dep, selinux_dep], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   install: true, | ||||
|   install_dir: sbindir) | ||||
|  | ||||
| if os == 'Linux' | ||||
|   executable('openrc-init', | ||||
|     ['openrc-init.c', rc_plugin_c, rc_wtmp_c, version_h], | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo, librc], | ||||
|     dependencies: [dl_dep], | ||||
|     install: true, | ||||
|     install_dir: sbindir) | ||||
|  | ||||
|   executable('openrc-shutdown', | ||||
|     ['openrc-shutdown.c', 'broadcast.c', 'rc-sysvinit.c', rc_misc_c, | ||||
| 		usage_c, rc_wtmp_c, version_h], | ||||
|     c_args : cc_branding_flags, | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo, librc], | ||||
|     install: true, | ||||
|     install_dir: sbindir) | ||||
| endif | ||||
|  | ||||
| einfo_execs = [ | ||||
|   'einfon', | ||||
|   'einfo', | ||||
|   'ewarnn', | ||||
|   'ewarn', | ||||
|   'eerrorn', | ||||
|   'eerror', | ||||
|   'ebegin', | ||||
|   'eend', | ||||
|   'ewend', | ||||
|   'eindent', | ||||
|   'eoutdent', | ||||
|   'esyslog', | ||||
|   'eval_ecolors', | ||||
|   'ewaitfile', | ||||
|   'veinfo', | ||||
|   'vewarn', | ||||
|   'vebegin', | ||||
|   'veend', | ||||
|   'vewend', | ||||
|   'veindent', | ||||
|   'veoutdent', | ||||
|   ] | ||||
|  | ||||
| foreach exec: einfo_execs | ||||
|   executable(exec, | ||||
|     ['do_e.c', rc_misc_c, version_h], | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo, librc], | ||||
|     install: true, | ||||
|     install_dir: rc_bindir) | ||||
| endforeach | ||||
|  | ||||
| executable('checkpath', | ||||
|   ['checkpath.c', rc_misc_c, usage_c, rc_selinux_c, | ||||
|     version_h], | ||||
|   c_args : [cc_audit_flags, cc_branding_flags, cc_pam_flags, cc_selinux_flags], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo, librc], | ||||
|   dependencies: [libpam, selinux_dep], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| executable('fstabinfo', | ||||
|   ['fstabinfo.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo, librc], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| executable('mountinfo', | ||||
|   ['mountinfo.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo, librc], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| executable('rc-depend', | ||||
|   ['rc-depend.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo, librc], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| executable('is_newer_than', | ||||
|   ['is_newer_than.c', rc_misc_c, version_h], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo, librc], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| executable('is_older_than', | ||||
|   ['is_older_than.c', rc_misc_c, version_h], | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo, librc], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| service_execs = [ | ||||
|   'service_starting', | ||||
|   'service_started', | ||||
|   'service_stopping', | ||||
|   'service_stopped', | ||||
|   'service_inactive', | ||||
|   'service_wasinactive', | ||||
|   'service_hotplugged', | ||||
|   'service_started_daemon', | ||||
|   'service_crashed', | ||||
|   ] | ||||
|  | ||||
| foreach exec : service_execs | ||||
|   executable(exec, | ||||
|     ['do_service.c', rc_misc_c, version_h], | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo, librc], | ||||
|     install: true, | ||||
|     install_dir: rc_bindir) | ||||
| endforeach | ||||
|  | ||||
| value_execs = [ | ||||
|   'service_get_value', | ||||
|   'service_set_value', | ||||
|   'get_options', | ||||
|   'save_options', | ||||
|   ] | ||||
|  | ||||
| foreach exec : value_execs | ||||
|   executable(exec, | ||||
|     ['do_value.c', rc_misc_c, version_h], | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo, librc], | ||||
|     install: true, | ||||
|     install_dir: rc_bindir) | ||||
| endforeach | ||||
|  | ||||
| if os == 'Linux' | ||||
|   executable('kill_all', | ||||
| 	  ['kill_all.c', usage_c, version_h], | ||||
|     c_args : cc_branding_flags, | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo,librc], | ||||
|     install: true, | ||||
|     install_dir: rc_bindir) | ||||
|   endif | ||||
|  | ||||
| executable('shell_var', | ||||
|   ['shell_var.c'], | ||||
|   install: true, | ||||
|   install_dir: rc_bindir) | ||||
|  | ||||
| mark_service_execs =	[ | ||||
|   'mark_service_starting', | ||||
|   'mark_service_started', | ||||
|   'mark_service_stopping', | ||||
|   'mark_service_stopped', | ||||
|   'mark_service_inactive', | ||||
|   'mark_service_wasinactive', | ||||
|   'mark_service_hotplugged', | ||||
|   'mark_service_failed', | ||||
|   'mark_service_crashed', | ||||
|   ] | ||||
|  | ||||
| foreach exec : mark_service_execs | ||||
|   executable(exec, | ||||
|     ['do_mark_service.c', rc_misc_c, version_h], | ||||
|     include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|     link_with: [libeinfo,librc], | ||||
|     install: true, | ||||
|     install_dir: rc_sbindir) | ||||
| endforeach | ||||
|  | ||||
| executable('rc-abort', | ||||
|   'rc-abort.c', | ||||
|   include_directories: [einfo_incdir], | ||||
|   link_with: [libeinfo], | ||||
|   install: true, | ||||
|   install_dir: rc_sbindir) | ||||
|  | ||||
| executable('swclock', | ||||
|   ['swclock.c', rc_misc_c, usage_c, version_h], | ||||
|   c_args : cc_branding_flags, | ||||
|   include_directories: [incdir, einfo_incdir, rc_incdir], | ||||
|   link_with: [libeinfo,librc], | ||||
|   install: true, | ||||
|   install_dir: rc_sbindir) | ||||
| @@ -207,6 +207,12 @@ static void signal_handler(int sig) | ||||
| 		case SIGINT: | ||||
| 			handle_shutdown("reboot", RB_AUTOBOOT); | ||||
| 			break; | ||||
| 		case SIGTERM: | ||||
| #ifdef SIGPWR | ||||
| 		case SIGPWR: | ||||
| #endif | ||||
| 			handle_shutdown("shutdown", RB_HALT_SYSTEM); | ||||
| 			break; | ||||
| 		case SIGCHLD: | ||||
| 			reap_zombies(); | ||||
| 			break; | ||||
| @@ -269,6 +275,10 @@ int main(int argc, char **argv) | ||||
| 	sigfillset(&signals); | ||||
| 	sigdelset(&signals, SIGCHLD); | ||||
| 	sigdelset(&signals, SIGINT); | ||||
| 	sigdelset(&signals, SIGTERM); | ||||
| #ifdef SIGPWR | ||||
| 	sigdelset(&signals, SIGPWR); | ||||
| #endif | ||||
| 	sigprocmask(SIG_SETMASK, &signals, NULL); | ||||
|  | ||||
| 	/* install signal  handler */ | ||||
| @@ -276,6 +286,10 @@ int main(int argc, char **argv) | ||||
| 	sa.sa_handler = signal_handler; | ||||
| 	sigaction(SIGCHLD, &sa, NULL); | ||||
| 	sigaction(SIGINT, &sa, NULL); | ||||
| 	sigaction(SIGTERM, &sa, NULL); | ||||
| #ifdef SIGPWR | ||||
| 	sigaction(SIGPWR, &sa, NULL); | ||||
| #endif | ||||
| 	reboot(RB_DISABLE_CAD); | ||||
|  | ||||
| 	/* set default path */ | ||||
|   | ||||
| @@ -72,7 +72,7 @@ const char *usagestring = "" \ | ||||
| 						   "Usage: openrc-shutdown -c | --cancel\n" \ | ||||
| 						   "   or: openrc-shutdown -R | --reexec\n" \ | ||||
| 						   "   or: openrc-shutdown -w | --write-only\n" \ | ||||
| 						   "   or: openmrc-shutdown -H | --halt time\n" \ | ||||
| 						   "   or: openrc-shutdown -H | --halt time\n" \ | ||||
| 						   "   or: openrc-shutdown -K | --kexec time\n" \ | ||||
| 						   "   or: openrc-shutdown -p | --poweroff time\n" \ | ||||
| 						   "   or: openrc-shutdown -r | --reboot time\n" \ | ||||
|   | ||||
| @@ -13,8 +13,8 @@ | ||||
| #ifndef RC_LOGGER_H | ||||
| #define RC_LOGGER_H | ||||
|  | ||||
| pid_t rc_logger_pid; | ||||
| int rc_logger_tty; | ||||
| extern pid_t rc_logger_pid; | ||||
| extern int rc_logger_tty; | ||||
| extern bool rc_in_logger; | ||||
|  | ||||
| void rc_logger_open(const char *runlevel); | ||||
|   | ||||
| @@ -20,6 +20,7 @@ | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <unistd.h> | ||||
| #include <inttypes.h> | ||||
|  | ||||
| #include "einfo.h" | ||||
| #include "queue.h" | ||||
| @@ -128,12 +129,12 @@ static char *get_uptime(const char *service) | ||||
| 			} | ||||
| 			if (diff_days > 0) | ||||
| 				xasprintf(&uptime, | ||||
| 						"%ld day(s) %02ld:%02ld:%02ld (%s)", | ||||
| 						"%"PRId64" day(s) %02"PRId64":%02"PRId64":%02"PRId64" (%s)", | ||||
| 						diff_days, diff_hours, diff_mins, diff_secs, | ||||
| 						start_count); | ||||
| 			else | ||||
| 				xasprintf(&uptime, | ||||
| 						"%02ld:%02ld:%02ld (%s)", | ||||
| 						"%02"PRId64":%02"PRId64":%02"PRId64" (%s)", | ||||
| 						diff_hours, diff_mins, diff_secs, start_count); | ||||
| 		} | ||||
| 	} | ||||
| @@ -291,9 +292,10 @@ int main(int argc, char **argv) | ||||
| 			goto exit; | ||||
| 			/* NOTREACHED */ | ||||
| 		case 'f': | ||||
| 			if (strcasecmp(optarg, "ini") == 0) | ||||
| 			if (strcasecmp(optarg, "ini") == 0) { | ||||
| 				format = FORMAT_INI; | ||||
| 			else | ||||
| 				setenv("EINFO_QUIET", "YES", 1); | ||||
| 			} else | ||||
| 				eerrorx("%s: invalid argument to --format switch\n", applet); | ||||
| 			break; | ||||
| 		case 'l': | ||||
|   | ||||
| @@ -389,10 +389,11 @@ int main(int argc, char **argv) | ||||
| 			/* falls through */ | ||||
| 		case 'u':  /* --user <username>|<uid> */ | ||||
| 		{ | ||||
| 			char dummy[2]; | ||||
| 			p = optarg; | ||||
| 			tmp = strsep(&p, ":"); | ||||
| 			changeuser = xstrdup(tmp); | ||||
| 			if (sscanf(tmp, "%d", &tid) != 1) | ||||
| 			if (sscanf(tmp, "%d%1s", &tid, dummy) != 1) | ||||
| 				pw = getpwnam(tmp); | ||||
| 			else | ||||
| 				pw = getpwuid((uid_t)tid); | ||||
| @@ -413,7 +414,7 @@ int main(int argc, char **argv) | ||||
|  | ||||
| 			if (p) { | ||||
| 				tmp = strsep (&p, ":"); | ||||
| 				if (sscanf(tmp, "%d", &tid) != 1) | ||||
| 				if (sscanf(tmp, "%d%1s", &tid, dummy) != 1) | ||||
| 					gr = getgrnam(tmp); | ||||
| 				else | ||||
| 					gr = getgrgid((gid_t) tid); | ||||
| @@ -628,7 +629,7 @@ int main(int argc, char **argv) | ||||
| 	} | ||||
| 	if (start && !exists(exec_file)) { | ||||
| 		eerror("%s: %s does not exist", applet, | ||||
| 		    *exec_file ? exec_file : exec); | ||||
| 		    exec_file ? exec_file : exec); | ||||
| 		free(exec_file); | ||||
| 		exit(EXIT_FAILURE); | ||||
| 	} | ||||
| @@ -863,8 +864,8 @@ int main(int argc, char **argv) | ||||
|  | ||||
| 		TAILQ_FOREACH(env, env_list, entries) { | ||||
| 			if ((strncmp(env->value, "RC_", 3) == 0 && | ||||
| 				strncmp(env->value, "RC_SERVICE=", 10) != 0 && | ||||
| 				strncmp(env->value, "RC_SVCNAME=", 10) != 0) || | ||||
| 				strncmp(env->value, "RC_SERVICE=", 11) != 0 && | ||||
| 				strncmp(env->value, "RC_SVCNAME=", 11) != 0) || | ||||
| 				strncmp(env->value, "SSD_NICELEVEL=", 14) == 0 || | ||||
| 				strncmp(env->value, "SSD_IONICELEVEL=", 16) == 0) | ||||
| 			{ | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| /* | ||||
|  * supervise-daemon | ||||
|  * This is an experimental supervisor for daemons. | ||||
|  * This is a supervisor for daemons. | ||||
|  * It will start a deamon and make sure it restarts if it crashes. | ||||
|  */ | ||||
|  | ||||
| @@ -148,6 +148,7 @@ static char *fifopath = NULL; | ||||
| static int fifo_fd = 0; | ||||
| static char *pidfile = NULL; | ||||
| static char *svcname = NULL; | ||||
| static bool verbose = false; | ||||
|  | ||||
| extern char **environ; | ||||
|  | ||||
| @@ -420,9 +421,10 @@ static void child_process(char *exec, char **argv) | ||||
|  | ||||
| 	TAILQ_FOREACH(env, env_list, entries) { | ||||
| 		if ((strncmp(env->value, "RC_", 3) == 0 && | ||||
| 			strncmp(env->value, "RC_SERVICE=", 10) != 0 && | ||||
| 			strncmp(env->value, "RC_SVCNAME=", 10) != 0) || | ||||
| 		    strncmp(env->value, "SSD_NICELEVEL=", 14) == 0) | ||||
| 			strncmp(env->value, "RC_SERVICE=", 11) != 0 && | ||||
| 			strncmp(env->value, "RC_SVCNAME=", 11) != 0) || | ||||
| 		    strncmp(env->value, "SSD_NICELEVEL=", 14) == 0 || | ||||
| 		    strncmp(env->value, "SSD_IONICELEVEL=", 16) == 0) | ||||
| 		{ | ||||
| 			p = strchr(env->value, '='); | ||||
| 			*p = '\0'; | ||||
| @@ -569,7 +571,8 @@ static void supervisor(char *exec, char **argv) | ||||
| 				buf[count] = 0; | ||||
| 			if (count == 0) | ||||
| 				continue; | ||||
| 			syslog(LOG_DEBUG, "Received %s from fifo", buf); | ||||
| 			if (verbose) | ||||
| 				syslog(LOG_DEBUG, "Received %s from fifo", buf); | ||||
| 			if (strncasecmp(buf, "sig", 3) == 0) { | ||||
| 				if ((sscanf(buf, "%s %d", cmd, &sig_send) == 2) | ||||
| 						&& (sig_send >= 0 && sig_send < NSIG)) { | ||||
| @@ -585,7 +588,8 @@ static void supervisor(char *exec, char **argv) | ||||
| 		if (do_healthcheck) { | ||||
| 			do_healthcheck = 0; | ||||
| 			alarm(0); | ||||
| 			syslog(LOG_DEBUG, "running health check for %s", svcname); | ||||
| 			if (verbose) | ||||
| 				syslog(LOG_DEBUG, "running health check for %s", svcname); | ||||
| 			health_pid = exec_command("healthcheck"); | ||||
| 			health_status = rc_waitpid(health_pid); | ||||
| 			if (WIFEXITED(health_status) && WEXITSTATUS(health_status) == 0) | ||||
| @@ -645,6 +649,8 @@ static void supervisor(char *exec, char **argv) | ||||
| 			ts.tv_sec = respawn_delay; | ||||
| 			ts.tv_nsec = 0; | ||||
| 			nanosleep(&ts, NULL); | ||||
| 			if (exiting) | ||||
| 				continue; | ||||
| 			child_pid = fork(); | ||||
| 			if (child_pid == -1) { | ||||
| 				syslog(LOG_ERR, "%s: fork: %s", applet, strerror(errno)); | ||||
| @@ -728,6 +734,17 @@ int main(int argc, char **argv) | ||||
| 		if (sscanf(tmp, "%d", &nicelevel) != 1) | ||||
| 			eerror("%s: invalid nice level `%s' (SSD_NICELEVEL)", | ||||
| 			    applet, tmp); | ||||
| 	if ((tmp = getenv("SSD_IONICELEVEL"))) { | ||||
| 		int n = sscanf(tmp, "%d:%d", &ionicec, &ioniced); | ||||
| 		if (n != 1 && n != 2) | ||||
| 			eerror("%s: invalid ionice level `%s' (SSD_IONICELEVEL)", | ||||
| 			    applet, tmp); | ||||
| 		if (ionicec == 0) | ||||
| 			ioniced = 0; | ||||
| 		else if (ionicec == 3) | ||||
| 			ioniced = 7; | ||||
| 		ionicec <<= 13; /* class shift */ | ||||
| 	} | ||||
|  | ||||
| 	/* Get our user name and initial dir */ | ||||
| 	p = getenv("USER"); | ||||
| @@ -852,10 +869,11 @@ int main(int argc, char **argv) | ||||
|  | ||||
| 		case 'u':  /* --user <username>|<uid> */ | ||||
| 		{ | ||||
| 			char dummy[2]; | ||||
| 			p = optarg; | ||||
| 			tmp = strsep(&p, ":"); | ||||
| 			changeuser = xstrdup(tmp); | ||||
| 			if (sscanf(tmp, "%d", &tid) != 1) | ||||
| 			if (sscanf(tmp, "%d%1s", &tid, dummy) != 1) | ||||
| 				pw = getpwnam(tmp); | ||||
| 			else | ||||
| 				pw = getpwuid((uid_t)tid); | ||||
| @@ -876,7 +894,7 @@ int main(int argc, char **argv) | ||||
|  | ||||
| 			if (p) { | ||||
| 				tmp = strsep (&p, ":"); | ||||
| 				if (sscanf(tmp, "%d", &tid) != 1) | ||||
| 				if (sscanf(tmp, "%d%1s", &tid, dummy) != 1) | ||||
| 					gr = getgrnam(tmp); | ||||
| 				else | ||||
| 					gr = getgrgid((gid_t) tid); | ||||
| @@ -904,6 +922,7 @@ int main(int argc, char **argv) | ||||
| 		case_RC_COMMON_GETOPT | ||||
| 		} | ||||
|  | ||||
| 	verbose = rc_yesno(getenv ("EINFO_VERBOSE")); | ||||
| 	endpwent(); | ||||
| 	argc -= optind; | ||||
| 	argv += optind; | ||||
| @@ -983,7 +1002,7 @@ int main(int argc, char **argv) | ||||
| 			} | ||||
| 			if (!exists(exec_file)) { | ||||
| 				eerror("%s: %s does not exist", applet, | ||||
| 				    *exec_file ? exec_file : exec); | ||||
| 				    exec_file ? exec_file : exec); | ||||
| 				free(exec_file); | ||||
| 				exit(EXIT_FAILURE); | ||||
| 			} | ||||
|   | ||||
							
								
								
									
										11
									
								
								support/deptree2dot/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								support/deptree2dot/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| deptree2dot_dir =	support_dir / 'deptree2dot' | ||||
|  | ||||
| deptree2dot_bin =	['deptree2dot'] | ||||
| deptree2dot_data =	['README.md'] | ||||
|  | ||||
| install_data(deptree2dot_bin, | ||||
|   install_dir : deptree2dot_dir, | ||||
|   install_mode : 'rwxr-xr-x') | ||||
|  | ||||
| install_data(deptree2dot_data, | ||||
|   install_dir : deptree2dot_dir) | ||||
							
								
								
									
										30
									
								
								support/init.d.examples/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								support/init.d.examples/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,30 @@ | ||||
| init_d_examples_dir = support_dir / 'init.d.examples' | ||||
|  | ||||
| init_d_examples =  [ | ||||
|   'avahi-dnsconfd.in', | ||||
|   'avahid.in', | ||||
|   'dhcpcd.in', | ||||
|   'dbus.in', | ||||
|   'hald.in', | ||||
|   'named.in', | ||||
|   'ntpd.in', | ||||
|   'openvpn.in', | ||||
|   'polkitd.in', | ||||
|   'sshd.in', | ||||
|   'wpa_supplicant.in', | ||||
|   ] | ||||
|  | ||||
| init_d_examples_data = [ | ||||
|   'README.md', | ||||
|   ] | ||||
|  | ||||
| foreach init_d_example: init_d_examples | ||||
|   configure_file(input : init_d_example, | ||||
|     output : '@BASENAME@', | ||||
|     configuration : init_d_conf_data, | ||||
|     install_dir : init_d_examples_dir, | ||||
|     install_mode : 'rwxr-xr-x') | ||||
| endforeach | ||||
|  | ||||
| install_data(init_d_examples_data, | ||||
|   install_dir : init_d_examples_dir) | ||||
							
								
								
									
										7
									
								
								support/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								support/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| support_dir = get_option('datadir') / meson.project_name().to_lower() | ||||
| support_dir = support_dir / 'support' | ||||
|  | ||||
| subdir('deptree2dot') | ||||
| subdir('init.d.examples') | ||||
| subdir('openvpn') | ||||
| subdir('sysvinit') | ||||
							
								
								
									
										10
									
								
								support/openvpn/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								support/openvpn/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| openvpn_dir = support_dir / 'openvpn' | ||||
|  | ||||
| openvpn_bin =  ['down.sh', 'up.sh'] | ||||
| openvpn_data =  ['README.md'] | ||||
|  | ||||
| install_data(openvpn_bin, | ||||
|   install_dir : openvpn_dir, | ||||
|   install_mode : 'rwxr-xr-x') | ||||
| install_data(openvpn_data, | ||||
|   install_dir : openvpn_dir) | ||||
							
								
								
									
										6
									
								
								support/sysvinit/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								support/sysvinit/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| sysvinit_dir =	support_dir / 'sysvinit' | ||||
|  | ||||
| sysvinit_data =	['halt.sh', 'inittab', 'README.md'] | ||||
|  | ||||
| install_data(sysvinit_data, | ||||
| 	install_dir : sysvinit_dir) | ||||
							
								
								
									
										6
									
								
								sysctl.d/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								sysctl.d/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| sysctl_data =  [ | ||||
|   'README', | ||||
|   ] | ||||
|  | ||||
| sysctldir = get_option('sysconfdir') / 'sysctl.d' | ||||
| install_data(sysctl_data, install_dir : sysctldir) | ||||
							
								
								
									
										13
									
								
								tools/meson_final.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										13
									
								
								tools/meson_final.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| set -e | ||||
| set -u | ||||
|  | ||||
| rc_libexecdir="$1" | ||||
| os="$2" | ||||
|  | ||||
| if [ ${os} != Linux ]; then | ||||
| 	install -d "${DESTDIR}/${rc_libexecdir}"/init.d | ||||
| fi | ||||
| install -d "${DESTDIR}/${rc_libexecdir}"/tmp | ||||
| install "${MESON_BUILD_ROOT}/src/common/version" "${DESTDIR}/${rc_libexecdir}" | ||||
							
								
								
									
										101
									
								
								tools/meson_runlevels.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										101
									
								
								tools/meson_runlevels.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,101 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| set -e | ||||
| set -u | ||||
|  | ||||
| os="$1" | ||||
| net="$2" | ||||
| rc_libexecdir="$3" | ||||
| sysconfdir="$4" | ||||
| sysvinit="$5" | ||||
|  | ||||
| init_d_dir="${sysconfdir}/init.d" | ||||
| leveldir="${sysconfdir}/runlevels" | ||||
| sysinitdir="${leveldir}/sysinit" | ||||
| bootdir="${leveldir}/boot" | ||||
| defaultdir="${leveldir}/default" | ||||
| nonetworkdir="${leveldir}/nonetwork" | ||||
| shutdowndir="${leveldir}/shutdown" | ||||
|  | ||||
| sysinit= | ||||
| case "${os}" in | ||||
| 	Linux) | ||||
| 		sysinit="${sysinit} cgroups devfs dmesg sysfs" | ||||
| 		;; | ||||
| esac | ||||
|  | ||||
| boot="bootmisc fsck hostname localmount loopback root swap sysctl urandom" | ||||
| if [ "${net}" = yes ]; then | ||||
| 	boot="${boot} network staticroute" | ||||
| fi | ||||
| boot_BSD="hostid newsyslog savecore syslogd" | ||||
|  | ||||
| case "${os}" in | ||||
| 	DragonFly) | ||||
| 		boot="${boot} ${boot_BSD}" | ||||
| 		;; | ||||
| 	FreeBSD|GNU-kFreeBSD) | ||||
| 		boot="${boot} ${boot_BSD} adjkerntz dumpon modules syscons" | ||||
| 		;; | ||||
| 	Linux) | ||||
| 		boot="${boot} binfmt hwclock keymaps modules mtab procfs | ||||
| 		save-keymaps save-termencoding termencoding" | ||||
| 		;; | ||||
| 	NetBSD) | ||||
| 		boot="${boot} ${boot_BSD} devdb swap-blk tys wscons" | ||||
| 		;; | ||||
| esac | ||||
|  | ||||
| default="local netmount" | ||||
|  | ||||
| nonetwork="local" | ||||
|  | ||||
| shutdown="savecache" | ||||
| case "${os}" in | ||||
| 	Linux) | ||||
| 		shutdown="${shutdown} killprocs mount-ro" | ||||
| 		;; | ||||
| esac | ||||
|  | ||||
| if ! test -d "${DESTDIR}${sysinitdir}"; then | ||||
| 	install -d "${DESTDIR}${sysinitdir}" | ||||
| 	for x in ${sysinit}; do | ||||
| 		ln -snf "${init_d_dir}/$x" "${DESTDIR}${sysinitdir}/$x" | ||||
| 	done | ||||
| fi | ||||
|  | ||||
| if ! test -d "${DESTDIR}${bootdir}"; then | ||||
| 	install -d "${DESTDIR}${bootdir}" | ||||
| 	for x in ${boot}; do | ||||
| 		ln -snf "${init_d_dir}/$x" "${DESTDIR}${bootdir}/$x" | ||||
| 	done | ||||
| fi | ||||
|  | ||||
| if ! test -d "${DESTDIR}${defaultdir}"; then | ||||
| 	install -d "${DESTDIR}${defaultdir}" | ||||
| 	for x in ${default}; do | ||||
| 		ln -snf "${init_d_dir}/$x" "${DESTDIR}${defaultdir}/$x" | ||||
| 	done | ||||
| fi | ||||
|  | ||||
| if ! test -d "${DESTDIR}${nonetworkdir}"; then | ||||
| 	install -d "${DESTDIR}${nonetworkdir}" | ||||
| 	for x in ${nonetwork}; do | ||||
| 		ln -snf "${init_d_dir}/$x" "${DESTDIR}${nonetworkdir}/$x" | ||||
| 	done | ||||
| fi | ||||
|  | ||||
| if ! test -d "${DESTDIR}${shutdowndir}"; then | ||||
| 	install -d "${DESTDIR}${shutdowndir}" | ||||
| 	for x in ${shutdown}; do | ||||
| 		ln -snf "${init_d_dir}/$x" "${DESTDIR}${shutdowndir}/$x" | ||||
| 	done | ||||
| fi | ||||
| if test "${sysvinit}" = yes && test "${os}" = Linux; then \ | ||||
| 	for x in tty1 tty2 tty3 tty4 tty5 tty6; do | ||||
| 		ln -snf "${init_d_dir}/agetty" "${DESTDIR}/${init_d_dir}/agetty.$x" | ||||
| 		ln -snf "${init_d_dir}/agetty.$x" "${DESTDIR}/${defaultdir}/agetty.$x" | ||||
| 	done; | ||||
| fi | ||||
|  | ||||
| ln -snf "${rc_libexecdir}"/sh/functions.sh "${DESTDIR}/${init_d_dir}" | ||||
| @@ -85,8 +85,8 @@ runlevel; this will start and stop services as needed. | ||||
| Managing runlevels is usually done through the `rc-update` helper, but could of  | ||||
| course be done by hand if desired. | ||||
| e.g. `rc-update add nginx default` - add nginx to the default runlevel | ||||
| Note: This will not auto-start nginx! You'd still have to trigger `rc` or run  | ||||
| the service script by hand. | ||||
| Note: `rc-update` will not start nginx! You'd still have to trigger `rc`, or run | ||||
| the service script by hand, or start it with `rc-service nginx start`. | ||||
|  | ||||
| FIXME: Document stacked runlevels | ||||
|  | ||||
| @@ -107,7 +107,7 @@ START_OPTS="--extraparameter sausage" | ||||
|  | ||||
| init.d/foo: | ||||
| start() { | ||||
| 	/usr/sbin/foo-daemon ${STARTOPTS} | ||||
| 	/usr/sbin/foo-daemon ${START_OPTS} | ||||
| } | ||||
| ``` | ||||
|  | ||||
| @@ -137,7 +137,7 @@ Setting `ulimit` and `nice` values per service can be done through the | ||||
|  | ||||
| Under Linux, OpenRC can use cgroups for process management as well. Once | ||||
| the kernel is configured appropriately, the `rc_cgroup_mode` setting in | ||||
| /etc/rc.conf should be used to control whether cgroups version one,, | ||||
| /etc/rc.conf should be used to control whether cgroups version one, | ||||
| two, or both are used. The default is to use both if they are available. | ||||
|  | ||||
| By changing certain settings in the service's `conf.d` file limits can be | ||||
|   | ||||
							
								
								
									
										9
									
								
								zsh-completion/meson.build
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								zsh-completion/meson.build
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| zsh_completions = [ | ||||
|   '_openrc', | ||||
|   '_rc-service', | ||||
|   '_rc-status', | ||||
|   '_rc-update', | ||||
|   ] | ||||
|  | ||||
| install_data(zsh_completions, | ||||
|   install_dir : get_option('datadir') / 'zsh/site-functions') | ||||
		Reference in New Issue
	
	Block a user