summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f688f03)
raw | patch | inline | side by side (parent: f688f03)
author | lhm-gosa <lhm-gosa@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Sep 2010 21:25:20 +0000 (21:25 +0000) | ||
committer | lhm-gosa <lhm-gosa@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Sep 2010 21:25:20 +0000 (21:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@19760 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-si/client/events/gosaTriggered.pm | patch | blob | history |
diff --git a/trunk/gosa-si/client/events/gosaTriggered.pm b/trunk/gosa-si/client/events/gosaTriggered.pm
index ed19d312083cee6c4a816f4582209845049a6b31..49ff856cac72f1034451358c467496f13eb4404a 100644 (file)
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {
system( "/usr/bin/goto-notify install" );
- open(FILE, "> /etc/gosa-si/event");
- print FILE "install\n";
- close(FILE);
}
+ open(FILE, "> /etc/gosa-si/event");
+ print FILE "install\n";
+ close(FILE);
+
system( "/usr/sbin/goto-action &" );
return;
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {
system( "/usr/bin/goto-notify softupdate" );
- open(FILE, "> /etc/gosa-si/event");
- print FILE "softupdate\n";
- close(FILE);
}
+ open(FILE, "> /etc/gosa-si/event");
+ print FILE "softupdate\n";
+ close(FILE);
+
system( "/usr/sbin/goto-action &" );
return;
my @user_list = &get_logged_in_users;
if( @user_list >= 1 ) {
system( "/usr/bin/goto-notify softupdate" );
- open(FILE, "> /etc/gosa-si/event");
- print FILE "softupdate\n";
- close(FILE);
}
+ open(FILE, "> /etc/gosa-si/event");
+ print FILE "softupdate\n";
+ close(FILE);
+
system( "/usr/sbin/goto-action &" );
return;