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

freewrt_1_0 freewrt_2_0
Last change on this file since c78941a was c78941a, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

use new function add_rcconf

git-svn-id: svn://www.freewrt.org/trunk/freewrt@282 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 158 bytes
RevLine 
[c78941a]1#!/bin/sh
2. $IPKG_INSTROOT/etc/functions.sh
3
4add_user dnsmasq get_next_uid get_next_gid /tmp
5add_group dnsmasq get_next_gid
6add_rcconf dnsmasq "dns_dhcp=YES"
Note: See TracBrowser for help on using the repository browser.