File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / 025.dnsmasq.stop
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 15:00:31 2013 UTC (10 years, 10 months ago) by misho
Branches: elwix2_1
add new users  and remove some ones

#!/bin/sh

IFACES="-i vr0"

echo "Starting dnsmasq ..."

/usr/sbin/dnsmasq -u bind $IFACES

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