Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 22:44:25 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dan@obluda.cz
Subject:   bin/40052: _PATH_CP not defined in pathnames.h
Message-ID:  <200206302044.g5UKiPLR001955@xkulesh.vol.cz>

next in thread | raw e-mail | index | archive | help

>Number:         40052
>Category:       bin
>Synopsis:       _PATH_CP not defined in pathnames.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 30 16:20:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Obludarium
>Environment:
src/bin/mv/pathnames.h,v 1.6 2002/05/17 11:38:48 jmallett
src/bin/mv/mv.c,v 1.38 2002/06/16 04:06:58 tjr


>Description:

_PATH_CP not defined anywhere but used in mv.c

>How-To-Repeat:
	N/A
>Fix:

*** src/bin/mv/pathnames.h.ORIG    Fri May 17 11:38:48 2002
--- src/bin/mv/pathnames.h Sun Jun 30 20:39:57 2002
***************
*** 35,37 ****
--- 35,40 ----
   */
  #define	_PATH_RM	"/bin/rm"
+ #ifndef _PATH_CP
+ #define	_PATH_CP	"/bin/cp"
+ #endif /* _PATH_CP */
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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