The following commit has been merged in the master branch:
commit c24e8eba3b4fa687e77259822e9ae91735ac1941
Author: Guillem Jover <[email protected]>
Date:   Fri Sep 16 22:17:09 2011 +0200

    s-s-d(8): Document the optional “:group|gid” argument for --chuid

diff --git a/debian/changelog b/debian/changelog
index bdcd368..7bf848f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -181,6 +181,7 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     - Use minus signs and hyphens consistently in man pages.
     - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
       dselect(1).
+    - Add missing optional group|gid --chuid argument in start-stop-daemon(8).
   * Refer to Sources and Packages files as part of a repository instead of
     as being of exclusive use or owned by APT, which has never been the case.
   * Unify somewhat dpkg-maintscript-helper --help output with other commands.
diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8
index 38c6fda..36bb5ac 100644
--- a/man/start-stop-daemon.8
+++ b/man/start-stop-daemon.8
@@ -175,7 +175,7 @@ Return exit status 0 instead of 1 if no actions are (would 
be) taken.
 .BR \-q ", " \-\-quiet
 Do not print informational messages; only display error messages.
 .TP
-.BR \-c ", " \-\-chuid " \fIusername\fR|\fIuid\fP"
+.BR \-c ", " \-\-chuid " 
\fIusername\fR|\fIuid\fP[\fB:\fP\fIgroup\fR|\fIgid\fP]"
 Change to this username/uid before starting the process. You can also
 specify a group by appending a
 .BR : ,

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to