[systemd-commits] 2 commits - Makefile.am man/modules-load.d.xml TODO

Lennart Poettering lennart at kemper.freedesktop.org
Thu Mar 31 09:20:07 PDT 2011


 Makefile.am            |    7 +++++++
 TODO                   |    5 +++++
 man/modules-load.d.xml |    6 +++---
 3 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit 7602c46fe6c48792b5eb4d157233066c68be9c9a
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Mar 31 18:19:59 2011 +0200

    man: uinput.ko is a bad example

diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml
index 77a2860..31ffd74 100644
--- a/man/modules-load.d.xml
+++ b/man/modules-load.d.xml
@@ -77,10 +77,10 @@
         <refsect1>
                 <title>Example</title>
                 <example>
-                        <title>/etc/modules-load.d/uinput.conf example:</title>
+                        <title>/etc/modules-load.d/virtio-net.conf example:</title>
 
-                        <programlisting># Load uinput.ko at boot
-uinput</programlisting>
+                        <programlisting># Load virtio-net.ko at boot
+virtio-net</programlisting>
                 </example>
         </refsect1>
 

commit 7ebdfc936e7c9697b9fa9441a502ad40abb7b245
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Mar 31 18:17:29 2011 +0200

    build-sys: create a number of drop-in config dirs

diff --git a/Makefile.am b/Makefile.am
index bc713fc..f6d3445 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1230,6 +1230,13 @@ CLEANFILES += \
 
 install-data-hook:
 	$(MKDIR_P) -m 0755 \
+                $(DESTDIR)$(sysconfdir)/modules-load.d \
+                $(DESTDIR)$(tmpfilesdir) \
+                $(DESTDIR)$(sysconfdir)/sysctl.d \
+                $(DESTDIR)$(systemshutdowndir) \
+                $(DESTDIR)$(systemgeneratordir) \
+                $(DESTDIR)$(usergeneratordir)
+	$(MKDIR_P) -m 0755 \
 		$(DESTDIR)$(systemunitdir) \
 		$(DESTDIR)$(userunitdir) \
 		$(DESTDIR)$(systemunitdir)/sysinit.target.wants \
diff --git a/TODO b/TODO
index c8e964a..1152927 100644
--- a/TODO
+++ b/TODO
@@ -29,8 +29,13 @@ F15:
 
 * ConditionDirectoryNotEmpty= needs to be documented
 
+* add /etc/modules-load.d to rpm
+
 Features:
 
+* tmpfiles should allow two identical lines
+  https://bugzilla.redhat.com/show_bug.cgi?id=690253
+
 * teach dbus to activate all services it finds in /etc/systemd/services/org-*.service
 
 * document default dependencies



More information about the systemd-commits mailing list