From da1080d4c8de7b5e2e41a156742743e6b2a9a2af Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 15 Oct 2023 14:06:45 +0200 Subject: [PATCH] move startx to 7.9 --- deploy.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.pl b/deploy.pl index 4ee48ee..e9a15d1 100755 --- a/deploy.pl +++ b/deploy.pl @@ -36,7 +36,7 @@ # 2023/05/03 added: predefined IPv6 address, gw # 2023/05/08 added: DHCPD=no to not overwrite existing dhcpd.conf, does require config for autoinstall(8) # -use 5.024; +use v5.36; use strict; use warnings; use autodie; @@ -92,7 +92,7 @@ sub render_vm_conf { printf $fh_vm "#\n# File generated by deploy.pl\n#\n"; printf $fh_vm "socket owner :%s\n", $conf{'conf'}{'VMDUSERS'}; printf $fh_vm "staggered start parallel 2 delay 90\n"; - if ($_VERSION > 7.2) { + if ($_VERSION > 7.9) { printf $fh_vm "agentx\n"; }