HomeSort by: relevance | last modified time | path
    Searched refs:dhcpcd (Results 1 - 16 of 16) sorted by relevancy

  /src/etc/rc.d/
dhcpcd 3 # $NetBSD: dhcpcd,v 1.11 2020/09/08 12:52:18 martin Exp $
5 # PROVIDE: dhcpcd
11 name=dhcpcd
18 # Work out what pidfile dhcpcd will use based on flags
network 74 if ! checkyesno dhcpcd && \
188 if ! checkyesno dhcpcd; then
190 warn "please configure dhcpcd in its place."
218 # "dhcp" as a special case to invoke dhcpcd, treat "rtsol" as
321 if ! checkyesno dhcpcd; then
322 /sbin/dhcpcd -n --dhcp \
327 if ! checkyesno dhcpcd; then
328 /sbin/dhcpcd -n6b \
544 if [ -f /var/run/dhcpcd-$int.pid ]; then
545 /sbin/dhcpcd -k $int 2> /dev/nul
    [all...]
Makefile 21 devpubd dhcpcd dhcpd dhcpd6 dhcrelay dmesg \
  /src/share/examples/apm/
script 47 sh /etc/rc.d/dhcpcd stop
58 sh /etc/rc.d/dhcpcd stop
65 sh /etc/rc.d/dhcpcd start
  /src/distrib/evbarm/instkernel/sshramdisk/
mtree.conf 12 ./libexec/dhcpcd-hooks
  /src/etc/powerd/scripts/
sleep_button 33 /etc/rc.d/dhcpcd restart
  /src/distrib/utils/embedded/conf/
usermode.conf 41 dhcpcd=YES key
riscv.conf 86 dhcpcd=YES key
evbmips.conf 95 dhcpcd=YES key
x86.conf 72 dhcpcd=YES key
evbarm.conf 113 dhcpcd=YES key
evbppc.conf 94 dhcpcd=YES key
  /src/usr.bin/sys_info/
sys_info.sh 133 dhcpcd)
134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q"
  /src/etc/defaults/
rc.conf 89 # dhcpcd) may be needed to get the network operational enough to mount
198 dhcpcd=NO dhcpcd_flags="-qM" # For ifconfig_XXX=dhcp. key
  /src/etc/
Makefile 345 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/dhcpcd/sbin/dhcpcd configinstall
  /src/usr.sbin/postinstall/
postinstall.in 1204 # dhcpcd
1207 additem dhcpcd "dhcpcd configuration is up to date"
1214 find_file_in_dirlist dhcpcd.conf "dhcpcd.conf" \
1215 "${SRC_DIR}/external/bsd/dhcpcd/dist/src" \
1218 populate_dir "$op" true "${dir}" "${DEST_DIR}/etc" 644 dhcpcd.conf
1221 check_dir "${op}" "${DEST_DIR}/var/db/dhcpcd" 755
1225 "${DEST_DIR}/etc/dhcpcd.duid" \
1226 "${DEST_DIR}/var/db/dhcpcd/duid
    [all...]

Completed in 16 milliseconds