diff options
| author | 2009-10-28 05:16:28 +0100 | |
|---|---|---|
| committer | 2009-10-28 05:16:28 +0100 | |
| commit | f4606c8d1ad44dad5c0c515c330a68884e501ece (patch) | |
| tree | f0b5875b79104d40866ad3fa8cec38ea635bf487 /daemon | |
| parent | 5ed60157819d139e1ab215c766ced46364cf8983 (diff) | |
| download | usbmuxd-f4606c8d1ad44dad5c0c515c330a68884e501ece.tar.gz usbmuxd-f4606c8d1ad44dad5c0c515c330a68884e501ece.tar.bz2 | |
Add build time reminder about creating a user
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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 | |||
| 11 | target_link_libraries(usbmuxd ${LIBS}) | 11 | target_link_libraries(usbmuxd ${LIBS}) |
| 12 | 12 | ||
| 13 | install(TARGETS usbmuxd RUNTIME DESTINATION sbin) | 13 | install(TARGETS usbmuxd RUNTIME DESTINATION sbin) |
| 14 | |||
| 15 | message(" | ||
| 16 | * REMINDER | ||
| 17 | * Remember to add a user named 'usbmux' with USB access permissions | ||
| 18 | * for the udev hotplugging feature to work out of the box. | ||
| 19 | ") | ||
