#!/bin/sh -x SLEEPPIDFILE=/var/run/dhcp-wait-${IFNAME}.pid if [ ! -f $SLEEPPIDFILE ]; then # the parent must have timed out already -- we can't do much about # it now echo "DHCP configured but ifup timed out" #exit 0 fi # get the pid of the process which is waiting for this to complete SLEEPPID=`cat $SLEEPPIDFILE` rm -f $SLEEPPIDFILE kill $SLEEPPID if [ -f /etc/dhcpc/resolv.conf ]; then echo "setting up resolv.conf" >> /tmp/dhcplog cp /etc/dhcpc/resolv.conf /etc fi header'> cgit logo index : drakx
Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2014-11-22 08:55:19 +0200
committerYuri Chornoivan <yurchor@ukr.net>2014-11-22 08:55:19 +0200
commitc7311496756920a24ea3b88cbc0fb3168bb46131 (patch)
treeb4ff03b56b1b938881f1f4f06ef7e7141204958e /perl-install/install
parent296d1473ebcb63a41d0fe87192d56eb8fa29a27c (diff)
downloaddrakx-c7311496756920a24ea3b88cbc0fb3168bb46131.tar
drakx-c7311496756920a24ea3b88cbc0fb3168bb46131.tar.gz
drakx-c7311496756920a24ea3b88cbc0fb3168bb46131.tar.bz2
drakx-c7311496756920a24ea3b88cbc0fb3168bb46131.tar.xz
drakx-c7311496756920a24ea3b88cbc0fb3168bb46131.zip