[Pkg-voip-commits] r5846 - in /ser/trunk/debian: changelog ser.manpages sercmd.8

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Sun Jun 8 15:04:57 UTC 2008


Author: marcusb-guest
Date: Sun Jun  8 15:04:56 2008
New Revision: 5846

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5846
Log:
Add man page for sercmd.

Added:
    ser/trunk/debian/sercmd.8
Modified:
    ser/trunk/debian/changelog
    ser/trunk/debian/ser.manpages

Modified: ser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/changelog?rev=5846&op=diff
==============================================================================
--- ser/trunk/debian/changelog (original)
+++ ser/trunk/debian/changelog Sun Jun  8 15:04:56 2008
@@ -4,6 +4,12 @@
   * Improved package descriptions. (Closes: #468472)
   * Removed bashism from the init script. Thanks to Chris Lamb.
     (Closes: #473704)
+  * Added man page for sercmd. (Closes: #469144)
+  * The serctl utility is no longer bundled with SER.
+  * The ser_mysql.sh script is now installed in
+    /usr/share/doc/ser/examples, along with other database generation
+    scripts.
+  * The gen_ha1 utility is no longer included in the package.
   * debian/rules: Only invoke make once during build, and install into
     debian/tmp.
   * debian/ser.examples: Install all the examples.

Modified: ser/trunk/debian/ser.manpages
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/ser.manpages?rev=5846&op=diff
==============================================================================
--- ser/trunk/debian/ser.manpages (original)
+++ ser/trunk/debian/ser.manpages Sun Jun  8 15:04:56 2008
@@ -1,2 +1,3 @@
+debian/sercmd.8
 debian/tmp/usr/share/man/man8/ser.8
 debian/tmp/usr/share/man/man5/ser.cfg.5

Added: ser/trunk/debian/sercmd.8
URL: http://svn.debian.org/wsvn/pkg-voip/ser/trunk/debian/sercmd.8?rev=5846&op=file
==============================================================================
--- ser/trunk/debian/sercmd.8 (added)
+++ ser/trunk/debian/sercmd.8 Sun Jun  8 15:04:56 2008
@@ -1,0 +1,56 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH ser 8 "June 2008" sercmd "SIP Express Router" 
+.SH NAME
+sercmd \- send commands to SIP Express Router using binrpc
+.SH SYNOPSIS
+.B sercmd
+[\fIoptions\fR] [\fI-s address\fR] [ \fIcmd \fR]
+.SH DESCRIPTION
+sercmd is a tool for controlling SER using its ctl module.
+.SH OPTIONS
+.TP
+\fB\-s\fR address
+unix socket name or host name to send the commands on
+.TP
+\fB\-R\fR name
+force reply socket name, for the unix datagram socket mode
+.TP
+\fB\-D\fR dir
+create the reply socket in the directory <dir> if no reply
+socket is forced (\fB\-R\fR) and a unix datagram socket is selected
+as the transport
+.TP
+\fB\-f\fR format
+print the result using format. Format is a string containing
+%v at the places where values read from the reply should be
+substituted. To print '%v', escape it using '%': %%v.
+.TP
+\fB\-v\fR
+verbose mode
+.TP
+\fB\-V\fR
+print version number
+.TP
+\fB\-h\fR
+this help message
+.SS "address:"
+.TP
+[proto:]name[:port]
+where proto is one of tcp, udp, unixs or unixd, e.g.,  tcp:localhost:2048 , unixs:/tmp/ser_ctl
+.SS "cmd:"
+.TP
+method
+[arg1 [arg2...]]
+.SS "arg:"
+.IP
+string or number; to force a number to be interpreted as string
+prefix it by "s:", e.g. s:1
+.SH EXAMPLES
+.nf
+sercmd \fB\-s\fR unixs:/tmp/ser_unix system.listMethods
+sercmd \fB\-f\fR "pid: %v  desc: %v\en" \fB\-s\fR udp:localhost:2047 core.ps
+sercmd ps  # uses default ctl socket
+sercmd     # enters interactive mode on the default socket
+sercmd \fB\-s\fR tcp:localhost # interactive mode, default port
+.SH SEE ALSO
+.BR ser(8)




More information about the Pkg-voip-commits mailing list