mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
6 lines
202 B
Bash
6 lines
202 B
Bash
|
# Make sure that the usbmux user exists with the GID for plugdev access:
|
||
|
if ! grep -q "^usbmux:" etc/passwd ; then
|
||
|
echo "usbmux:x:52:83:User for usbmux daemon:/var/empty:/bin/false" >> etc/passwd
|
||
|
fi
|
||
|
|