From f4606c8d1ad44dad5c0c515c330a68884e501ece Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Wed, 28 Oct 2009 05:16:28 +0100 Subject: Add build time reminder about creating a user --- daemon/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt index 8a5c417..52e33bc 100644 --- a/daemon/CMakeLists.txt +++ b/daemon/CMakeLists.txt @@ -11,3 +11,9 @@ add_executable(usbmuxd main.c usb-linux.c log.c ../common/utils.c device.c clien target_link_libraries(usbmuxd ${LIBS}) install(TARGETS usbmuxd RUNTIME DESTINATION sbin) + +message(" +* REMINDER +* Remember to add a user named 'usbmux' with USB access permissions +* for the udev hotplugging feature to work out of the box. +") -- cgit v1.1-32-gdbae