[Pkg-utopia-commits] r488 - packages/unstable/dhcdbd/debian

Riccardo Setti giskard-guest at costa.debian.org
Mon Jan 16 20:20:50 UTC 2006


Author: giskard-guest
Date: 2006-01-16 20:20:44 +0000 (Mon, 16 Jan 2006)
New Revision: 488

Added:
   packages/unstable/dhcdbd/debian/dhcdbd.1
Removed:
   packages/unstable/dhcdbd/debian/dhcdbd.lintian-override
Modified:
   packages/unstable/dhcdbd/debian/rules
Log:
added a man page for dhcdbd

Added: packages/unstable/dhcdbd/debian/dhcdbd.1
===================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.1	2006-01-16 18:53:22 UTC (rev 487)
+++ packages/unstable/dhcdbd/debian/dhcdbd.1	2006-01-16 20:20:44 UTC (rev 488)
@@ -0,0 +1,86 @@
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "DHCDBD" 1 "" "" ""
+giskard at autistici\&.org Riccardo Setti Copyright \(co 2006
+.Sp
+January, 16 2006
+.SH NAME
+dhcdbd \- program to return dhcp configuration
+.SH "SYNOPSIS"
+.ad l
+.hy 0
+.HP 7
+\fBdhcdbd\fR [\fB\-\-system\fR] [\fB\-\-session\fR] [\fB\-\-no\-daemon\fR] [\fB\-\-dest\fR\fIVAR\fR] [\fB\-\-path\fIVAR\fR\fR] [\fB\-\-prefix=\fIVAR\fR\fR]
+.ad
+.hy
+
+.SH "DESCRIPTION"
+
+.PP
+\fBdhcdbd\fR is designed to be started as a D\-BUS service from a service description file, by default /usr/share/dbus\-1/services/dhcdbd\&.service;
+
+.PP
+hence the default bus it will connect to is the "STARTER" bus, and it must be installed setuid to root\&.
+
+.SH "OPTIONS"
+
+.TP
+\fB\-\-system\fR
+use system bus
+
+.TP
+\fB\-\-session\fR
+use session bus
+        
+.TP
+\fB\-\-no\-daemon\fR
+do not fork / daemonize: stay in foreground
+
+.TP
+\fB\-\-dest\fR
+set connection destination \- default: 'com\&.redhat\&.dhcp'
+
+.TP
+\fB\-\-path\fR
+set object path prefix \- default: '/com/redhat/dhcp'
+
+.TP
+\fB\-\-prefix\fR
+set interface prefix \- default: 'com\&.redhat\&.dhcp'
+
+.SH "EXAMPLES"
+
+.PP
+Here are some examples using dbus\-send to contact dhcdbd:
+
+.nf
+
+ \fB/usr/bin/dbus\-send \-\-dest=com\&.redhat\&.dhcp \-\-type=method_call \\
+                           \-\-print\-reply \-\-reply\-timeout=20000 \\
+                           /com/redhat/dhcp/eth0 \\
+		 			  com\&.redhat\&.dhcp\&.up 
+
+.fi
+
+.SH "LICENSE"
+
+.PP
+This manual page was written by Riccardo Setti <giskard at autistici\&.org>\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&.
+

Deleted: packages/unstable/dhcdbd/debian/dhcdbd.lintian-override
===================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.lintian-override	2006-01-16 18:53:22 UTC (rev 487)
+++ packages/unstable/dhcdbd/debian/dhcdbd.lintian-override	2006-01-16 20:20:44 UTC (rev 488)
@@ -1 +0,0 @@
-dhcdbd: binary-without-manpage dhcdbd

Modified: packages/unstable/dhcdbd/debian/rules
===================================================================
--- packages/unstable/dhcdbd/debian/rules	2006-01-16 18:53:22 UTC (rev 487)
+++ packages/unstable/dhcdbd/debian/rules	2006-01-16 20:20:44 UTC (rev 488)
@@ -18,6 +18,3 @@
 	install -m 644 system.d/dhcdbd.conf ${DEB_DIR}/etc/dbus-1/system.d/dhcdbd.conf
 	install -m 644 service/dhcdbd.service  ${DEB_DIR}/usr/share/dbus-1/services/dhcdbd.service
 	
-	install -d $(CURDIR)/debian/dhcdbd/usr/share/lintian/overrides/dhcdbd
-	install -m 0644 debian/dhcdbd.lintian-override $(CURDIR)/debian/dhcdbd/usr/share/lintian/overrides/dhcdbd
-	




More information about the Pkg-utopia-commits mailing list