chiark / gitweb /
[PATCH] correct log statement
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 22 Dec 2004 00:41:03 +0000 (01:41 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:19:09 +0000 (23:19 -0700)
namedev.c
udev.8.in

index 58615ad5d058228e2326407ac83a42fea6ffef53..26c68fadf6ed9487ff576fb2bf962634cba398a5 100644 (file)
--- a/namedev.c
+++ b/namedev.c
@@ -724,6 +724,7 @@ int namedev_name_device(struct udevice *udev, struct sysfs_class_device *class_d
                                        return -1;
                                }
 
+                               /* apply permissions only rule values */
                                if (dev->mode != 0000) {
                                        udev->mode = dev->mode;
                                        dbg("applied mode=%#o to '%s'", udev->mode, udev->kernel_name);
@@ -744,7 +745,7 @@ int namedev_name_device(struct udevice *udev, struct sysfs_class_device *class_d
                        if (dev->symlink[0] != '\0') {
                                char temp[NAME_SIZE];
 
-                               info("configured symlink-only rule in '%s[%i]' applied, added symlink '%s'",
+                               info("configured rule in '%s[%i]' applied, added symlink '%s'",
                                     dev->config_file, dev->config_line, dev->symlink);
                                strfieldcpy(temp, dev->symlink);
                                apply_format(udev, temp, sizeof(temp), class_dev, sysfs_device);
index 4b8691f84265ab109ad402d13753dd6bef0c3d4b..aaaf231636642f43166d253bc3e7e1d790ded8d4 100644 (file)
--- a/udev.8.in
+++ b/udev.8.in
@@ -176,7 +176,7 @@ distribution provided rules file.
 .TP
 .B OWNER, GROUP, MODE
 The permissions for the device node. Every specified value overwrites the
-default value specified in the config file.
+compiled-in default value.
 .P
 .RB "The " NAME ", " SYMLINK ", " PROGRAM ", " OWNER " and " GROUP
 fields support simple printf-like string substitutions: