diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-12 10:20:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-12 10:20:48 +0000 |
commit | 1aa47310cad868fcb7479d27d86d810b5f9f16a9 (patch) | |
tree | 1777fe136f7d2376333810328cc10bd113261020 /www/orion-devel/pkg-descr | |
parent | Fix mtree problem reported by Bento. (diff) |
Several fixes and improvements:
- Now installing a man page for 'orionctl'.
- Correctly stopping Orion and removing the PID file on deinstall.
- Verbose install (removed the @-signs).
- Changes the exit codes in the script (and documented them in the man page)
- Extended the documentation in pkg-descr.
PR: 27748
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=43888
Diffstat (limited to 'www/orion-devel/pkg-descr')
-rw-r--r-- | www/orion-devel/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/orion-devel/pkg-descr b/www/orion-devel/pkg-descr index e7149bb25c8e..2e3f87b70b82 100644 --- a/www/orion-devel/pkg-descr +++ b/www/orion-devel/pkg-descr @@ -7,4 +7,10 @@ This version is only for development use or for non-commercial use. You need to purchase a license from http://www.orionserver.com/ if you would like to use this server commercially. +This port will install an 'orionctl' script in ${PREFIX}/bin that can be used +to start and stop the server. A man page for this script is installed. + +A script in ${PREFIX}/etc/rc.d/orion.sh typically causes Orion to be started +at boot time. This script is in fact a symlink to the orionctl script. + WWW: http://www.orionserver.com/ |