From b7eb00d708213b825845bb5f36a68fd75cdecf0e Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 5 Feb 2008 15:20:22 +0000 Subject: [PATCH] Updated control git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8750 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/debian/control | 2 +- gosa-si/modules/GosaPackages.pm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-si/debian/control b/gosa-si/debian/control index eed549026..235ba11c2 100644 --- a/gosa-si/debian/control +++ b/gosa-si/debian/control @@ -30,7 +30,7 @@ Description: GOsa support infrastructure server Package: gosa-si-client Architecture: any -Depends: gosa-si-common +Depends: gosa-si-common, hwinfo Suggests: gosa Description: GOsa support infrastructure client This package lets you join to a GOsa support infrastructure as a diff --git a/gosa-si/modules/GosaPackages.pm b/gosa-si/modules/GosaPackages.pm index 0123e90e7..d23b658e3 100644 --- a/gosa-si/modules/GosaPackages.pm +++ b/gosa-si/modules/GosaPackages.pm @@ -318,6 +318,9 @@ sub process_gosa_msg { $out_msg = &update_status_jobdb_entry } elsif ($header eq 'count_jobdb' ) { $out_msg = &count_jobdb + } elsif ($header eq 'trigger_action_reboot' ) { + print STDERR "trigger_action_reboot\n"; + print STDERR Dumper($msg); } elsif ($header eq 'trigger_action_wake' ) { # Forward messages to all known servers as "trigger_wake" my $in_hash= &transform_msg2hash($msg); -- 2.30.2