diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-17 02:46:53 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-17 02:46:53 +0000 |
commit | 0869ce8ebdd6ea99acd1ad956be522df30b9c0eb (patch) | |
tree | 2be98f6eebc86b509d2c5fc02f73454de04f72d9 /sysutils/monit | |
parent | 694f6144c2ac622233569603b103a758ada49827 (diff) | |
download | ports-0869ce8ebdd6ea99acd1ad956be522df30b9c0eb.tar.gz ports-0869ce8ebdd6ea99acd1ad956be522df30b9c0eb.zip |
Notes
Diffstat (limited to 'sysutils/monit')
-rw-r--r-- | sysutils/monit/Makefile | 1 | ||||
-rw-r--r-- | sysutils/monit/files/monit.sh.in | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/monit/Makefile b/sysutils/monit/Makefile index 06c445cef1aa..03794d9692ae 100644 --- a/sysutils/monit/Makefile +++ b/sysutils/monit/Makefile @@ -7,6 +7,7 @@ PORTNAME= monit PORTVERSION= 5.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mmonit.com/monit/dist/ diff --git a/sysutils/monit/files/monit.sh.in b/sysutils/monit/files/monit.sh.in index f007c3009832..f65c1ba2d1df 100644 --- a/sysutils/monit/files/monit.sh.in +++ b/sysutils/monit/files/monit.sh.in @@ -22,8 +22,7 @@ rcvar=`set_rcvar` restart_precmd="monit_checkconfig" reload_precmd="monit_checkconfig" -[ -z "monit_enable" ] && monit_enable="NO" -[ -z "$monit_flags" ] && monit_flags="" +[ -z "$monit_enable" ] && monit_enable="NO" load_rc_config $name |