0.5 () - finit-alt listens to /dev/initctl to work with reboot(8) (smurfy) - write runlevel to utmp, needed by Printerdrake (Pascal Terjan) - fix ownership of /var/run/utmp (reported by Pascal Terjan) - remove obsolete code to load AGP drivers - remove useless (?) /etc/resolveconf/run support (blino) - add support to /var/run/resolvconf in Mandriva (blino) O.4 (20080516) - default username for finit-alt configurable in Makefile - create loopback device node in finit-alt (for squashfs) - add option to use built-in run-parts instead of /bin/run-parts - ignore signal instead of setting to an empty handler (Metalshark) - handle pam_console permissions in finit-alt for Mandriva - add services.sh example and nash-hotplug patch for Mandriva - mount /proc/bus/usb in Mandriva - add runtime debug to finit-alt if finit_debug parameter is specified - read configuration from /etc/finit.conf - run getty with openvt on the virtual terminal 0.3 (20080223) - Change poweroff method to reboot(RB_POWER_OFF) (Metalshark) - Remove duplicate unionctl() reimplementation error - Fix string termination in path creation - Mount /var/lock and /var/run as tmpfs 0.2 (20080219) - replace system("touch") with touch() in finit-mod (Metalshark) - disable NO_HCTOSYS by default to match stock Eeepc kernel - drop system("rm -f") to clean /tmp, its a fresh mounted tmpfs - write ACPI sleep state to /sys/power/state instead of /proc/acpi/sleep (Metalshark) - use direct calls to set loopback instead of system("ifconfig") - replace system("cat") and system("dd") with C implementation - moved finit-mod and finit-alt helpers to helpers.c - replace system("echo;cat") to draw shutdown splash with C calls 0.1 (20081214) - initial release