summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2011-12-21 20:41:53 -0600
committerDavid Kowis2011-12-21 20:41:53 -0600
commitaa2145085eb94587678c7e9e3b2fe112f95bce64 (patch)
tree5251c16a5cc79d0a0e601d45092d1604933ba442
parent0ca4c67464687e366578bf73c0c1361726f1f05d (diff)
systemd: Added more information to description
Now it's good to go
-rw-r--r--smgl/systemd/DETAILS14
-rw-r--r--smgl/systemd/HISTORY9
2 files changed, 15 insertions, 8 deletions
diff --git a/smgl/systemd/DETAILS b/smgl/systemd/DETAILS
index 36cf7f9607..a647ce0df1 100644
--- a/smgl/systemd/DETAILS
+++ b/smgl/systemd/DETAILS
@@ -18,10 +18,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
SHORT="systemd is a system and service manager for Linux"
cat << EOF
-systemd is a system and service manager for Linux, compatible with SysV and LSB init scripts.
-systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services,
-offers on-demand starting of daemons, keeps track of processes using Linux cgroups,
-supports snapshotting and restoring of the system state, maintains mount and automount points and
+systemd is a system and service manager for Linux, compatible with SysV and LSB
+init scripts. systemd provides aggressive parallelization capabilities, uses
+socket and D-Bus activation for starting services, offers on-demand starting of
+daemons, keeps track of processes using Linux cgroups, supports snapshotting and
+restoring of the system state, maintains mount and automount points and
implements an elaborate transactional dependency-based service control logic.
-It can work as a drop-in replacement for sysvinit.
+It can work as a drop-in replacement for sysvinit.
+
+NOTE: you need your kernel built with devtmpfs, cgroups, and optionally, but
+recommended: autofs4 and ipv6.
EOF
diff --git a/smgl/systemd/HISTORY b/smgl/systemd/HISTORY
index 352a6a6780..67ccebcd6f 100644
--- a/smgl/systemd/HISTORY
+++ b/smgl/systemd/HISTORY
@@ -1,7 +1,10 @@
+2011-12-21 David Kowis <dkowis@shlrm.org>
+ * DETAILS: added more information to the long description and refomratted it
+
2011-12-20 David Kowis <dkowis@shlrm.org>
- * DEPENDS: added additional dependencies
- * CONFIGURE: added configure options
- * BUILD: set the root directory correctly
+ * DEPENDS: added additional dependencies
+ * CONFIGURE: added configure options
+ * BUILD: set the root directory correctly
* INSTALL: added logic to barf out one more config file that's needed
* UP_TRIGGERS: Set the triggers to fire only if we're doing a fresh install