File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 025.dnsmasq.stop
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Jan 7 16:46:44 2014 UTC (10 years, 6 months ago) by misho
Branches: elwix2_2
Diff to: branchpoint 1.2: preferred, colored
fix scr

#!/bin/sh

IFACES="-i vr0"

echo "Starting dnsmasq ..."

dnsmasq -u bind $IFACES

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>