head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.05.07.09.55.42;	author linimon;	state dead;
branches;
next	1.2;

1.2
date	2002.02.24.17.44.01;	author anders;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.03.18.27.28;	author knu;	state Exp;
branches;
next	;


desc
@@


1.3
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.2
log
@Update to version 3.10.
@
text
@@


1.1
log
@Add mod_watch, an Apache module to monitor bandwidth usage.  For use
with MRTG etc.

PR:		ports/29853
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d7 1
a7 1
	install -d -o nobody -g nobody -m 0755 /var/spool/mod_watch
@

