FreeBSD Bugzilla – Attachment 95194 Details for
Bug 133536
[PATCH] sysutils/monit: add an OPTION to enable/disable kvm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
monit-4.10.1_1.patch
monit-4.10.1_1.patch (text/plain), 1008 bytes, created by
Tomoyuki Sakurai
on 2009-04-09 09:20:02 UTC
(
hide
)
Description:
monit-4.10.1_1.patch
Filename:
MIME Type:
Creator:
Tomoyuki Sakurai
Created:
2009-04-09 09:20:02 UTC
Size:
1008 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/sysutils/monit/Makefile /usr/home/cherry/svk/ports/sysutils/monit/Makefile >--- /usr/ports/sysutils/monit/Makefile 2007-12-13 03:42:10.000000000 +0900 >+++ /usr/home/cherry/svk/ports/sysutils/monit/Makefile 2009-04-09 16:48:38.000000000 +0900 >@@ -7,6 +7,7 @@ > > PORTNAME= monit > PORTVERSION= 4.10.1 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= http://www.tildeslash.com/monit/dist/ > >@@ -25,7 +26,8 @@ > LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \ > LOCALBASE="${LOCALBASE}" > >-OPTIONS= SSL "Enable SSL support" on >+OPTIONS= SSL "Enable SSL support" on \ >+ RESOURCE "Enable resource support (not for jail)" on > > PLIST_FILES= bin/monit \ > etc/monitrc.sample >@@ -44,6 +46,12 @@ > CONFIGURE_ARGS+= --without-ssl > .endif > >+.if defined(WITH_RESOURCE) >+CONFIGURE_ARGS+= --with-resource >+.else >+CONFIGURE_ARGS+= --without-resource >+.endif >+ > post-install: > ${INSTALL_SCRIPT} -m 600 ${WRKDIR}/${DISTNAME}/monitrc ${PREFIX}/etc/monitrc.sample > .if !defined(NOPORTDOCS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133536
: 95194