parent
f6b1c162e7
commit
524ac287ca
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2002/12/23 00:03:57 grange Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2004/03/31 07:53:08 grange Exp $
|
||||
# $RuOBSD: Makefile,v 1.1.1.1 2002/04/08 02:46:36 form Exp $
|
||||
|
||||
COMMENT= "IP accounting daemon simulating Cisco ip accounting"
|
||||
|
||||
DISTNAME= ipcad-2.6.2
|
||||
DISTNAME= ipcad-3.4.4
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= http://www.spelio.net.ru/soft/
|
||||
HOMEPAGE= http://sourceforge.net/projects/ipcad/
|
||||
|
||||
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
||||
|
||||
@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipcad/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
@ -30,7 +30,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKDIST}/ipcad.conf \
|
||||
${PREFIX}/share/examples/ipcad/ipcad.conf.sample
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ipcad
|
||||
.for f in AUTHORS COPYRIGHT README
|
||||
.for f in AUTHORS BUGS COPYING README
|
||||
${INSTALL_DATA} ${WRKDIST}/${f} ${PREFIX}/share/doc/ipcad
|
||||
.endfor
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ipcad-2.6.2.tar.gz) = 1580a122afe60c55065d141e499888c8
|
||||
RMD160 (ipcad-2.6.2.tar.gz) = dc3a10e459472a0d175e405b87f96ecede0ce561
|
||||
SHA1 (ipcad-2.6.2.tar.gz) = 5aad60db31441e557ae3633679900e6c2c505d76
|
||||
MD5 (ipcad-3.4.4.tar.gz) = 435fce6c578517a75daa0a2ac9edbef6
|
||||
RMD160 (ipcad-3.4.4.tar.gz) = 8b40317410f30d7b5b997933403ef1d66c0fc42a
|
||||
SHA1 (ipcad-3.4.4.tar.gz) = 07494fd474af06d33139dc5f8cbd0f55c764269b
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ipcad_conf,v 1.2 2002/04/29 04:25:30 form Exp $
|
||||
--- ipcad.conf.orig Mon Mar 25 10:10:39 2002
|
||||
+++ ipcad.conf Sat Apr 27 09:39:15 2002
|
||||
@@ -71,11 +71,11 @@ rsh enable at 127.0.0.1;
|
||||
$OpenBSD: patch-ipcad_conf,v 1.3 2004/03/31 07:53:08 grange Exp $
|
||||
--- ipcad.conf.orig 2004-03-11 13:33:16.000000000 +0600
|
||||
+++ ipcad.conf 2004-03-20 20:50:10.000000000 +0600
|
||||
@@ -130,11 +130,11 @@ rsh enable at 127.0.0.1;
|
||||
#
|
||||
|
||||
rsh root@127.0.0.1 admin; /* Can shutdown ipcad */
|
||||
@ -16,13 +16,22 @@ $OpenBSD: patch-ipcad_conf,v 1.2 2002/04/29 04:25:30 form Exp $
|
||||
+#rsh 127.0.0.1 view-only; /* Other users can view current tables */
|
||||
|
||||
|
||||
#################
|
||||
@@ -95,7 +95,7 @@ memory_limit = 1m;
|
||||
# Chroot to this directory before processing.
|
||||
##########################
|
||||
@@ -167,7 +167,7 @@ netflow timeout inactive 15; # Flow inac
|
||||
# to encourage you to change it.
|
||||
#
|
||||
|
||||
-chroot = /adm/tmp;
|
||||
+chroot = /var/ipcad;
|
||||
|
||||
#
|
||||
# Dump memory table to this file on exit and read on startup
|
||||
# File to keep getpid() in it. ipcad will also hold a lock.
|
||||
@@ -177,7 +177,7 @@ chroot = /adm/tmp;
|
||||
# exists inside chrooted environment.
|
||||
#
|
||||
|
||||
-pidfile = /var/run/ipcad.pid;
|
||||
+pidfile = /ipcad.pid;
|
||||
|
||||
#
|
||||
# UID/GID privileges dropping
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/04/29 04:25:30 form Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/03/31 07:53:08 grange Exp $
|
||||
man/man5/ipcad.conf.5
|
||||
man/man8/ipcad.8
|
||||
sbin/ipcad
|
||||
share/doc/ipcad/AUTHORS
|
||||
share/doc/ipcad/COPYRIGHT
|
||||
share/doc/ipcad/BUGS
|
||||
share/doc/ipcad/COPYING
|
||||
share/doc/ipcad/README
|
||||
share/examples/ipcad/ipcad.conf.sample
|
||||
@dirrm share/examples/ipcad
|
||||
|
Loading…
x
Reference in New Issue
Block a user