svn commit: r419894 - in head/net-mgmt/argus3: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Aug 8 21:17:27 UTC 2016


Author: bofh
Date: Mon Aug  8 21:17:25 2016
New Revision: 419894
URL: https://svnweb.freebsd.org/changeset/ports/419894

Log:
  net-mgmt/argus3: Fix rc.d script
  
  PR:		203597
  Submitted by:	peter.thoenen at yahoo.com

Modified:
  head/net-mgmt/argus3/Makefile
  head/net-mgmt/argus3/files/argus.in

Modified: head/net-mgmt/argus3/Makefile
==============================================================================
--- head/net-mgmt/argus3/Makefile	Mon Aug  8 19:38:44 2016	(r419893)
+++ head/net-mgmt/argus3/Makefile	Mon Aug  8 21:17:25 2016	(r419894)
@@ -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/

Modified: head/net-mgmt/argus3/files/argus.in
==============================================================================
--- head/net-mgmt/argus3/files/argus.in	Mon Aug  8 19:38:44 2016	(r419893)
+++ head/net-mgmt/argus3/files/argus.in	Mon Aug  8 21:17:25 2016	(r419894)
@@ -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
 }
 


More information about the svn-ports-all mailing list