1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

udevadm: rename source files

This commit is contained in:
Kay Sievers 2008-09-03 23:33:06 +02:00
parent e149748850
commit e4255f1153
9 changed files with 11 additions and 7 deletions

4
NEWS
View File

@ -6,6 +6,10 @@ The udevadm info --device-id-of-file= output has changed to use
the obvious format. Possible current users should use the --export
option which is not affected.
The old udev commands symlinks to udevadm are not installed since
a while, if these symlinks are used, a deprecation warning to stderr
is printed.
udev 127
========
Bugfixes.

View File

@ -55,12 +55,12 @@ udevd_LDADD = \
udevadm_SOURCES = \
$(common_files) \
udevadm.c \
udevinfo.c \
udevcontrol.c \
udevtest.c \
udevmonitor.c \
udevsettle.c \
udevtrigger.c
udevadm-info.c \
udevadm-control.c \
udevadm-test.c \
udevadm-monitor.c \
udevadm-settle.c \
udevadm-trigger.c
udevadm_LDADD = \
$(common_ldadd)

View File

@ -32,7 +32,7 @@
#define UEVENT_NUM_ENVP 32
#define UDEVD_CTRL_SOCK_PATH "@" UDEV_PREFIX "/org/kernel/udev/udevd"
#define UDEVD_CTRL_MAGIC "udevd_" VERSION
#define UDEVD_CTRL_MAGIC "udevd-128"
enum udevd_ctrl_msg_type {
UDEVD_CTRL_UNKNOWN,