From 9e9152d0695335bfb074dbf836fb03557229690d Mon Sep 17 00:00:00 2001 From: ramonn Date: Mon, 14 Apr 2014 12:43:10 +0000 Subject: [PATCH] 2014-04-14 Ramon Novoa * plugins/who.sh: Output some text when there are no users connected. Otherwise the module goes to unkown. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9763 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/unix/ChangeLog | 5 +++++ pandora_agents/unix/plugins/who.sh | 10 ++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 299fbbc708..ee12883149 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,8 @@ +2014-04-14 Ramon Novoa + + * plugins/who.sh: Output some text when there are no users connected. + Otherwise the module goes to unkown. + 2014-03-13 Mario Pulido * plugins/inventory: Distributions compatibility diff --git a/pandora_agents/unix/plugins/who.sh b/pandora_agents/unix/plugins/who.sh index 5df4b2e581..1d0037206b 100755 --- a/pandora_agents/unix/plugins/who.sh +++ b/pandora_agents/unix/plugins/who.sh @@ -1,8 +1,14 @@ +#!/bin/bash echo ""; echo "who"; -echo "generic_data_string"; +echo "async_string"; echo "" echo ""