From 64cd37415f419ce6876186fef99ec9edffc0ee00 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 3 Jul 2023 18:42:39 +0200 Subject: [PATCH] mxstartup2mxconfig: Use system perl Using the default perl triggers an unwanted automounter call during startup. --- mxstartup/mxstartup2mxconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxstartup/mxstartup2mxconfig b/mxstartup/mxstartup2mxconfig index b1b2010..e61749e 100755 --- a/mxstartup/mxstartup2mxconfig +++ b/mxstartup/mxstartup2mxconfig @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#! /usr/local/system/perl/bin/perl use Sys::Hostname; use Data::Dumper;