head	1.5;
access;
symbols
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2005.10.13.15.03.40;	author ehaupt;	state dead;
branches;
next	1.4;

1.4
date	2004.11.24.18.14.11;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.20.18.46.43;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.25.19.28.30;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@- Update to 4.33
- Nuke files/*

PR:		87247
Submitted by:	Demin Alexander <support@@spectrum.ru> (maintainer)
Approved by:	novel (mentor)
@
text
@--- usr/local/etc/rc.d/00.drwebd.sh.orig	Wed Nov 24 13:50:18 2004
+++ usr/local/etc/rc.d/00.drwebd.sh	Wed Nov 24 13:51:57 2004
@@@@ -7,21 +7,21 @@@@
 case "$1" in
     stop)
 	echo -n "Shutting down Dr. Web daemon..."
-	kill `cat /var/drweb/run/drwebd.pid | head -1`
+	kill `cat %INSTALL%/run/drwebd.pid | head -1`
     ;;
     reload)
 	echo -n "Reloading Dr. Web daemon..."
-	kill -HUP `cat /var/drweb/run/drwebd.pid | head -1`
+	kill -HUP `cat %INSTALL%/run/drwebd.pid | head -1`
     ;;
     restart)
 	echo -n "Restarting Dr. Web daemon..."
-	kill `cat /var/drweb/run/drwebd.pid | head -1`
+	kill `cat %INSTALL%/run/drwebd.pid | head -1`
 	sleep 1
-	/usr/local/drweb/drwebd
+	%INSTALL%/drwebd -ini=%INSTALL%/drweb32.ini
     ;;
     start)
 	echo -n "Starting Dr. Web daemon..."
-	/usr/local/drweb/drwebd
+	%INSTALL%/drwebd -ini=%INSTALL%/drweb32.ini
     ;;
     *)
     echo $0: 'start|stop|restart|reload'
@


1.4
log
@- Update to 4.32.2
- Pass maintainer to submitter

PR:		ports/72510
Submitted by:	maintainer
@
text
@@


1.3
log
@- Fix start/stop script

PR:		ports/66924
Submitted by:	Dmitry A Grigorovich <odip@@bionet.nsc.ru>
Approved by:	maintainer
@
text
@d1 3
a3 3
--- usr/local/etc/rc.d/00drwebd.sh.orig	Sat Nov  1 08:03:03 2003
+++ usr/local/etc/rc.d/00drwebd.sh	Sat Nov  1 08:06:38 2003
@@@@ -3,20 +3,20 @@@@
d23 1
a23 1
     *)
d27 3
a29 2
 esac
 
@


1.2
log
@- Fix rc.d/00drweb.sh script to give proper command line option
- Add drweb script in bin dir to call scanner
- Remove not nessessary variable MAIN_NAME in Makefile
- Portlint
- Raise PORTREVISION

PR:		ports/64711
Submitted by:	Serge Negodyuck <petr@@petrovich.kiev.ua>
@
text
@d21 1
a21 1
+	%INSTALL%/drwebd
@


1.1
log
@- Update to 4.30, now with native FreeBSD 5.x binary

PR:		ports/58998
Submitted by:	Xin LI <delphij at frontfree dot net>
Approved by:	maintainer timeout (3 months)
@
text
@d26 1
a26 1
+	%INSTALL%/drwebd -ini:%INSTALL%/drweb32.ini
@

