From f48aa53b397416099c86136019ddacb5736ee5ab Mon Sep 17 00:00:00 2001 From: Mark Ito Date: Mon, 7 Mar 2022 19:43:46 -0500 Subject: [PATCH] Add the "halld" specifier to the getent command to avoid intermittency in the success of the command. --- scripts/users_create/group_parse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/users_create/group_parse.pl b/scripts/users_create/group_parse.pl index aa3720e..ab31ab1 100644 --- a/scripts/users_create/group_parse.pl +++ b/scripts/users_create/group_parse.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl $groupid = 267; -open (YPCAT,"getent group |"); +open (YPCAT,"getent group halld |"); $group_count = 0; while () { if (/:$groupid:/) {