From 0576dcfdce64a159233c811543f1db7555e0a300 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 5 Mar 2013 13:54:55 +0800 Subject: Add udevadm to pb_system_apps Signed-off-by: Jeremy Kerr Signed-off-by: Geoff Levand --- lib/system/system.c | 1 + lib/system/system.h | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/system') diff --git a/lib/system/system.c b/lib/system/system.c index d77159d..3b30f04 100644 --- a/lib/system/system.c +++ b/lib/system/system.c @@ -24,6 +24,7 @@ const struct pb_system_apps pb_system_apps = { .shutdown = "/sbin/shutdown", .sftp = "/usr/bin/sftp", .tftp = "/usr/bin/tftp", + .udevadm = "/sbin/udevadm", .umount = "/bin/umount", .wget = "/usr/bin/wget", }; diff --git a/lib/system/system.h b/lib/system/system.h index f8f18a3..e7a2c68 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -9,6 +9,7 @@ struct pb_system_apps { const char *shutdown; const char *sftp; const char *tftp; + const char *udevadm; const char *umount; const char *wget; }; -- cgit v1.2.1