From 403ec118f626c14369729bf33c89c4d463887aff Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Fri, 2 Dec 2022 09:25:42 -0600
Subject: [PATCH] Remove external script reference to support defered execution

Remove the hard-coded external script both because it is not needed
and because defer mode produces list output files directly.
---
 policy/list-path-external | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/list-path-external b/policy/list-path-external
index ff71573..b6a8c6c 100644
--- a/policy/list-path-external
+++ b/policy/list-path-external
@@ -8,7 +8,7 @@ define(access_age,
   (DAYS(CURRENT_TIMESTAMP) - DAYS(ACCESS_TIME))
 )
 
-RULE 'gather-exec' EXTERNAL LIST 'gather-info' EXEC '/data/rc/gpfs-policy/gather-info.sh' OPTS 'JOBID' ESCAPE '%'
+RULE 'gather-exec' EXTERNAL LIST 'gather-info' EXEC '' OPTS 'JOBID' ESCAPE '%'
 RULE 'list-path' LIST 'gather-info'
   SHOW ('|size='   || varchar(FILE_SIZE) ||
         '|kballoc='|| varchar(KB_ALLOCATED) ||
-- 
GitLab