From owner-cvs-all Tue Mar 20 2:20:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0863137B743; Tue, 20 Mar 2001 02:20:20 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2KAJlw17219; Tue, 20 Mar 2001 02:19:47 -0800 (PST) (envelope-from sobomax) Message-Id: <200103201019.f2KAJlw17219@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 20 Mar 2001 02:19:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/instant-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/03/20 02:19:47 PST Modified files: misc/instant-server Makefile Log: This time try harder to fix *all* incorrect RUN_DEPENDS: 1. A user (bento for example) may not have ${LOCALBASE}/sbin in his PATH, so use explicit path to the dependency instead of just executable name; 2. isc-dhcp3 port installs executable called dhcpd, not isc-dhcp3; 3. samba port installs executable called smbd, not samba; 4. cnews port installs executable called cnewsdo, not cnews; 5. apache13 port installs executable called httpd, not apache13; 6. squid23 port installs executable called squid, not squid23. Submitted by: bento Revision Changes Path 1.3 +7 -7 ports/misc/instant-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message