diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-09 23:21:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-09 23:21:33 +0000 |
commit | 42aada39c73c91551330688c6598e13d56ebe313 (patch) | |
tree | 2c343e00bb3bfc7418f23426df83c55997bcd308 /sysutils | |
parent | a92dcb3ec426a50217491a275b0a3337d9b87fc9 (diff) | |
download | ports-42aada39c73c91551330688c6598e13d56ebe313.tar.gz ports-42aada39c73c91551330688c6598e13d56ebe313.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/3dm/Makefile | 11 | ||||
-rw-r--r-- | sysutils/3dm/files/pkg-message.in | 9 | ||||
-rw-r--r-- | sysutils/3dm/pkg-descr | 2 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index f47cac4110f4..348e1c8be526 100644 --- a/sysutils/3dm/Makefile +++ b/sysutils/3dm/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= 3dm -PORTVERSION= 2.11.00.021 -PORTREVISION= 3 +DISTVERSION= 2.11.00.021 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ @@ -14,16 +14,17 @@ MAINTAINER= takefu@airport.fm COMMENT= 3ware RAID controller monitoring daemon and web server LICENSE= 3dm -LICENSE_NAME= AVAGO +LICENSE_NAME= BROADCOM LICENSE_TEXT= Source recipient must acknowledge license.\ Reproduction or redistribution prohibited.\ - See http://www.avagotech.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg + See https://www.broadcom.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept +ONLY_FOR_ARCHS= amd64 i386 + USES= zip USE_RC_SUBR= 3dm2 SUB_FILES= pkg-message 3dm2.conf.sample -ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes NO_WRKSUBDIR= yes MSGDIR= ${ETCDIR}2/msg diff --git a/sysutils/3dm/files/pkg-message.in b/sysutils/3dm/files/pkg-message.in index 14061e0dbb66..9dbf4c3f18f0 100644 --- a/sysutils/3dm/files/pkg-message.in +++ b/sysutils/3dm/files/pkg-message.in @@ -1,5 +1,8 @@ +3DM2 includes an rc.d script to control a daemon mode. -To run 3DM2 at startup, add twdm2_enable="YES" to your /etc/rc.conf. +You can start the daemon with these commands: +# sysrc -f /etc/rc.conf twdm2_enable="YES" +# service 3dm2 start - Do not forget to edit '%%PREFIX%%/etc/3dm2/3dm2.conf' - Visit https://localhost:888/ +Do not forget to edit '%%PREFIX%%/etc/3dm2/3dm2.conf' +Visit https://localhost:888/ diff --git a/sysutils/3dm/pkg-descr b/sysutils/3dm/pkg-descr index 92279dc43ab6..9a3311608e2a 100644 --- a/sysutils/3dm/pkg-descr +++ b/sysutils/3dm/pkg-descr @@ -2,4 +2,4 @@ your 3ware RAID arrays. In the event of a hardware failure, 3DM 2 can automatically notify you via email. -WWW: http://www.avagotech.com/support/ +WWW: https://www.broadcom.com/support/ |