Mailinglist Archive: yast-commit (1496 mails)
| < Previous | Next > |
[yast-commit] r58983 - /trunk/registration/src/modules/YSR.pm_web
- From: jdsn@xxxxxxxxxxxxxxxx
- Date: Thu, 08 Oct 2009 16:25:45 -0000
- Message-id: <E1MvvoH-0007pU-P5@xxxxxxxxxxxxxxxx>
Author: jdsn
Date: Thu Oct 8 18:25:45 2009
New Revision: 58983
URL: http://svn.opensuse.org/viewcvs/yast?rev=58983&view=rev
Log:
fix the fix, grrr
Modified:
trunk/registration/src/modules/YSR.pm_web
Modified: trunk/registration/src/modules/YSR.pm_web
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/registration/src/modules/YSR.pm_web?rev=58983&r1=58982&r2=58983&view=diff
==============================================================================
--- trunk/registration/src/modules/YSR.pm_web (original)
+++ trunk/registration/src/modules/YSR.pm_web Thu Oct 8 18:25:45 2009
@@ -239,7 +239,7 @@
BEGIN { $TYPEINFO{get_registrationConfig} = ["function", [ "map", "string",
"any"] ]; }
-sub get_RegistrationDetails
+sub get_registrationDetails
{
my $self = shift;
my $SRconf = '/etc/suseRegister.conf'
@@ -277,7 +277,7 @@
BEGIN { $TYPEINFO{set_registrationConfig} = ["function", "void", [ "map",
"string", "any"] ]; }
-sub set_RegistrationConfig
+sub set_registrationConfig
{
my $self = shift;
# TODO: write the config and write the certificate file
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Oct 8 18:25:45 2009
New Revision: 58983
URL: http://svn.opensuse.org/viewcvs/yast?rev=58983&view=rev
Log:
fix the fix, grrr
Modified:
trunk/registration/src/modules/YSR.pm_web
Modified: trunk/registration/src/modules/YSR.pm_web
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/registration/src/modules/YSR.pm_web?rev=58983&r1=58982&r2=58983&view=diff
==============================================================================
--- trunk/registration/src/modules/YSR.pm_web (original)
+++ trunk/registration/src/modules/YSR.pm_web Thu Oct 8 18:25:45 2009
@@ -239,7 +239,7 @@
BEGIN { $TYPEINFO{get_registrationConfig} = ["function", [ "map", "string",
"any"] ]; }
-sub get_RegistrationDetails
+sub get_registrationDetails
{
my $self = shift;
my $SRconf = '/etc/suseRegister.conf'
@@ -277,7 +277,7 @@
BEGIN { $TYPEINFO{set_registrationConfig} = ["function", "void", [ "map",
"string", "any"] ]; }
-sub set_RegistrationConfig
+sub set_registrationConfig
{
my $self = shift;
# TODO: write the config and write the certificate file
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |