PHP 8.5.2
Preview: S01procps Size: 959 B
//etc/rcS.d/S01procps

#! /bin/sh
# kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
    set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides:          procps
# Required-Start:    mountkernfs $local_fs
# Required-Stop:
# Should-Start:      udev module-init-tools
# X-Start-Before:    $network
# Default-Start:     S
# Default-Stop:
# Short-Description: Configure kernel parameters at boottime
# Description:  Loads kernel parameters that are specified in /etc/sysctl.conf
### END INIT INFO
#
# written by Elrond <Elrond@Wunder-Nett.org>

DESC="Setting kernel variables"
DAEMON=/sbin/sysctl
PIDFILE=none

# Comment this out for sysctl to print every item changed
QUIET_SYSCTL="-q"

do_start_cmd() {
	STATUS=0
	$DAEMON $QUIET_SYSCTL --system || STATUS=$?
	return $STATUS
}

do_reload() { call do_start_cmd; }
do_stop() { return 0; }
do_status() { return 0; }

Directory Contents

Dirs: 0 × Files: 12

Name Size Perms Modified Actions
1.48 KB lrwxr-xr-x 2025-02-11 08:52:16
Edit Download
2.41 KB lrwxr-xr-x 2025-02-11 08:52:16
Edit Download
3.65 KB lrwxr-xr-x 2025-08-15 12:16:02
Edit Download
937 B lrwxr-xr-x 2024-06-05 13:46:49
Edit Download
896 B lrwxr-xr-x 2024-06-05 13:46:49
Edit Download
1.45 KB lrwxr-xr-x 2024-02-26 12:58:31
Edit Download
2.00 KB lrwxr-xr-x 2024-04-18 10:06:53
Edit Download
760 B lrwxr-xr-x 2024-03-21 13:42:02
Edit Download
959 B lrwxr-xr-x 2024-03-24 15:35:54
Edit Download
1.19 KB lrwxr-xr-x 2021-02-18 08:51:15
Edit Download
2.04 KB lrwxr-xr-x 2024-02-11 13:20:32
Edit Download
2.70 KB lrwxr-xr-x 2021-10-19 09:04:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).