diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-14 20:09:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-14 20:09:42 +0000 |
commit | 831d9b274034ac512543e27c12f8424047728dac (patch) | |
tree | fc1ad66f88a7051367d87033268f4bc3b20d6c4c /net-mgmt | |
parent | e5d53ce9b2c35fbfe2856e5c2f17cc9b14be0c37 (diff) | |
download | ports-831d9b274034ac512543e27c12f8424047728dac.tar.gz ports-831d9b274034ac512543e27c12f8424047728dac.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ndoutils/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ndoutils/files/ndo2db.in | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/ndoutils/Makefile b/net-mgmt/ndoutils/Makefile index 96162fa1b8e6..2e8804b57034 100644 --- a/net-mgmt/ndoutils/Makefile +++ b/net-mgmt/ndoutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= ndoutils PORTVERSION= 1.4b8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-1.x/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/ndoutils/files/ndo2db.in b/net-mgmt/ndoutils/files/ndo2db.in index d995288e3ef3..ff0859b80be6 100644 --- a/net-mgmt/ndoutils/files/ndo2db.in +++ b/net-mgmt/ndoutils/files/ndo2db.in @@ -22,7 +22,9 @@ rcvar=${name}_enable command="%%PREFIX%%/bin/ndo2db-3x" required_files="${ndo2db_configfile}" -command_args="-c ${ndo2db_configfile}" load_rc_config $name + +command_args="-c ${ndo2db_configfile}" + run_rc_command "$1" |