From c2645e1d378d292ca3a157178e8c7395f02744ac Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 12 2011 15:56:20 +0000 Subject: Update render_svg_convertPngToDm.sh. --- diff --git a/Scripts/Functions/Render/render_svg_convertPngToDm.sh b/Scripts/Functions/Render/render_svg_convertPngToDm.sh index a199ad2..6a47725 100755 --- a/Scripts/Functions/Render/render_svg_convertPngToDm.sh +++ b/Scripts/Functions/Render/render_svg_convertPngToDm.sh @@ -1,11 +1,12 @@ #!/bin/bash # -# render_doDm.sh -- This function standardize production of display -# managers (e.g., Gdm and Kdm). This function copies all files needed -# into a temporal directory, realize expansion of translation markers -# and packs all the files into a tar.gz package that is used for -# installation. This function must be used as last-rendition action -# for Gdm and Kdm directory specific base-rendition actions. +# render_svg_convertPngToDm.sh -- This function standardize production +# of display managers (e.g., Gdm and Kdm). This function copies all +# files needed into a temporal directory, realize expansion of +# translation markers and packs all the files into a tar.gz package +# that is used for installation. This function must be used as +# last-rendition action for Gdm and Kdm directory specific +# base-rendition actions. # # Copyright (C) 2009, 2010, 2011 The CentOS Project # @@ -27,7 +28,7 @@ # $Id$ # ---------------------------------------------------------------------- -function render_doDm { +function render_svg_convertPngToDm { # Print separator line. cli_printMessage '-' --as-separator-line