From d5239606a6dd10cd22fe868fe522816227b194ef Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 5 Sep 2017 12:28:19 -0700 Subject: support sys.config.src in place of sys.config that is not verified --- lib/sasl/doc/src/release_handler.xml | 2 +- lib/sasl/doc/src/systools.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sasl/doc') diff --git a/lib/sasl/doc/src/release_handler.xml b/lib/sasl/doc/src/release_handler.xml index 8f073807fb..975188f489 100644 --- a/lib/sasl/doc/src/release_handler.xml +++ b/lib/sasl/doc/src/release_handler.xml @@ -61,6 +61,7 @@ A release upgrade file, relup A system configuration file, sys.config + A system configuration source file, sys.config.src

The relup file contains instructions for how to upgrade to, or downgrade from, this version of the release.

@@ -819,4 +820,3 @@ release_handler:set_unpacked(RelFile, [{myapp,"1.0","/home/user"},...]). systools(3)

- diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml index e7c3c499da..4842c732b1 100644 --- a/lib/sasl/doc/src/systools.xml +++ b/lib/sasl/doc/src/systools.xml @@ -349,10 +349,11 @@ myapp-1/ebin/myapp.app the release version as specified in Name.rel.

releases/RelVsn contains the boot script Name.boot renamed to start.boot and, if found, - the files relup and sys.config. These files + the files relup and sys.config or sys.config.src. These files are searched for in the same directory as Name.rel, in the current working directory, and in any directories - specified using option path.

+ specified using option path. In the case of sys.config + it is not included if sys.config.src is found.

If the release package is to contain a new Erlang runtime system, the bin directory of the specified runtime system {erts,Dir} is copied to erts-ErtsVsn/bin.

@@ -397,4 +398,3 @@ myapp-1/ebin/myapp.app script(4)

- -- cgit v1.2.3