From ffa393096b435cde37fa1db654a012fe3175bd02 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Mon, 31 Mar 2014 15:40:44 +0200 Subject: Replace 'otp_build patch_app' with 'otp_patch_apply' --- system/doc/system_principles/versions.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'system/doc') diff --git a/system/doc/system_principles/versions.xml b/system/doc/system_principles/versions.xml index 2bf0d18010..c63913d867 100644 --- a/system/doc/system_principles/versions.xml +++ b/system/doc/system_principles/versions.xml @@ -61,14 +61,13 @@ filename:join([code:root_dir(), "releases", erlang:system_info(otp_release), "OTP_VERSION"]).

If the version read from the OTP_VERSION file in a development system has a ** suffix, the system has been - patched using the - $ERL_TOP/otp_build patch_app - tool. In this case, the system consists of application versions from - multiple OTP versions. The version preceding the ** + patched using the otp_patch_apply tool available to + licensed customers. In this case, the system consists of application + versions from multiple OTP versions. The version preceding the ** suffix corresponds to the OTP version of the base system that has been patched. Note that if a development system is updated by - other means than $ERL_TOP/otp_build patch_app, the - OTP_VERSION file may identify wrong OTP version.

+ other means than otp_patch_apply, the OTP_VERSION file + may identify wrong OTP version.

No OTP_VERSION file will be placed in a target system created -- cgit v1.2.3