Annotation of elwix/config/etc/uboot/rc.d/025.dnsmasq.stop, revision 1.2

1.2     ! misho       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>