[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/sysvinit/sysvinit.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] This is the Linux System V init [T] The SysVinit package contains a group of processes that [T] control the very basic functions of your system. SysVinit includes [T] the init program, the first program started by the Linux [T] kernel when the system boots. Init then controls the startup, [T] running and shutdown of all other programs. [A] Miquel van Smoorenburg [M] Rene Rebe [C] base/system [F] CROSS DIETLIBC INIT [L] GPL [S] Stable [V] 3.15 [P] X --2--5---9 179.000 [D] ba0a7a8528b2548f847dc68889b59ad4e5073875ccd69b46bb37fc92 sysvinit-3.15.tar.gz !https://codeberg.org/thejessesmith/sysvinit/archive/3.15.tar.gz DISTRO="T2" # T2 that does not use the sysV Init system if it's not _the_ Init, # don't build init and runlevel, we only want the tools. if [ "$SDECFG_INIT" != "$pkg" ]; then DISTRO="T2-no-init" else hook_add postmake 5 "cp -vf $confdir/etc_inittab.txt $root/etc/inittab" fi var_append makeopt ' ' 'LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root DISTRO=$DISTRO all' var_append makeinstopt ' ' 'LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root DISTRO=$DISTRO install' hook_add postmake 5 '$CC -Wall $confdir/rc.c -o $root/sbin/rc'