source: freewrt/package/dnsmasq/ipkg/dnsmasq.postinst@ bcea6cd

freewrt_2_0
Last change on this file since bcea6cd was bcea6cd, checked in by Waldemar Brodkorb <wbx@…>, 3 months ago

dnsmasq: update to latest

  • Property mode set to 100755
File size: 162 bytes
Line 
1#!/bin/sh
2. $IPKG_INSTROOT/etc/functions.sh
3
4gid=$(get_next_gid)
5add_user dnsmasq $(get_next_uid) $gid /tmp
6add_group dnsmasq $gid
7add_rcconf dnsmasq dns_dhcp NO
Note: See TracBrowser for help on using the repository browser.