Date: Tue, 26 Aug 2014 06:54:41 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193003] [PATCH] sysutils/bsdadminscripts: fix some scripts Message-ID: <bug-193003-13-NCAxQRyxE0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193003-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193003-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193003 John Marino <marino@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #1 from John Marino <marino@FreeBSD.org> --- Hardcoded replacements for variables is not the correct fix. Use FILE_SUB mechanism. You don't know that PREFIX is /usr/local. That's only a default and it could be anything. You need to replace %%PREFIX%% with the required value. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193003-13-NCAxQRyxE0>