diff options
author | Siri Hansen <[email protected]> | 2011-12-09 14:07:37 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-12-20 15:31:08 +0100 |
commit | 009bef0359d6426e89878d782346feb31d922ee3 (patch) | |
tree | ad2e83c82aee4c36c239997430c4c1a2c3f688c2 /lib/sasl/doc/src | |
parent | 58336ee5c613de56f6d69562cd59b651eef734f0 (diff) | |
download | otp-009bef0359d6426e89878d782346feb31d922ee3.tar.gz otp-009bef0359d6426e89878d782346feb31d922ee3.tar.bz2 otp-009bef0359d6426e89878d782346feb31d922ee3.zip |
Reject systools:make_script if kernel and stdlib are not permanent in .rel
It should not be possible to create a .boot file unless kernel and
stdlib are stated as permanent applications in the .rel file. Note
that 'permanent' is the default start type, so not specifying a start
type for kernel and stdlib is, as always, ok.
Diffstat (limited to 'lib/sasl/doc/src')
-rw-r--r-- | lib/sasl/doc/src/systools.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml index 32c2149a8d..84fed0a25f 100644 --- a/lib/sasl/doc/src/systools.xml +++ b/lib/sasl/doc/src/systools.xml @@ -196,6 +196,10 @@ <p>The applications are sorted according to the dependencies between the applications. Where there are no dependencies, the order in the <c>.rel</c> file is kept.</p> + <p>The function will fail if the mandatory + applications <c>kernel</c> and <c>stdlib</c> are not + included in the <c>.rel</c> file and have start + type <c>permanent</c> (default).</p> <p>If <c>sasl</c> is not included as an application in the <c>.rel</c> file, a warning is emitted because such a release can not be used in an upgrade. To turn off this |