]> git.pld-linux.org Git - packages/dnsmasq.git/blobdiff - dnsmasq.init
- up to 2.61
[packages/dnsmasq.git] / dnsmasq.init
index 8e511259f3beb0cd047817559f45397997b82d2b..c744ab2b24ca61cc9ea0f28228fba46b5c34790d 100644 (file)
@@ -43,7 +43,7 @@ OPTIONS=""
 [ -n "$RESOLV_CONF" ] && OPTIONS="$OPTIONS -r $RESOLV_CONF"
 [ -n "$DHCP_LEASE" ] && OPTIONS="$OPTIONS -l $DHCP_LEASE"
 [ -n "$DOMAIN_SUFFIX" ] && OPTIONS="$OPTIONS -s $DOMAIN_SUFFIX"
-[ -n "$INTERFACE" ] && OPTIONS="$OPTIONS -s $INTERFACE"
+[ -n "$INTERFACE" ] && OPTIONS="$OPTIONS -i $INTERFACE"
 
 RETVAL=0
 # See how we were called.
This page took 0.099639 seconds and 4 git commands to generate.