From 820d16d840f462bf1b614f487cef1ddb589084b4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 4 Aug 2016 16:01:53 +0200 Subject: [run-virt] Implement automatic firewalling --- remote/modules/run-virt/module.build | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules/run-virt/module.build') diff --git a/remote/modules/run-virt/module.build b/remote/modules/run-virt/module.build index e9b0d581..eb718599 100644 --- a/remote/modules/run-virt/module.build +++ b/remote/modules/run-virt/module.build @@ -11,6 +11,7 @@ build () { # Compile pwdaemon mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/bin" gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/pwdaemon" -Os "${MODULE_DIR}/pw_daemon.c" || perror "Could not compile the pwdaemon" + gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/slxfwtool" -Os "${MODULE_DIR}/fwtool/main.c" || perror "Could not compile slxfwtool" } post_copy() { -- cgit v1.2.3-55-g7522