pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50075 (Making dbus actually work on FreeBSD, DragonFly, and probably more)
The following reply was made to PR pkg/50075; it has been noted by GNATS.
From: Aleksej Saushev <asau%inbox.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/50075 (Making dbus actually work on FreeBSD, DragonFly, and probably more)
Date: Tue, 29 Sep 2015 09:01:01 +0300
David Shao <davshao%gmail.com@localhost> writes:
> The following reply was made to PR pkg/50075; it has been noted by GNATS.
>
> From: David Shao <davshao%gmail.com@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc:
> Subject: Re: pkg/50075 (Making dbus actually work on FreeBSD, DragonFly, and
> probably more)
> Date: Mon, 7 Sep 2015 18:07:00 -0700
>
> The following patches enable the dbus daemon to even be started from
> /etc/rc.conf on DragonFly 4.3-DEVELOPMENT and at least recent FreeBSD,
> because the daemon is started using
>
> dbus_enable="YES"
>
> and not
>
> dbus="YES"
>
> An option enable-in-rcvar may be useful for other daemons on DragonFly
> and FreeBSD.
> diff -Nurb dbus.configure/files/dbus.sh dbus.rcvar/files/dbus.sh
> --- dbus.configure/files/dbus.sh 2008-10-11 12:58:24.000000000 -0700
> +++ dbus.rcvar/files/dbus.sh 2015-09-07 16:39:16.527612000 -0700
> @@ -9,7 +9,7 @@
> . /etc/rc.subr
>
> name="dbus"
> -rcvar=$name
> +rcvar="@DBUS_RCVAR@"
> command="@PREFIX@/bin/dbus-daemon"
> command_args="--system"
> pidfile="@VARBASE@/run/dbus/pid"
I strongly object to this change. It makes behaviour of pkgsrc-installed
daemons highly inconsistent across systems and on FreeBSD in particular.
--
HE CE3OH...
Home |
Main Index |
Thread Index |
Old Index