From 05d0cce2b1d7a3601e14774094a6917e41ffe210 Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 1 Dec 2004 23:42:42 +0000 Subject: [PATCH] fixed typo --- livesupport/modules/authentication/bin/autogen.sh | 6 +++--- livesupport/modules/authentication/bin/gen_coverage_data.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/livesupport/modules/authentication/bin/autogen.sh b/livesupport/modules/authentication/bin/autogen.sh index ffc821c81..659444e21 100755 --- a/livesupport/modules/authentication/bin/autogen.sh +++ b/livesupport/modules/authentication/bin/autogen.sh @@ -21,8 +21,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: fgerlits $ -# Version : $Revision: 1.1 $ +# Author : $Author: maroy $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/autogen.sh,v $ #------------------------------------------------------------------------------- @@ -31,7 +31,7 @@ # (based on the version in enlightenment's cvs) #------------------------------------------------------------------------------- -package="Storage" +package="Authentication" # assume we're in $basedir/bin basedir=`dirname $0`/.. diff --git a/livesupport/modules/authentication/bin/gen_coverage_data.sh b/livesupport/modules/authentication/bin/gen_coverage_data.sh index 95779ae49..b2b696ade 100755 --- a/livesupport/modules/authentication/bin/gen_coverage_data.sh +++ b/livesupport/modules/authentication/bin/gen_coverage_data.sh @@ -21,14 +21,14 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: fgerlits $ -# Version : $Revision: 1.1 $ +# Author : $Author: maroy $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/bin/gen_coverage_data.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- # This script generates code coverage data for the module #------------------------------------------------------------------------------- -module="LiveSupport Storage" +module="LiveSupport Authentication" reldir=`dirname $0`/.. basedir=`cd $reldir; pwd; cd -`