From 6dfc06760a715b9c5aa38c8e47a04a4d4be21388 Mon Sep 17 00:00:00 2001 From: Carl Edquist Date: Thu, 10 Oct 2019 12:05:39 -0500 Subject: [PATCH] drop default 'all.export /tmp' in standalone cfg Including the default 'all.export /tmp' interferes with other packages that drop cfg files under /etc/xrootd/config.d to set all.export paths. By commenting out the default 'all.export /tmp', the default behavior will be the same, but other packages will be able to install config.d files to specify other all.export paths, without automatically including the default /tmp . --- packaging/common/xrootd-standalone.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/common/xrootd-standalone.cfg b/packaging/common/xrootd-standalone.cfg index 0dd6637cbd4..87146deff9a 100644 --- a/packaging/common/xrootd-standalone.cfg +++ b/packaging/common/xrootd-standalone.cfg @@ -16,7 +16,7 @@ # The export directive indicates which paths are to be exported. While the # default is '/tmp', we indicate it anyway to show you this directive. # -all.export /tmp +#all.export /tmp # The adminpath and pidpath variables indicate where the pid and various # IPC files should be placed