Date: Wed, 10 Sep 2014 00:17:53 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193450] [STAGE] net/spread4: Enable STAGE support, Take Maintainership Message-ID: <bug-193450-13-g70L9Z39du@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193450-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193450-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=193450 --- Comment #14 from John Marino <marino@FreeBSD.org> --- Your ".if !exists" lines in post-install run 100% of the time. You are checking $STAGEDIR, which you control, and the files you are checking don't exist so they are created. However, you are overriding the @sample keyword which is supposed to do the same thing. I think in general you assume whatever was there before is correct, but this is a bad assumption. These lines were in place to mimick @sample keyword. Now that you use @sample, you should have removed them. It's these kinds of details that trip you up again and again. -- 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-193450-13-g70L9Z39du>