diff options
author | danigm <danigm@wadobo.com> | 2011-04-14 10:20:07 +0000 |
---|---|---|
committer | danigm <danigm@wadobo.com> | 2011-04-14 10:20:07 +0000 |
commit | cdea14af916873551d78b9a5d40cb480a039483e (patch) | |
tree | 11730d424758fb763c2ba33a17e519842e3369c8 | |
parent | 245332448f25ea197ad18a8c731cbeb38ba80447 (diff) |
Documentacion de ogInfoCache encima, como en el resto
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1847 a21b9725-9963-47de-94b9-378ad31fedc9
-rwxr-xr-x | client/engine/Inventory.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/Inventory.lib b/client/engine/Inventory.lib index 7e731258..47ffd83d 100755 --- a/client/engine/Inventory.lib +++ b/client/engine/Inventory.lib @@ -242,7 +242,6 @@ case "$TYPE" in esac } -function ogInfoCache () { #/** @function ogInfoCache: @brief muestra la informacion de la CACHE. #@param sin parametros #@return texto que se almacena en $IP.-InfoCache. punto_montaje, tama?oTotal, TamanioOcupado, TaminioLibre, imagenes dentro de la cahce @@ -251,6 +250,7 @@ function ogInfoCache () { #@attention #@version 0.1 Date: 27/10/2008 Author Antonio J. Doblas Viso. Universidad de Malaga #*/ +function ogInfoCache () { if ogMountCache then info=`df -h | grep $OGCAC` |