HomeSort by relevance Sort by last modified time
    Searched refs:dnsmasq (Results 1 - 16 of 16) sorted by null

  /external/dnsmasq/contrib/slackware-dnsmasq/
rc.dnsmasq.gz 
doinst.sh.gz 
dnsmasq.SlackBuild 3 PKG=/tmp/package-dnsmasq
22 rm -rf dnsmasq-$VERSION
23 tar xzvf $CWD/dnsmasq-$VERSION.tar.gz
24 cd dnsmasq-$VERSION
25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
28 chmod 755 $PKG/usr/sbin/dnsmasq
30 gzip -9 $PKG/usr/man/man8/dnsmasq.8
32 if [ -f $$f/man8/dnsmasq.8 ]; then
33 gzip -9 $$f/man8/dnsmasq.8 ;
36 gzip -9 $PKG/usr/man/*/man8/dnsmasq.
    [all...]
  /external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq 5 if [ "${DNSMASQ:=-NO-}" = "-YES-" ] ; then
6 /usr/local/sbin/dnsmasq -q -n
11 pid=`GetPID dnsmasq`
  /external/dnsmasq/bld/
install-man 6 $2 -m 644 $f/dnsmasq.8 $1/$f/man8
7 echo installing $1/$f/man8/dnsmasq.8
install-mo 5 $2 -m 644 $f $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
6 echo installing $1/${f%.mo}/LC_MESSAGES/dnsmasq.mo
Makefile 4 dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o \
10 dnsmasq : $(OBJS)
13 dnsmasq.pot : $(OBJS:.o=.c) dnsmasq.h config.h
14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
16 %.mo : ../po/%.po dnsmasq.pot
17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
  /external/dnsmasq/src/
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
9 LOCAL_MODULE := dnsmasq
11 LOCAL_C_INCLUDES := external/dnsmasq/src
  /external/dnsmasq/
Makefile 0 # dnsmasq is Copyright (c) 2000-2009 Simon Kelley
37 all : dnsmasq
39 dnsmasq :
43 -f ../bld/Makefile dnsmasq
47 rm -f $(SRC)/*.o $(SRC)/dnsmasq.a $(SRC)/dnsmasq core */core
53 $(INSTALL) -m 644 $(MAN)/dnsmasq.8 $(DESTDIR)$(MANDIR)/man8
54 $(INSTALL) -m 755 $(SRC)/dnsmasq $(DESTDIR)$(BINDIR)
61 -f ../bld/Makefile dnsmasq
73 @cd $(SRC) && $(MAKE) XGETTEXT=$(XGETTEXT) -f ../bld/Makefile dnsmasq.po
    [all...]
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 7 Name: dnsmasq
14 URL: http://www.thekelleys.org.uk/dnsmasq
24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
29 in a central configuration file. Dnsmasq supports static and dynamic DHCP
58 install -o root -g root -m 755 rpm/rc.dnsmasq-suse $RPM_BUILD_ROOT/etc/init.d/dnsmasq
59 install -o root -g root -m 644 dnsmasq.conf.example $RPM_BUILD_ROOT/etc/dnsmasq.conf
60 strip $RPM_BUILD_ROOT/usr/sbin/dnsmasq
61 ln -sf ../../etc/init.d/dnsmasq $RPM_BUILD_ROOT/usr/sbin/rcdnsmas
    [all...]
rc.dnsmasq-suse 3 # init.d/dnsmasq
6 # Provides: dnsmasq
14 NAMED_BIN=/usr/sbin/dnsmasq
15 NAMED_PID=/var/run/dnsmasq.pid
16 NAMED_CONF=/etc/dnsmasq.conf
19 echo -n "dnsmasq not installed ! "
31 echo -n "- Warning: dnsmasq already running ! "
41 [ $? -ne 0 ] && echo -n "- Warning: dnsmasq not running ! "
61 [ $? -ne 0 ] && echo -n "- Warning: dnsmasq not running ! "
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action.sh 28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
33 # another dnsmasq instance may be running and blocking us; try to
35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
67 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAM
    [all...]
  /build/target/product/
base.mk 34 dnsmasq \
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 2 # dynamic-dnsmasq.pl - update dnsmasq's internal dns entries dynamically
19 # the purpose of this script is to be able to update dnsmasq's dns
23 # dynamic-dnsmasq.pl add testaccount 1234 testaccount.mydomain.com
24 # dynamic-dnsmasq.pl listen &
33 # make sure "addn-hosts=/etc/dyndns-hosts" is in your /etc/dnsmasq.conf
44 my $dnsmasqpidfile = "/var/run/dnsmasq.pid"; # if this doesn't exist, will look for process in /proc
222 # send the HUP signal to dnsmasq
242 if ( (split(/\0/,$cmdline))[0] =~ /dnsmasq/ ) {
  /packages/experimental/SELinux/CTS/src/
example_input_policy.conf     [all...]
  /external/sepolicy/
file_contexts 153 /system/bin/dnsmasq u:object_r:dnsmasq_exec:s0

Completed in 574 milliseconds