chiark / gitweb /
units: Rename systemd-udev.service to systemd-udevd.service
authorColin Guthrie <colin@mageia.org>
Mon, 2 Jul 2012 19:35:14 +0000 (21:35 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 2 Jul 2012 21:21:51 +0000 (23:21 +0200)
This naming convention is more inline with other systemd daemon
unit names (systemd-logind.service, systemd-localed.service etc)

The companion .socket units have also been renamed, however the
-trigger and -settle units keep their current name as these are
not directly related to daemon process itself.

Makefile.am
TODO
man/systemd-udevd.service.xml [moved from man/systemd-udev.service.xml with 92% similarity]
units/.gitignore
units/systemd-udev-settle.service.in
units/systemd-udev-trigger.service.in
units/systemd-udevd-control.socket [moved from units/systemd-udev-control.socket with 94% similarity]
units/systemd-udevd-kernel.socket [moved from units/systemd-udev-kernel.socket with 94% similarity]
units/systemd-udevd.service.in [moved from units/systemd-udev.service.in with 74% similarity]

index 370ee2e648b713f4550b7e50eb2d240a7c8b9613..857e6f4464421bea9aa712aebd6fa23a3eac5d93 100644 (file)
@@ -309,8 +309,8 @@ dist_systemunit_DATA = \
        units/systemd-ask-password-wall.path \
        units/systemd-ask-password-console.path \
        units/syslog.target \
-       units/systemd-udev-control.socket \
-       units/systemd-udev-kernel.socket \
+       units/systemd-udevd-control.socket \
+       units/systemd-udevd-kernel.socket \
        units/system-update.target
 
 nodist_systemunit_DATA = \
@@ -340,7 +340,7 @@ nodist_systemunit_DATA = \
        units/systemd-kexec.service \
        units/systemd-fsck@.service \
        units/systemd-fsck-root.service \
-       units/systemd-udev.service \
+       units/systemd-udevd.service \
        units/systemd-udev-trigger.service \
        units/systemd-udev-settle.service \
        units/debug-shell.service
@@ -378,7 +378,7 @@ EXTRA_DIST += \
        units/systemd-fsck@.service.in \
        units/systemd-fsck-root.service.in \
        units/user@.service.in \
-       units/systemd-udev.service \
+       units/systemd-udevd.service \
        units/systemd-udev-trigger.service \
        units/systemd-udev-settle.service \
        units/debug-shell.service.in \
@@ -1492,7 +1492,7 @@ libudev_private_la_LIBADD = \
 MANPAGES += \
        man/udev.7 \
        man/udevadm.8 \
-       man/systemd-udev.service.8
+       man/systemd-udevd.service.8
 
 MANPAGES_ALIAS += \
        man/systemd-udevd.8
@@ -1534,21 +1534,21 @@ CLEANFILES += \
        src/udev/udev.pc
 
 EXTRA_DIST += \
-       units/systemd-udev.service.in \
+       units/systemd-udevd.service.in \
        units/systemd-udev-trigger.service.in \
        units/systemd-udev-settle.service.in
 
 CLEANFILES += \
-       units/systemd-udev.service \
+       units/systemd-udevd.service \
        units/systemd-udev-trigger.service \
        units/systemd-udev-settle.service
 
 systemd-install-hook:
        mkdir -p $(DESTDIR)$(systemunitdir)/sockets.target.wants
-       ln -sf ../systemd-udev-control.socket $(DESTDIR)$(systemunitdir)/sockets.target.wants/systemd-udev-control.socket
-       ln -sf ../systemd-udev-kernel.socket $(DESTDIR)$(systemunitdir)/sockets.target.wants/systemd-udev-kernel.socket
+       ln -sf ../systemd-udevd-control.socket $(DESTDIR)$(systemunitdir)/sockets.target.wants/systemd-udevd-control.socket
+       ln -sf ../systemd-udevd-kernel.socket $(DESTDIR)$(systemunitdir)/sockets.target.wants/systemd-udevd-kernel.socket
        mkdir -p $(DESTDIR)$(systemunitdir)/sysinit.target.wants
-       ln -sf ../systemd-udev.service $(DESTDIR)$(systemunitdir)/sysinit.target.wants/systemd-udev.service
+       ln -sf ../systemd-udevd.service $(DESTDIR)$(systemunitdir)/sysinit.target.wants/systemd-udevd.service
        ln -sf ../systemd-udev-trigger.service $(DESTDIR)$(systemunitdir)/sysinit.target.wants/systemd-udev-trigger.service
 
 INSTALL_DATA_HOOKS += systemd-install-hook
diff --git a/TODO b/TODO
index 615c509fc621becbf1b1fba13faafb4e992a6ca4..ce0b0509d864cf43a168e7997c0cd3005f905613 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,8 +30,6 @@ Features:
   /var/log/journal via NFS since the mount point has to exist and we
   already take that as signal to store our stuff there.
 
-* rename systemd-udev.service to systemd-udevd.service
-
 * document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense.
 
 * Document:
similarity index 92%
rename from man/systemd-udev.service.xml
rename to man/systemd-udevd.service.xml
index 537b49ff300f885e5906e0e7a5a14d6c9edeaf31..616c8f61f7aa0eb90e61565ca88a97cb839d32b3 100644 (file)
@@ -3,7 +3,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
-<refentry id="systemd-udev.service">
+<refentry id="systemd-udevd.service">
   <refentryinfo>
     <title>systemd-udevd.service</title>
     <productname>systemd</productname>
   </refentryinfo>
 
   <refmeta>
-    <refentrytitle>systemd-udev.service</refentrytitle>
+    <refentrytitle>systemd-udevd.service</refentrytitle>
     <manvolnum>8</manvolnum>
     <refmiscinfo class="version"></refmiscinfo>
   </refmeta>
 
   <refnamediv>
-    <refname>systemd-udev.service</refname>
-    <refname>systemd-udev-control.socket</refname>
-    <refname>systemd-udev-kernel.socket</refname>
+    <refname>systemd-udevd.service</refname>
+    <refname>systemd-udevd-control.socket</refname>
+    <refname>systemd-udevd-kernel.socket</refname>
     <refname>systemd-udevd</refname>
     <refpurpose>Device event managing daemon</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
-    <para><filename>systemd-udev.service</filename></para>
-    <para><filename>systemd-udev-control.socket</filename></para>
-    <para><filename>systemd-udev-kernel.socket</filename></para>
+    <para><filename>systemd-udevd.service</filename></para>
+    <para><filename>systemd-udevd-control.socket</filename></para>
+    <para><filename>systemd-udevd-kernel.socket</filename></para>
 
     <cmdsynopsis>
       <command>/usr/lib/systemd/systemd-udevd</command>
index 3e434fe9e3995001ca628f6d4c42987008ee0217..544994da4dcbfebf97e8dc8dd9c64b1fcc196ec5 100644 (file)
@@ -41,5 +41,5 @@
 /emergency.service
 /systemd-udev-settle.service
 /systemd-udev-trigger.service
-/systemd-udev.service
+/systemd-udevd.service
 /debug-shell.service
index 004b316180b02b3c9273b7aab990cf8d112dad02..b8844c51c35c6f688b66d5ade4cd1c57b070058f 100644 (file)
@@ -19,7 +19,7 @@
 Description=udev Wait for Complete Device Initialization
 Documentation=man:udev(7) man:systemd-udevd.service(8)
 DefaultDependencies=no
-Wants=systemd-udev.service
+Wants=systemd-udevd.service
 After=systemd-udev-trigger.service
 Before=basic.target
 ConditionCapability=CAP_MKNOD
index 9d3f43e673eca94e9f5e51649687e9f4c82bd846..391f9969306d96a6f993dc20270d5bd641e742d0 100644 (file)
@@ -8,8 +8,8 @@
 [Unit]
 Description=udev Coldplug all Devices
 Documentation=man:udev(7) man:systemd-udevd.service(8)
-Wants=systemd-udev.service
-After=systemd-udev-kernel.socket systemd-udev-control.socket
+Wants=systemd-udevd.service
+After=systemd-udevd-kernel.socket systemd-udevd-control.socket
 DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
similarity index 94%
rename from units/systemd-udev-control.socket
rename to units/systemd-udevd-control.socket
index e7678a049e23a43555b51134ad52eae630c89f8f..9065ea2c643be706116144317eebe418b890f14a 100644 (file)
@@ -12,7 +12,7 @@ DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
 [Socket]
-Service=systemd-udev.service
+Service=systemd-udevd.service
 ListenSequentialPacket=/run/udev/control
 SocketMode=0600
 PassCredentials=yes
similarity index 94%
rename from units/systemd-udev-kernel.socket
rename to units/systemd-udevd-kernel.socket
index 588f9f5e441d7c16a507bd13774668e21b09b287..54a005b7a7b6aa1b5deb32118d9f1cf4cf1e7cd7 100644 (file)
@@ -12,7 +12,7 @@ DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
 
 [Socket]
-Service=systemd-udev.service
+Service=systemd-udevd.service
 ReceiveBuffer=134217728
 ListenNetlink=kobject-uevent 1
 PassCredentials=yes
similarity index 74%
rename from units/systemd-udev.service.in
rename to units/systemd-udevd.service.in
index b68969026b650ee2d7daf91af36571afaf3ae242..3bf33e5266438ed5b204692f3729f561e085a375 100644 (file)
@@ -8,8 +8,8 @@
 [Unit]
 Description=udev Kernel Device Manager
 Documentation=man:systemd-udevd.service(8) man:udev(7)
-Wants=systemd-udev-control.socket systemd-udev-kernel.socket
-After=systemd-udev-control.socket systemd-udev-kernel.socket
+Wants=systemd-udevd-control.socket systemd-udevd-kernel.socket
+After=systemd-udevd-control.socket systemd-udevd-kernel.socket
 Before=basic.target
 DefaultDependencies=no
 ConditionCapability=CAP_MKNOD
@@ -17,6 +17,6 @@ ConditionCapability=CAP_MKNOD
 [Service]
 Type=notify
 OOMScoreAdjust=-1000
-Sockets=systemd-udev-control.socket systemd-udev-kernel.socket
+Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
 Restart=always
 ExecStart=@rootlibexecdir@/systemd-udevd