[yast-commit] r62425 - in /branches/SuSE-Linux-11_2-Branch/registration: package/yast2-registration.changes src/modules/Register.ycp
Author: jdsn Date: Fri Aug 20 18:41:58 2010 New Revision: 62425 URL: http://svn.opensuse.org/viewcvs/yast?rev=62425&view=rev Log: touch flag file to show in webyast that the system is registered Modified: branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes branches/SuSE-Linux-11_2-Branch/registration/src/modules/Register.ycp Modified: branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/registr... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes (original) +++ branches/SuSE-Linux-11_2-Branch/registration/package/yast2-registration.changes Fri Aug 20 18:41:58 2010 @@ -2,6 +2,7 @@ Fri Aug 20 18:03:39 CEST 2010 - jdsn@suse.de - use correct error code for backend init errors (bnc#633183) +- touch flag file to show in webyast that the system is registered - 2.18.4 ------------------------------------------------------------------- Modified: branches/SuSE-Linux-11_2-Branch/registration/src/modules/Register.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_2-Branch/registr... ============================================================================== --- branches/SuSE-Linux-11_2-Branch/registration/src/modules/Register.ycp (original) +++ branches/SuSE-Linux-11_2-Branch/registration/src/modules/Register.ycp Fri Aug 20 18:41:58 2010 @@ -1521,6 +1521,8 @@ if ( initialSRstatus == 0 ) { y2milestone("SuseRegister returned with status: %1", initialSRstatus); + // touch webyast flag file to show in webyast that this machine is already registered + SCR::Execute(.target.bash, sformat(" [ -d /var/lib/yastws ] && touch /var/lib/yastws/enable_SLM_webyast_registration_workaround ")); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jdsn@svn.opensuse.org