diff options
author | Siri Hansen <[email protected]> | 2011-12-21 14:53:48 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-12-21 14:53:48 +0100 |
commit | 5acece57ced229dc76ebf3eb7cf7dfec1a24cc19 (patch) | |
tree | 8043de4e66b641c593f78219902a0a9a7fc2e6c8 /lib/sasl/doc/src/systools.xml | |
parent | ecb1632afcce1eb5c7e7887af48f2c14fba5b398 (diff) | |
parent | 009bef0359d6426e89878d782346feb31d922ee3 (diff) | |
download | otp-5acece57ced229dc76ebf3eb7cf7dfec1a24cc19.tar.gz otp-5acece57ced229dc76ebf3eb7cf7dfec1a24cc19.tar.bz2 otp-5acece57ced229dc76ebf3eb7cf7dfec1a24cc19.zip |
Merge branch 'siri/sasl/require-kernel-start/OTP-9652' into maint
* siri/sasl/require-kernel-start/OTP-9652:
Reject systools:make_script if kernel and stdlib are not permanent in .rel
Diffstat (limited to 'lib/sasl/doc/src/systools.xml')
-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 |