linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* compat/Makefile.am manpages fix / pand/dund question
@ 2008-11-10  9:20 Stefan Seyfried
  2008-11-24  2:58 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Seyfried @ 2008-11-10  9:20 UTC (permalink / raw)
  To: BlueZ development

Hi,

pand.1 and dund.1 are always installed. Fix below.

Then some kind of packaging question:
I got users that request pand and dund. I am under the impression
that this should be handled by the networking service, however was
unable to find anything understandable on the WIKI where I can point
them to.

Am I still "allowed" to package pand and dund, e.g. in a "bluez-compat"
package? I guess that I should not package hidd, no matter how much
users would like it, though ;-)

Thanks,

	Stefan

diff --git a/compat/Makefile.am b/compat/Makefile.am
index f3422fc..58254ad 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -20,11 +20,11 @@ bin_PROGRAMS += pand
 pand_SOURCES = pand.c pand.h bnep.c sdp.h sdp.c
 
 pand_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
-endif
 
 if MANPAGES
 man_MANS += pand.1
 endif
+endif
 
 if DUND
 bin_PROGRAMS += dund
@@ -32,11 +32,11 @@ bin_PROGRAMS += dund
 dund_SOURCES = dund.c dund.h lib.h sdp.h sdp.c dun.c msdun.c
 
 dund_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
-endif
 
 if MANPAGES
 man_MANS += dund.1
 endif
+endif
 
 AM_CFLAGS = @BLUEZ_CFLAGS@
 

-- 
Stefan Seyfried
R&D Team Mobile Devices            |              "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out." 

This footer brought to you by insane German lawmakers:
SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: compat/Makefile.am manpages fix / pand/dund question
  2008-11-10  9:20 compat/Makefile.am manpages fix / pand/dund question Stefan Seyfried
@ 2008-11-24  2:58 ` Marcel Holtmann
  2008-11-24 11:00   ` Stefan Seyfried
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2008-11-24  2:58 UTC (permalink / raw)
  To: Stefan Seyfried; +Cc: BlueZ development

Hi Stefan,

> pand.1 and dund.1 are always installed. Fix below.

I fixed that already. Thanks for reporting.

> Then some kind of packaging question:
> I got users that request pand and dund. I am under the impression
> that this should be handled by the networking service, however was
> unable to find anything understandable on the WIKI where I can point
> them to.
>
> Am I still "allowed" to package pand and dund, e.g. in a "bluez- 
> compat"
> package? I guess that I should not package hidd, no matter how much
> users would like it, though ;-)

You can put hidd in bluez-compat if you like. It is useful for  
debugging since it can show the actual kernel state of the hidp.ko  
module.

Regards

Marcel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: compat/Makefile.am manpages fix / pand/dund question
  2008-11-24  2:58 ` Marcel Holtmann
@ 2008-11-24 11:00   ` Stefan Seyfried
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Seyfried @ 2008-11-24 11:00 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: BlueZ development

Hi Marcel,

On Mon, Nov 24, 2008 at 03:58:11AM +0100, Marcel Holtmann wrote:
>> package? I guess that I should not package hidd, no matter how much
>> users would like it, though ;-)
>
> You can put hidd in bluez-compat if you like. It is useful for debugging 
> since it can show the actual kernel state of the hidp.ko module.

Fortunately nobody has requested it for quite some time.
Would it be helpful to remove the "--server" code from hidd, since I guess
that this will not be useful anymore (and I fear that once I package up
hidd, people _will_ use "hidd --server", because they read that in some
outdated README). I can come op with a patch for that, if wanted.

Thanks,

	seife
-- 
Stefan Seyfried
R&D Team Mobile Devices            |              "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out." 

This footer brought to you by insane German lawmakers:
SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-24 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10  9:20 compat/Makefile.am manpages fix / pand/dund question Stefan Seyfried
2008-11-24  2:58 ` Marcel Holtmann
2008-11-24 11:00   ` Stefan Seyfried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).