]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
1970 called and they want their ifconfig back
authorAlexander Clouter <aclouter@networkradius.com>
Thu, 14 Feb 2019 09:34:44 +0000 (09:34 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 14 Jun 2019 02:49:39 +0000 (10:49 +0800)
src/tests/daemon/all.mk

index f8c2f12be04b697a7329dfec12e1790ee90c9442..670593f351986b6b2373015a987a47d3dad6ddef 100644 (file)
@@ -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