aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2016-08-09 05:17:25 +0800
committerbofh <bofh@FreeBSD.org>2016-08-09 05:17:25 +0800
commit2771077999974dafa7ea34c95074634aa5c2c219 (patch)
treea9a67a0f85ab5b27fe6ba1e986dac91337a11e8a /net-mgmt
parent397b68a247f97d0ceb9e61798d97ef286a3fe78e (diff)
downloadfreebsd-ports-gnome-2771077999974dafa7ea34c95074634aa5c2c219.tar.gz
freebsd-ports-gnome-2771077999974dafa7ea34c95074634aa5c2c219.tar.zst
freebsd-ports-gnome-2771077999974dafa7ea34c95074634aa5c2c219.zip
net-mgmt/argus3: Fix rc.d script
PR: 203597 Submitted by: peter.thoenen@yahoo.com
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/argus3/Makefile1
-rw-r--r--net-mgmt/argus3/files/argus.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/argus3/Makefile b/net-mgmt/argus3/Makefile
index 904a7f445dcf..7eba0fd49e0e 100644
--- a/net-mgmt/argus3/Makefile
+++ b/net-mgmt/argus3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= argus
PORTVERSION= 3.0.8.2
+PORTREVISION= 1
CATEGORIES= net-mgmt security
MASTER_SITES= http://qosient.com/argus/src/ \
ftp://qosient.com/pub/argus/src/
diff --git a/net-mgmt/argus3/files/argus.in b/net-mgmt/argus3/files/argus.in
index 342a53ee4a3f..5a82a07a20ef 100644
--- a/net-mgmt/argus3/files/argus.in
+++ b/net-mgmt/argus3/files/argus.in
@@ -28,7 +28,7 @@ argus_start()
return 1
fi
echo "Starting ${name}."
- /usr/sbin/daemon -p $pidfile ${command} -d ${argus_flags}
+ /usr/sbin/daemon -p $pidfile ${command} ${argus_flags}
_run_rc_postcmd
}
reebsd-ports-graphics/commit/www/mod_php5?id=28f5cca291189c06787fd4ff3e1ea75cc91e6bda'>ucd-snmp is named net-snmp, now.dirk2001-01-291-1/+1 * Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1 * Use different PORTNAMEs for mod_php3 and mod_php4 so pkg_version candirk2001-01-211-1/+1 * Remove automatic finding of AP_LIBEXEC because it didn't work anddirk2001-01-211-7/+1 * Upgrade to 4.0.4pl1.dirk2001-01-172-2/+2 * Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0 * Quick and dirty hack to fix build if postgresql is build with ssldirk2000-12-281-1/+8 * Drop mSQL support.dirk2000-12-241-5/+0 * mail/cclient installs libc-client4.so.8, now.dirk2000-12-241-1/+1 * Upgrade to 4.0.4.dirk2000-12-202-2/+2 * Add support for jstring.dirk2000-12-133-1/+20 * Add missing \'s. No functional change.dirk2000-12-121-2/+2 * Reenable mhash support. It seems to work, now.dirk2000-11-161-4/+1 * Upgrade to 4.0.3pl1.dirk2000-10-172-2/+2 * Upgrade to 4.0.3.dirk2000-10-122-4/+5 * Correct dependency for libmcrypt.dirk2000-09-171-1/+1 * Upgrade to 4.0.2.dirk2000-09-024-42/+66 * old postgresql port has been removed.andreas2000-08-271-1/+1 * Change dependency from mail/imap-uw to mail/cclient (the client partdirk2000-07-171-1/+1 * Remove extra directory.dirk2000-07-031-0/+1 * Upgrade to 4.0.1pl2.dirk2000-07-032-2/+7 * Add gettext support.dirk2000-07-011-0/+5 * Upgrade to 4.0.1.dirk2000-06-303-26/+28 * Fix typo.dirk2000-06-081-1/+1 * Fix Y2K URL.dirk2000-06-081-1/+1 * Update LIB_DEPENDS for gd: gd.0 -> gd.1.dirk2000-06-071-1/+1 * Add SybaseDB and SybaseCT database support.dirk2000-06-033-0/+92 * Add explicit test if /usr/lib/libdes.a is not a symlink to avoiddirk2000-06-011-1/+1 * Add mod_php4 after repository copy from apache13-php4.dirk2000-05-308-605/+108 * Set FORBIDDEN for now.dirk2000-05-281-0/+2 * Upgrade to php-4.0.0.dirk2000-05-252-2/+2 * ZEND_EXTENSION_API_NO was bumped without changing the distname. Thisdirk2000-05-211-1/+1 * Upgrade to php-4.0RC2.dirk2000-05-183-2/+19 * Add option for FTP support.dirk2000-05-171-0/+4 * Include zlib and MySQL support if ${BATCH} is defined.dirk2000-05-151-21/+25 * BUILD_DEPENDS -> LIB_DEPENDS for OpenLDAP libraries: openldap builddirk2000-05-061-2/+2 * Disable IMAP support again. It shouldn't have been enabled. IMAPdirk2000-05-051-0/+3 * Upgrade to mod_ssl 2.6.4.dirk2000-05-022-2/+2 * Upgrade to mod_ssl 2.6.3.dirk2000-04-172-5/+2 * PKGNAME was hiding within a script.knu2000-04-141-1/+2 * Accidentally undefined DISTFILES which made WRKSRCcpiazza2000-04-111-1/+2 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+2 * Depend on postgresql library pq.2 instead of ${PREFIX}/pgsql/bin/psql.dirk2000-04-061-1/+1 * Replace clean target with post-clean target.dirk2000-04-051-14/+1 * Upgrade to php-4.0RC1.dirk2000-04-052-3/+4 * - Upgrade to php-4.0b4pl1, finally.dirk2000-03-283-7/+5 * Remove confusing comment about "database support". The package doesn'tdirk2000-03-081-1/+1 * Upgrade to mod_ssl 2.6.2.dirk2000-03-022-2/+2 * Upgrade to mod_ssl 2.6.1.dirk2000-02-292-2/+2 * Sometimes graphics/gd depends on print/freetype sometimes not...dirk2000-02-281-2/+9 * Upgrade to Apache 1.3.12 and mod_ssl 2.6.0.dirk2000-02-284-8/+7 * Move "apache performance tuning" from Makefile to scripts/configure.phpdirk2000-02-262-7/+3 * Merge openssl related changes from apache13-php3.dirk2000-02-262-7/+13 * Add "cross side scripting" security patch.dirk2000-02-042-0/+4 * Set BROKEN again.dirk2000-01-271-1/+1 * libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.dirk2000-01-272-5/+2 * Upgrade to PHP-4.0b3, finally.dirk2000-01-263-11/+8 * Upgrade to Apache 1.3.11 and mod_ssl 2.5.0.dirk2000-01-234-5/+19 * Upgrade to mod_ssl-2.4.10.dirk2000-01-122-2/+2 * - Use CC and CFLAGS for first configure run.dirk2000-01-032-13/+3 * - add $FreeBSD$dirk1999-12-281-0/+4 * Follow apache13 and take out configuration files of apachedirk1999-12-281-4/+3 * A couple of more ports that now need to LIB_DEPEND on the gd port.steve1999-12-281-1/+1 * Bump freetype's shared library number.dirk1999-11-251-1/+1 * Upgrade to mod_ssl 2.4.9.dirk1999-11-252-2/+2 * graphics/gd does not install shared libraries any longer, so usedirk1999-11-191-1/+1 * Change dependencies from static to shared openssl libraries,dirk1999-11-081-2/+2 * Upgrade to mod_ssl 2.4.8.dirk1999-11-052-2/+2 * Upgrade to mod_ssl 2.4.7.dirk1999-11-042-2/+2