summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 767fe0d)
raw | patch | inline | side by side (parent: 767fe0d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Feb 2008 15:20:22 +0000 (15:20 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 5 Feb 2008 15:20:22 +0000 (15:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8750 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/debian/control | patch | blob | history | |
gosa-si/modules/GosaPackages.pm | patch | blob | history |
diff --git a/gosa-si/debian/control b/gosa-si/debian/control
index eed549026021fcbcf33fbe4b329d324d58a5c861..235ba11c2466bcd664c654422cbb7eaac7087a6e 100644 (file)
--- a/gosa-si/debian/control
+++ b/gosa-si/debian/control
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
index 0123e90e74b5de6655238cb810ca9df10581fda7..d23b658e3950f41bc00b57263b51e6b8d9560729 100644 (file)
$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);