[systemd-commits] 2 commits - man/systemctl.xml man/systemd.service.xml src/libsystemd-bus src/python-systemd src/udev TODO

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Fri May 3 19:59:02 PDT 2013


 TODO                            |    2 +-
 man/systemctl.xml               |    2 +-
 man/systemd.service.xml         |    2 +-
 src/libsystemd-bus/kdbus.h      |    2 +-
 src/python-systemd/journal.py   |    2 +-
 src/udev/keymap/95-keymap.rules |    2 +-
 src/udev/keymap/findkeyboards   |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit c95686c6ed1879f959a4eb70249167e297751834
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri May 3 23:43:12 2013 +0300

    keymap/findkeyboards: avoid throwaway attribute-walk

diff --git a/src/udev/keymap/findkeyboards b/src/udev/keymap/findkeyboards
index 9ce2742..c6b50d1 100755
--- a/src/udev/keymap/findkeyboards
+++ b/src/udev/keymap/findkeyboards
@@ -33,12 +33,12 @@ str_line_starts() {
 keyboard_devices() {
         # standard AT keyboard
         for dev in `udevadm trigger --dry-run --verbose --property-match=ID_INPUT_KEYBOARD=1`; do
-                walk=`udevadm info --attribute-walk --path=$dev`
                 env=`udevadm info --query=env --path=$dev`
                 # filter out non-event devices, such as the parent input devices which have no devnode
                 if ! echo "$env" | str_line_starts 'DEVNAME='; then
                         continue
                 fi
+                walk=`udevadm info --attribute-walk --path=$dev`
                 if strstr "$walk" 'DRIVERS=="atkbd"'; then
                         echo -n 'AT keyboard: '
                 elif echo "$env" | str_line_starts 'ID_USB_DRIVER=usbhid'; then

commit d2bbca6855b174fb7ea90b4767a886bb88bd2400
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri May 3 23:43:11 2013 +0300

    Spelling fixes

diff --git a/TODO b/TODO
index 087017f..84ede8c 100644
--- a/TODO
+++ b/TODO
@@ -629,7 +629,7 @@ External:
 
 * /usr/bin/service should actually show the new command line
 
-* fedora: suggest auto-restart on failure, but not on sucess and not on coredump. also, ask people to think about changing the start limit logic. Also point people to RestartPreventExitStatus=, SuccessExitStatus=
+* fedora: suggest auto-restart on failure, but not on success and not on coredump. also, ask people to think about changing the start limit logic. Also point people to RestartPreventExitStatus=, SuccessExitStatus=
 
 * fedora: F20: go timer units all the way, leave cron.daily for cron
 
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 27eabf2..0afb0cc 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -122,7 +122,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
           <command>show</command> command, limit display to certain
           properties as specified as argument. If not specified all
           set properties are shown. The argument should be a
-          comma-seperated list of property names, such as
+          comma-separated list of property names, such as
           <literal>MainPID</literal>. If specified more than once all
           properties with the specified names are shown.</para>
         </listitem>
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 09d1d5f..0454cf2 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -621,7 +621,7 @@
                                 In this context, a clean exit means
                                 an exit code of 0, or one of the signals
                                 SIGHUP, SIGINT, SIGTERM, or SIGPIPE, and
-                                additonally, exit statuses and signals
+                                additionally, exit statuses and signals
                                 specified in <varname>SuccessExitStatus=</varname>.
                                 If set to <option>on-failure</option>
                                 the service will be restarted when the
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h
index 049c988..db5e243 100644
--- a/src/libsystemd-bus/kdbus.h
+++ b/src/libsystemd-bus/kdbus.h
@@ -276,7 +276,7 @@ enum {
 				 * cgroup membership paths * to messages. */
 	KDBUS_MAKE_CRED,	/* allow translator services which connect
 				 * to the bus on behalf of somebody else,
-				 * allow specifiying the credentials of the
+				 * allow specifying the credentials of the
 				 * client to connect on behalf on. Needs
 				 * privileges */
 };
diff --git a/src/python-systemd/journal.py b/src/python-systemd/journal.py
index 7d42525..9e40cbc 100644
--- a/src/python-systemd/journal.py
+++ b/src/python-systemd/journal.py
@@ -240,7 +240,7 @@ class Reader(_Reader):
         Entries will be processed with converters specified during
         Reader creation.
 
-        Equivilent to get_next(-skip).
+        Equivalent to get_next(-skip).
         """
         return self.get_next(-skip)
 
diff --git a/src/udev/keymap/95-keymap.rules b/src/udev/keymap/95-keymap.rules
index 33baa72..7956092 100644
--- a/src/udev/keymap/95-keymap.rules
+++ b/src/udev/keymap/95-keymap.rules
@@ -102,7 +102,7 @@ ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP ProBook*", R
 ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP EliteBook 8440p", RUN+="keymap $name hewlett-packard_elitebook-8440p"
 ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HP EliteBook 8460p", RUN+="keymap $name hewlett-packard_elitebook-8460p"
 ENV{DMI_VENDOR}=="Hewlett-Packard", ATTR{[dmi/id]product_name}=="HDX9494NR", RUN+="keymap $name hewlett-packard-hdx9494nr"
-# HP Pavillion dv6315ea has empty DMI_VENDOR
+# HP Pavilion dv6315ea has empty DMI_VENDOR
 ATTR{[dmi/id]board_vendor}=="Quanta", ATTR{[dmi/id]board_name}=="30B7", ATTR{[dmi/id]board_version}=="65.2B", RUN+="keymap $name 0x88 media" # "quick play
 
 # Gateway clone of Acer Aspire One AOA110/AOA150



More information about the systemd-commits mailing list