Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rel(5) [linux man page]

rel(5)								       Files								    rel(5)

NAME
rel - Release resource file DESCRIPTION
The release resource file specifies which applications are are included in a release (system) based on Erlang/OTP. This file is used by the functions in systools when generating start scripts ( .script , .boot ) and release upgrade files ( relup ). FILE SYNTAX
The release resource file should be called Name.rel . The .rel file contains one single Erlang term, which is called a release specification . The file has the following syntax: {release, {RelName,Vsn}, {erts, EVsn}, [{Application, AppVsn} | {Application, AppVsn, Type} | {Application, AppVsn, IncApps} | {Application, AppVsn, Type, IncApps}]}. * RelName = string() is the name of the release. * Vsn = string() is the version of the release. * EVsn = string() is the version of ERTS the release is intended for. * Application = atom() is the name of an application included in the release. * AppVsn = string() is the version of an application included in the release. * Type = permanent | transient | temporary | load | none is the start type of an application included in the release. If Type = permanent | transient | temporary , the application will be loaded and started in the corresponding way, see applica- tion(3erl) . If Type = load , the application will only be loaded. If Type = none , the application will be neither loaded nor started, although the code for its modules will be loaded. Defaults to permanent * IncApps = [atom()] is a list of applications that are included by an application included in the release. The list must be a subset of the included applications specified in the application resource file ( Application.app ) and overrides this value. Defaults to the empty list. Note: The list of applications must contain the kernel and stdlib applications. SEE ALSO
application(3erl), relup(5), systools(3erl) Ericsson AB sasl 2.1.9.3 rel(5)

Check Out this Related Man Page

STDLIB(7)						   Erlang Application Definition						 STDLIB(7)

NAME
STDLIB - The STDLIB Application DESCRIPTION
The STDLIB is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application con- tains no services. CONFIGURATION
The following configuration parameters are defined for the STDLIB application. See app(5) for more information about configuration parame- ters. shell_esc = icl | abort : This parameter can be used to alter the behaviour of the Erlang shell when ^G is pressed. restricted_shell = module() : This parameter can be used to run the Erlang shell in restricted mode. shell_catch_exception = bool() : This parameter can be used to set the exception handling of the Erlang shell's evaluator process. shell_history_length = integer() >= 0 : This parameter can be used to determine how many commands are saved by the Erlang shell. shell_prompt_func = {Mod, Func} | default : where * Mod = atom() * Func = atom() This parameter can be used to set a customized Erlang shell prompt function. shell_saved_results = integer() >= 0 : This parameter can be used to determine how many results are saved by the Erlang shell. SEE ALSO
app(5) , application(3erl) , shell(3erl) , Ericsson AB stdlib 1.17.3 STDLIB(7)
Man Page

13 More Discussions You Might Find Interesting

1. Solaris

Downloaded application but cannot execute

I am using Solaris 8 - I received a cd with a mapping application on it to load. I loaded the file but I cannot figure out why it will not execute. Can anyone please tell me how to get the application to run? I searched the forum and could not find the answer. Any suggestions/solutions appreciated. (1 Reply)
Discussion started by: gunnyb
1 Replies

2. UNIX for Dummies Questions & Answers

Testing Monitoring Application

Hi there, I'm a newbie to using Solaris. I need to test an existing application that is monitoring applications/processes of its health and state. My task is to see if the application is doing the monitoring correctly. Everything is very new to me... please suggest some ideas of how I can... (2 Replies)
Discussion started by: laila63
2 Replies

3. AIX

ErrCode:-2 Message:Application Initialisation function Err Params:Could not Load SO

hello, I got this error while I was trying to start some application in UNIX. It was an AIX 5.0 machine. It was not loading an .so file.Can anyone help me solving this issue...Its urgent please!!!!! (1 Reply)
Discussion started by: arun_chelsea
1 Replies

4. Solaris

Application terminate

OS : Solaris X86 gcc version 3.4.6 when i run my application, C with Motif application crashed and formed core. I collected the truss ouput. Incurred fault #6, FLTBOUNDS %pc = 0xFE8B35CD siginfo: SIGSEGV SEGV_MAPERR addr=0x00000275 Received signal #11, SIGSEGV siginfo:... (2 Replies)
Discussion started by: satish@123
2 Replies

5. Shell Programming and Scripting

Kerberize Application host

I have no idea about Kerberize Application host for Solaris. Can someone please shed light on this? Cheers, gehlnar (3 Replies)
Discussion started by: gehlnar
3 Replies

6. Programming

Fetch running applications list in Linux

Hi, I need to write a code which will fetch all the application activity on user computers including app name, time of day, duration, version, etc. Using this I need to know which applications are running currently in user's computers. How can it be done programmatically? I need to write the... (1 Reply)
Discussion started by: arunarora
1 Replies

7. UNIX for Dummies Questions & Answers

Single Application Operating System

I am going to start an ambitious project for my senior year of college. Just as the title says: I want to write a single application operating system that is dedicated to running only one application and none other. I need to build a bare bones UNIX operating system that will use provided binary... (5 Replies)
Discussion started by: unt_engn
5 Replies

8. Shell Programming and Scripting

Extract a substring using SED/AWK

Hi All, I have a log file in which name and version of applications are coming in the following format name It may look like following, based on the name of the application and version: XYZ OR xyz OR XyZ OR xyz I want to separate out the name and version and store them into variables.... (4 Replies)
Discussion started by: bhaskar_m
4 Replies

9. Shell Programming and Scripting

sed returns error "sed: -e expression #1, char 18: unterminated `s' command"

Hello All, I have something like below LDC100/rel/prod/libinactrl.a LAA2000/rel/prod/libinactrl.a I want to remove till first forward slash that is outputshould be as below rel/prod/libinactrl.a rel/prod/libinactrl.a How can I do that ??? (8 Replies)
Discussion started by: anand.shah
8 Replies

10. UNIX for Advanced & Expert Users

Application keep on crashing need to troubleshoot

Hi experts, I am using RHEL as my distro and I have a very important application running on that server. That application is a third party application and I don't have control with the source. That application keeps on crashing or stop like every other day and it doesn't have any traces on... (1 Reply)
Discussion started by: cwiggler
1 Replies

11. Windows & DOS: Issues & Discussions

Analogues applications between Windows Application to Linux

Hi Guys I have a network where exist differences windows applications like Active Directory (to management the profile of each person) DNS Well, as you know for these applications the company must be, every year, buy licenses. I want know what option exist I could test / evaluate with the... (4 Replies)
Discussion started by: andresguillen
4 Replies

12. Linux

CentOS release 6.7 - Internal Server Error

Hi #cat /etc/redhat-release CentOS release 6.7 (Final) 1. Installed one application and when access from web browser http..... it returns below error. ------------------------------------------------------- Internal Server Error The server encountered an internal error or... (1 Reply)
Discussion started by: iqtan
1 Replies

13. What is on Your Mind?

Unity / OSVR Application Developers Wanted

Hey, Anyone working on Unity / OSVR applications? I'm interested in developing a Unity / OSVR app which can be used to visualize a unix filesystem in 3D graphically using VR technology. So far, I'm installed Unity and OSVR server and the OSVR Asset into Unity on macOS. That's about... (1 Reply)
Discussion started by: Neo
1 Replies