SlackBuildsOrg/development/regina-rexx
Richard Narron a08d8dd0a6 development/regina-rexx: Fix rc script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-06-18 16:18:59 -05:00
..
doinst.sh development/regina-rexx: Updated for version 3.8. 2014-06-12 06:51:48 +07:00
rc.rxstack development/regina-rexx: Fix rc script. 2014-06-18 16:18:59 -05:00
README development/regina-rexx: Updated for version 3.8. 2014-06-12 06:51:48 +07:00
regina-rexx.info development/regina-rexx: Updated for version 3.8. 2014-06-12 06:51:48 +07:00
regina-rexx.SlackBuild development/regina-rexx: Fix rc script. 2014-06-18 16:18:59 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

Regina is a Rexx interpreter that has been ported to most Unix platforms
(Linux, FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS,
Win9x/Me/NT/2k/XP, Amiga, AROS, QNX4.x, QNX6.x, BeOS, MacOS X, EPOC32,
AtheOS, OpenVMS, SkyOS and OpenEdition.

Rexx is a programming language that was designed to be easy to use for
inexperienced programmers yet powerful enough for experienced users.
It is also a language ideally suited as a macro language for other
applications.

To create a static version of the rexx binary executable do this:
  FLAVOR=static ./regina-rexx.SlackBuild

Otherwise to create the normal dynamic version just do this:
  ./regina-rexx.SlackBuild

After installation of the package, a startup script for the rxstack is created:
  /etc/rc.d/rc.rxstack

If this needs to run, then it could be started from the /etc/rc.d/rc.local file.