From: Alexander Clouter Date: Thu, 14 Feb 2019 09:34:44 +0000 (+0000) Subject: 1970 called and they want their ifconfig back X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6f69435a670fe0cf40dbcc270074e57313fa92;p=thirdparty%2Ffreeradius-server.git 1970 called and they want their ifconfig back --- diff --git a/src/tests/daemon/all.mk b/src/tests/daemon/all.mk index f8c2f12be04..670593f3519 100644 --- a/src/tests/daemon/all.mk +++ b/src/tests/daemon/all.mk @@ -13,7 +13,7 @@ ifneq "$(TMUX)" "" # # Create a unique TMUX key for this user, directory, and machine # -TMUX_KEY := $(shell (id;pwd;ifconfig -a) | md5sum | awk '{print $$1}') +TMUX_KEY := $(shell { id; pwd; hostid; } | md5sum | awk '{print $$1}') endif endif