[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#5081: cflow does not call prcg and prcc with the right path



Package: cflow
Version: 2.0-7

cflow tries to find 'prcc' and 'prgc' in the /root/bin directory by
default, whereas it should look in /usr/bin.

Example:
12:25 [farzy:p0] sgip038:/usr/src/ipfwadm-2.2% cflow ipfwadm.c
/usr/bin/cflow: /root/bin/prcc: Permission denied
/usr/bin/cflow: /root/bin/prcg: Permission denied

Suggested fix: 
Change the default path in the 'cflow' script.

Patch:

--- cflow.orig  Tue Oct 29 12:26:20 1996
+++ cflow       Tue Oct 29 12:27:36 1996
@@ -13,8 +13,8 @@
 YACC={YACC:=yacc}
 CC=${CC:=cc}
 CPP=${CPP:=cpp}
-PRCC=${PRCC:=/root/bin/prcc}
-PRCG=${PRCG:=/root/bin/prcg}
+PRCC=${PRCC:=prcc}
+PRCG=${PRCG:=prcg}
 TMPFILE=/tmp/cflow.$$


--
Farzad FARID
Administrateur Reseau
SGIP - Publicis

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: