This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change all paths from /opt to /usr/share
/opt can't be used in an normal OS-tree compatible layout - program files should now reside under /usr. /etc/opt/<rvi config files> changed to remove opt which looks odd there anyway: --> /etc/rvi/<config files>. Also moved default log location to /run/log/rvi_core because ${target_dir}/log is not adequate when the installation (target) dir is read-only. Note that /run is non-persistent, so /var/log might be preferred later. Signed-off-by: Gunnar Andersson <[email protected]>
- Loading branch information
Gunnar Andersson
committed
Jul 27, 2018
1 parent
d63dd1c
commit 90f8589
Showing
10 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ rvi for Debian | |
|
||
Will rely on existing Erlang installation to work. | ||
|
||
We will copy out the Erlang VM BEAM files to /opt/rvi and the configuration files to /etc/opt/rvi | ||
We will copy out the Erlang VM BEAM files to /usr/share/rvi and the configuration files to /etc/rvi | ||
|
||
/opt/rvi/rvi.sh is the main control program. | ||
/usr/share/rvi/rvi.sh is the main control program. | ||
|
||
-- Magnus Feuer <[email protected]> Fri, 27 Nov 2015 15:34:39 -0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ rvi for Debian | |
|
||
Will rely on existing Erlang installation to work. | ||
|
||
We will copy out the Erlang VM BEAM files to /opt/rvi and the configuration files to /etc/opt/rvi | ||
We will copy out the Erlang VM BEAM files to /usr/share/rvi and the configuration files to /etc/rvi | ||
|
||
/opt/rvi/rvi.sh is the main control program. | ||
/usr/share/rvi/rvi.sh is the main control program. | ||
|
||
-- Magnus Feuer <[email protected]> Fri, 27 Nov 2015 15:34:39 -0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ rvi for Debian | |
|
||
Will rely on existing Erlang installation to work. | ||
|
||
We will copy out the Erlang VM BEAM files to /opt/rvi and the configuration files to /etc/opt/rvi | ||
We will copy out the Erlang VM BEAM files to /usr/share/rvi and the configuration files to /etc/rvi | ||
|
||
/opt/rvi/rvi.sh is the main control program. | ||
/usr/share/rvi/rvi.sh is the main control program. | ||
|
||
-- Magnus Feuer <[email protected]> Fri, 27 Nov 2015 15:34:39 -0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters