diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-22 20:44:23 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-22 20:44:23 +0000 |
commit | f1aa6ae264c2cb227528936995cc0b4b3d521f18 (patch) | |
tree | 9746089c3903a1800cd4e6e7a36234eab49f9033 /java/jboss4/files/pkg-message | |
parent | Fix package build. (diff) |
- Fix cold-boot startup failure
- Add note on starting up JBoss4 with rcNG
- Add new "-config" option to jboss4ctl for JBoss4 startup config
- Move some notices in pkg-message [1]
PR: 75345
Submitted by: maintainer
Approved by: maintainer [1]
Diffstat (limited to 'java/jboss4/files/pkg-message')
-rw-r--r-- | java/jboss4/files/pkg-message | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/java/jboss4/files/pkg-message b/java/jboss4/files/pkg-message new file mode 100644 index 000000000000..e48411f3028c --- /dev/null +++ b/java/jboss4/files/pkg-message @@ -0,0 +1,7 @@ +%%PKGNAME%% has been installed in %%APP_HOME%%. + +If a user should be able to use %%CONTROL_SCRIPT_NAME%%, put it in the group '%%GROUP%%'. + +Use 'man %%CONTROL_SCRIPT_NAME%%' for information about starting and stopping %%APP_TITLE%%. + +To run the %%APP_TITLE%% server from startup, add %%APP_SHORTNAME%%_enable="YES" in your /etc/rc.conf. Extra options can be found in the startup script. |