Originally posted by RahulSundaram
View Post
On Mon, Dec 30, 2013 at 11:56 AM, Russ Allbery <[email protected]> wrote:
I know inotify is working on kFreeBSD with the libinotify-kqueue software (recently packaged in Debian). https://github.com/dmatveev/libinotify-kqueue
That leaves only abstract domain name sockets left, which should not be too complicated.
Upstart still does not run on kFreeBSD, though.
The latest that I have seen on this porting effort is here: http://blog.surgut.co.uk/2013/11/lib...ported-to.html
I asked previously on this bug if someone had later news. Do you have more information than that?
The above is definitely not "upstart running on BSD." That's upstart's underlying support library mostly working on BSD after disabling two features (that are required for upstart).
I asked previously on this bug if someone had later news. Do you have more information than that?
The above is definitely not "upstart running on BSD." That's upstart's underlying support library mostly working on BSD after disabling two features (that are required for upstart).
That leaves only abstract domain name sockets left, which should not be too complicated.
Upstart still does not run on kFreeBSD, though.
Which sounds like most of the Linux-specific issues needed to build Upstart for kFreeBSD have been taken care of, and it's probably a lot closer to working than a systemd port or a hypothetical "systemd replacement for *BSD".
(Note: I'm actually one of the folks who prefer a more shell-oriented init system, whether OpenRC or SysV based. Remember, I have no idea what atrocities Red Hat committed in their initscripts, since I use Debian.)
Comment