diff options
author | David Somero <dsomero@hotmail.com> | 2010-05-13 01:01:15 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 01:01:15 +0200 |
commit | 36b78361e3c4f907e95566c75d1b8d268b405da2 (patch) | |
tree | dc3b270c74e39d858dea91623b521e4a1d681ca1 /system/usbmuxd/README | |
parent | ea80535f76d599c846ff9c07d877bdac3299a64d (diff) | |
download | slackbuilds-36b78361e3c4f907e95566c75d1b8d268b405da2.tar.gz |
system/usbmuxd: Added to 13.0 repository
Diffstat (limited to 'system/usbmuxd/README')
-rw-r--r-- | system/usbmuxd/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/usbmuxd/README b/system/usbmuxd/README new file mode 100644 index 0000000000..d7ba883206 --- /dev/null +++ b/system/usbmuxd/README @@ -0,0 +1,8 @@ +usbmuxd: USB Multiplex Daemon. This bit of software is in charge of +talking to your iPhone or iPod Touch over USB and coordinating access to +its services by other applications. + +Create a usbmux user with: + useradd -u 233 -g plugdev -d /dev/null -s /bin/false usbmux + +Requires: libusb1 |