a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 280124 and 303397

Description: Fast init for Linux systems (plugins)
 Finit is a simple alternative to SysV init and systemd, reverse engineered from
 the EeePC fastinit ten years ago by Claudio Matsuoka - "gaps filled with frog
 DNA ..."
 .
 This package contains the plugins.
Description: Fast init for Linux systems - plugins
 Finit is a simple alternative to SysV init and systemd, reverse engineered from
 the EeePC fastinit. Focus is on small and embedded systems, although Finit is
 fully usable on server and desktop systems as well.
 .
 This package contains a set of plugins:
   * alsa-utils.so: Restore and save ALSA sound settings on startup/shutdown.
   * bootmisc.so: Setup necessary files and system directories for, e.g., UTMP
     (tracks logins at boot).
   * dbus.so: Setup and start system message bus, D-Bus, at boot.
   * hook-scripts.so: Trigger the execution of scripts from plugin hook points.
   * rtc.so: Restore and save system clock from/to RTC on boot/halt.
   * modules-load.so: Scans /etc/modules-load.d/*.conf for modules to load using
     modprobe.
   * netlink.so: Listens to Linux kernel Netlink events for gateway and
     interfaces.
   * resolvconf.so: Setup necessary files for resolvconf at startup.
   * tty.so: Watches /dev, using inotify, for new device nodes (TTY's) to
     start/stop getty consoles on them on demand.
   * urandom.so: Setup random seed at startup.
   * x11-common.so: Setup necessary files for X-Window.
--- 280124	Thu Jan  1 00:00:00 1970
+++ 303397	Thu Jan  1 00:00:00 1970
@@ -1,6 +1,21 @@
-Fast init for Linux systems (plugins)
+Fast init for Linux systems - plugins
  Finit is a simple alternative to SysV init and systemd, reverse engineered from
- the EeePC fastinit ten years ago by Claudio Matsuoka - "gaps filled with frog
- DNA ..."
+ the EeePC fastinit. Focus is on small and embedded systems, although Finit is
+ fully usable on server and desktop systems as well.
  .
- This package contains the plugins.
+ This package contains a set of plugins:
+   * alsa-utils.so: Restore and save ALSA sound settings on startup/shutdown.
+   * bootmisc.so: Setup necessary files and system directories for, e.g., UTMP
+     (tracks logins at boot).
+   * dbus.so: Setup and start system message bus, D-Bus, at boot.
+   * hook-scripts.so: Trigger the execution of scripts from plugin hook points.
+   * rtc.so: Restore and save system clock from/to RTC on boot/halt.
+   * modules-load.so: Scans /etc/modules-load.d/*.conf for modules to load using
+     modprobe.
+   * netlink.so: Listens to Linux kernel Netlink events for gateway and
+     interfaces.
+   * resolvconf.so: Setup necessary files for resolvconf at startup.
+   * tty.so: Watches /dev, using inotify, for new device nodes (TTY's) to
+     start/stop getty consoles on them on demand.
+   * urandom.so: Setup random seed at startup.
+   * x11-common.so: Setup necessary files for X-Window.