Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 05:00:27 -0800 (PST)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47904: [PATCH] drweb - cron example don't work
Message-ID:  <200302131300.h1DD0Rbr012433@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/47904; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: "Denis N. Peplin" <info@volginfo.ru>
Cc: Anton Voronin <anton@chelcom.ru>, bug-followup@FreeBSD.org
Subject: Re: ports/47904: [PATCH] drweb - cron example don't work
Date: Thu, 13 Feb 2003 14:50:08 +0200

 Hi,
 
 Is the security/drweb port maintainer (Anton Voronin <anton@chelcom.ru>)
 aware of this problem report?
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net    roam@sbnd.net    roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 You have, of course, just begun reading the sentence that you have just finished reading.
 
 On Tue, Feb 04, 2003 at 05:23:08PM +0300, Denis N. Peplin wrote:
 > 
 > >Number:         47904
 > >Category:       ports
 > >Synopsis:       drweb - cron example don't work
 > >Originator:     Denis N.Peplin <den@volginfo.ru>
 > >Environment:
 > System: FreeBSD img.local 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Wed Nov 6 16:45:51 MSK 2002 sg@img.local:/usr/obj/usr/src/sys/nKERN2 i386
 > 
 > >Description:
 > 
 > wrong example of crontab entry:
 > 0 12 * * * root /usr/local/drweb/update/update.pl /usr/local/drweb
 > can be changed to
 > 0 12 * * * root /usr/local/drweb/update/update.pl
 > 
 > >How-To-Repeat:
 > # /usr/local/drweb/update/update.pl /usr/local/drweb
 > Engine is not defined! at /usr/local/drweb/update/update.pl line 51.
 > 
 > >Fix:
 > 	
 > Index: pkg-install
 > ===================================================================
 > RCS file: /home/ncvs/ports/security/drweb/pkg-install,v
 > retrieving revision 1.4
 > diff -u -r1.4 pkg-install
 > --- pkg-install	17 May 2002 09:14:17 -0000	1.4
 > +++ pkg-install	4 Feb 2003 14:06:54 -0000
 > @@ -42,7 +42,7 @@
 >  if ! grep -q ${USER} /etc/crontab; then
 >    if ! crontab -l -u ${BINOWN} | grep -q ${USER}; then
 >        echo "You may also add this crontab entry to /etc/crontab"
 > -      echo "0 12 * * * ${BINOWN} ${PKG_PREFIX}/drweb/update/update.pl ${PKG_PREFIX}/drweb"
 > +      echo "0 12 * * * ${BINOWN} ${PKG_PREFIX}/drweb/update/update.pl"
 >        echo ""
 >    fi
 >  fi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302131300.h1DD0Rbr012433>