blob: f75685a857180964bad7cba77146ecb985694d5e (
plain) (
tree)
|
|
#!/bin/sh
# Configure sudoers.
install_file -m 0600 \
/usr/local/etc/sudoers \
/usr/local/etc/sudoers.d/networkmgr
# Configure devd for Android USB tethering.
install_file -m 0644 /etc/devd/usb-tether.conf
service devd restart
|