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, 7 months ago) by misho
Branches: elwix2_2
Diff to: branchpoint 1.2: preferred, unified
fix scr

    1: #!/bin/sh
    2: 
    3: IFACES="-i vr0"
    4: 
    5: echo "Starting dnsmasq ..."
    6: 
    7: dnsmasq -u bind $IFACES

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