From 7553795ec2d735c01dbdde129a65b7f45d5aa999 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 27 Feb 2018 14:34:02 -0600 Subject: Add harmony/ repo for packages still being discussed See https://wiki.adelielinux.org/wiki/Project:Harmony --- harmony/busybox/dad.if-up | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 harmony/busybox/dad.if-up (limited to 'harmony/busybox/dad.if-up') diff --git a/harmony/busybox/dad.if-up b/harmony/busybox/dad.if-up new file mode 100644 index 000000000..e76bb60bf --- /dev/null +++ b/harmony/busybox/dad.if-up @@ -0,0 +1,8 @@ +#!/bin/sh + +# Block ifup until DAD completion +# Copyright (c) 2016 Kaarle Ritvanen + +while ip address show dev $IFACE | grep -q " tentative "; do + sleep 0.2 +done -- cgit v1.2.3-60-g2f50