summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8565208)
raw | patch | inline | side by side (parent: 8565208)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 25 Jul 2010 07:30:43 +0000 (07:30 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 25 Jul 2010 07:30:43 +0000 (07:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19096 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/dak.pm | patch | blob | history | |
gosa-si/client/events/load_reporter.pm | patch | blob | history |
index d0846f615667396c441235f47f411ffbfa85a9c7..0b1cb129b7303ffb55acb64d1f273d39e5df3656 100644 (file)
"dak-user" => [\$dak_user, "deb-dak"],
},
);
-&GOSA::GosaSupportDaemon::read_configfile($main::config_file, %cfg_defaults);
+&GOsaSI::GosaSupportDaemon::read_configfile($main::config_file, %cfg_defaults);
## @method get_events()
index 241dc07b69f90c192154133ac9dd505cf68df12e..be9b6a29f7e6c39fa999c1715f81c3c4d8915274 100644 (file)
);
# to be removed ugly !! why not using main::_read_configfile
-&GOSA::GosaSupportDaemon::read_configfile($main::cfg_file, %cfg_defaults);
+&GOsaSI::GosaSupportDaemon::read_configfile($main::cfg_file, %cfg_defaults);
### FUNCTIONS #################################################################