Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 17:13:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197235] [NEW PORT] sysutils/s6 daemontools-like supervision suite
Message-ID:  <bug-197235-13-WldKoKvcZy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197235-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197235-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=197235

Colin Booth <colin@heliocat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153264|0                           |1
        is obsolete|                            |

--- Comment #6 from Colin Booth <colin@heliocat.net> ---
Created attachment 153322
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153322&action=edit
Fixed makefile, removed absolute paths

Fixed makefile to remove regressions.

Absolute path's that can be replaced with LOCALBASE and PREFIX have been
switched.

I ran into some issues trying to figure the right way forward with that
cleanup, since the path passed via the environment to s6-svscan may be
incorrect if LOCALBASE != PREFIX. I think I did the closest-to-right thing
without adding in extra logic but I'm not sure. Either way the point is mostly
stylistic as the only place where it would matter within this package
(s6-svscanboot) uses full paths all the way down the line.

-- 
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-197235-13-WldKoKvcZy>