source:
freewrt/package/dnsmasq/ipkg/dnsmasq.postinst@
bcea6cd
| Last change on this file since bcea6cd was bcea6cd, checked in by , 3 months ago | |
|---|---|
|
|
| File size: 162 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | . $IPKG_INSTROOT/etc/functions.sh |
| 3 | |
| 4 | gid=$(get_next_gid) |
| 5 | add_user dnsmasq $(get_next_uid) $gid /tmp |
| 6 | add_group dnsmasq $gid |
| 7 | add_rcconf dnsmasq dns_dhcp NO |
Note:
See TracBrowser
for help on using the repository browser.
