[systemd-commits] src/99-systemd.rules

Lennart Poettering lennart at kemper.freedesktop.org
Tue Aug 17 16:01:29 PDT 2010


 src/99-systemd.rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4252a5b66d76681bb5fa3b8a3175f9c0d820b0e8
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Aug 18 01:01:22 2010 +0200

    udev: fix syntax

diff --git a/src/99-systemd.rules b/src/99-systemd.rules
index 95a91ec..3f48d68 100644
--- a/src/99-systemd.rules
+++ b/src/99-systemd.rules
@@ -13,7 +13,7 @@ KERNEL=="ttyS*", TAG="systemd"
 SUBSYSTEM=="block", KERNEL!="ram*|loop*", TAG="systemd"
 
 # DM finds it funny to create additional device nodes, we need to
-merge them here, so that we recognize identical devices.
+# merge them here, so that we recognize identical devices.
 SUBSYSTEM=="block", ENV{DM_NAME}!="", ENV{SYSTEMD_ALIAS}="/dev/mapper/$env{DM_NAME}"
 
 # We need a hardware independent way to identify network devices. We


More information about the systemd-commits mailing list