2010-12-22 Sergio Martin <sergio.martin@artica.es>

* util/pandora_manage.pl: Improved the end of execution
	message.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3677 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-12-22 09:51:34 +00:00
parent 5d3df0c12a
commit c759f748f1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-12-22 Sergio Martin <sergio.martin@artica.es>
* util/pandora_manage.pl: Improved the end of execution
message.
2010-12-20 Miguel de Dios <miguel.dedios@artica.es>
* util/pandora_recode_db.pl: added to recode the table "tpolicy_modules".

View File

@ -1433,7 +1433,7 @@ sub pandora_manage_main ($$$) {
}
}
print "\n[*] Nothing to do. Exiting !\n\n";
print "\n[*] Successful execution. Exiting !\n\n";
exit;
}