head	1.2;
access;
symbols
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.02.02.14.46.49;	author gabor;	state dead;
branches;
next	1.1;

1.1
date	2005.07.17.17.03.18;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 4.5.0
- Move out modules into separate ports
- Rename rc.d script
- Pass maintainership to submitter

PR:		ports/105781
Submitted by:	Martin Matuska <martin@@matuska.org>
Approved by:	aldert@@nooitgedagt.net (maintainer),
		erwin (mentor)
@
text
@#! /bin/sh

PATH=$PATH:/bin:/usr/bin:/usr/sbin

case $2 in

POST-DEINSTALL)
	echo "You are deinstalling this port:"
	echo "  Remember to kill the associated Aolserver process if we don't succeed."
	echo "  We will try to kill the standard now:"
	pid=`ps -ax | grep sample-config | grep -v grep| awk -F' ' '{print $1}'`;
	if test "$pid" = "" ; then
		echo "  No sample-config.tcl process found."
	else
		echo "  Killing sample-config.tcl proces. pid: $pid ."
		kill $pid
		echo "  Done."
	fi
	;;
esac
@


1.1
log
@- Update to 4.0.10
- Transfer maintainership to submitter

PR:		ports/83547
Submitted by:	Aldert Nooitgedagt <aldert@@nooitgedagt.net>
Approved by:	Matthew Braithwaite <mab@@red-bean.com> (maintainer)
@
text
@@

