Ver Fonte

Proper OGP Namespace for Frontier Daemon

own3mall há 8 anos atrás
pai
commit
7f2dfe1482
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 0 0
      OGP/Frontier/Daemon/OGP/Forking.pm
  2. 2 2
      OGP/ogp_agent.pl

+ 0 - 0
OGP/Frontier/Daemon/Forking.pm → OGP/Frontier/Daemon/OGP/Forking.pm


+ 2 - 2
OGP/ogp_agent.pl

@@ -25,7 +25,7 @@ use strict;
 
 use Cwd;			 # Fast way to get the current directory
 use lib getcwd();
-use Frontier::Daemon::Forking;	# Forking XML-RPC server
+use Frontier::Daemon::OGP::Forking;	# Forking XML-RPC server
 use File::Copy;				   # Simple file copy functions
 use File::Copy::Recursive
   qw(fcopy rcopy dircopy fmove rmove dirmove pathempty pathrmdir)
@@ -276,7 +276,7 @@ if(-e Path::Class::File->new(FD_DIR, 'Settings.pm'))
 	}
 }
 
-my $d = Frontier::Daemon::Forking->new(
+my $d = Frontier::Daemon::OGP::Forking->new(
 			 methods => {
 				 is_screen_running				=> \&is_screen_running,
 				 universal_start				=> \&universal_start,