From 0ae3124f2d80307fd1bb80a83537ba8466a18081 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 17 Mar 2015 12:31:48 +0100 Subject: Minor fixes --- HOWTO/OTP-PATCH-APPLY.md | 1 + otp_patch_apply | 15 +++++++++++++++ system/doc/system_principles/versions.xml | 5 +++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/HOWTO/OTP-PATCH-APPLY.md b/HOWTO/OTP-PATCH-APPLY.md index 936de02d07..2aa31629ef 100644 --- a/HOWTO/OTP-PATCH-APPLY.md +++ b/HOWTO/OTP-PATCH-APPLY.md @@ -58,6 +58,7 @@ Configure and build all applications in OTP: $ configure $ make + or $ ./otp_build configure diff --git a/otp_patch_apply b/otp_patch_apply index a1f244eab3..947aa1e6ee 100755 --- a/otp_patch_apply +++ b/otp_patch_apply @@ -1,7 +1,22 @@ #!/bin/sh # +# %CopyrightBegin% +# # Copyright Ericsson AB 2014. All Rights Reserved. # +# The contents of this file are subject to the Erlang Public License, +# Version 1.1, (the "License"); you may not use this file except in +# compliance with the License. You should have received a copy of the +# Erlang Public License along with this software. If not, it can be +# retrieved online at http://www.erlang.org/. +# +# Software distributed under the License is distributed on an "AS IS" +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +# the License for the specific language governing rights and limitations +# under the License. +# +# %CopyrightEnd% +# version="1.0.1" diff --git a/system/doc/system_principles/versions.xml b/system/doc/system_principles/versions.xml index ff042f4a3b..ed6fd1f7fe 100644 --- a/system/doc/system_principles/versions.xml +++ b/system/doc/system_principles/versions.xml @@ -61,8 +61,9 @@ 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 otp_patch_apply tool available to - licensed customers. In this case, the system consists of application + patched using the + otp_patch_apply + tool. 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 -- cgit v1.2.3