bin/76362: sys directory link points to wrong location

Scot Hetzel swhetzel at gmail.com
Wed Jan 26 08:10:25 PST 2005


The following reply was made to PR bin/76362; it has been noted by GNATS.

From: Scot Hetzel <swhetzel at gmail.com>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: bin/76362: sys directory link points to wrong location
Date: Wed, 26 Jan 2005 10:02:58 -0600

 One optimization change:
 
 SYSDIR=	${.CURDIR:S/^\///:S/etc//}sys
 
 to
 
 SYSDIR=	${.CURDIR:S/^\///:S/etc/sys/}
 
 Scot


More information about the freebsd-bugs mailing list