Changeset 583d755 in freewrt for package/dnsmasq/files/dnsmasq.init
- Timestamp:
- Jul 12, 2006, 12:40:18 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 4486a95
- Parents:
- 115d022
- File:
-
- 1 edited
-
package/dnsmasq/files/dnsmasq.init (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/dnsmasq/files/dnsmasq.init
r115d022 r583d755 3 3 . /etc/rc.conf 4 4 5 if [ X"${dns_dhcp}" == X"NO" ]; then6 exit 07 fi8 9 [ -f /etc/dnsmasq.conf ] || exit10 11 5 case $1 in 6 autostart) 7 test x"$dns_dhcp" = x"NO" && exit 0 8 # FALLTHROUGH 12 9 start) 10 [ -f /etc/dnsmasq.conf ] || exit 13 11 /usr/sbin/dnsmasq 14 12 ;;
Note:
See TracChangeset
for help on using the changeset viewer.
