dhcp-forwarder.postinst 164 B

123456
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. gid=$(get_next_gid)
  4. add_group dhcp-fwd $gid
  5. add_user dhcp-fwd $(get_next_uid) $gid /tmp
  6. add_rcconf dhcp_fwd dhcp_fwd NO