/etc/root/plugins/TSystem/P070_TNetSystem.C is in root-system-common 5.34.14-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | void P070_TNetSystem()
{
gPluginMgr->AddHandler("TSystem", "^rootd:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootup:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^roots:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootk:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootg:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rooth:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
gPluginMgr->AddHandler("TSystem", "^rootug:", "TNetSystem",
"Net", "TNetSystem(const char *,Bool_t)");
}
|