head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.05.07.09.55.43;	author linimon;	state dead;
branches;
next	1.1;

1.1
date	2004.01.09.13.28.50;	author clement;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Per insistence of the author of this software, remove these ports from
the Ports Collection.  The author specifically insists that no patches
be distributed for his software.

Please do not contact portmgr about this policy, it is the author's sole
choice.

Hat:	portmgr
@
text
@#!/bin/sh

case $2 in
    PRE-INSTALL)
	;;
    POST-INSTALL)
	install -d -o www -g www -m 0755 /var/spool/mod_watch
	;;
    *)
	echo "Unexpected Argument $2."
	exit 1
	;;
esac
exit 0
@


1.1
log
@Add mod_watch4 4.3, an Apache2 module to monitor bandwidth usage, for
use with MRTG etc.

PR:		57865
Submitted by:	Toshiya SAITOH <toshiya@@saitoh.nu>
Approved by:    erwin (mentor) (implicitly)
@
text
@@

