source:
freewrt/package/dnsmasq/ipkg/dnsmasq.postinst@
4deba3e
| Last change on this file since 4deba3e was 4deba3e, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 165 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=YES" |
Note:
See TracBrowser
for help on using the repository browser.
