Procházet zdrojové kódy

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

Guillem Jover před 15 roky
rodič
revize
c24e8eba3b
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 0
      debian/changelog
  2. 1 1
      man/start-stop-daemon.8

+ 1 - 0
debian/changelog

@@ -181,6 +181,7 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     - Use minus signs and hyphens consistently in man pages.
     - Use minus signs and hyphens consistently in man pages.
     - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
     - Fix reference to /etc/dpkg/dselect.cfg.d instead of dpkg.cfg.d in
       dselect(1).
       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
   * 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.
     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.
   * Unify somewhat dpkg-maintscript-helper --help output with other commands.

+ 1 - 1
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
 .BR \-q ", " \-\-quiet
 Do not print informational messages; only display error messages.
 Do not print informational messages; only display error messages.
 .TP
 .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
 Change to this username/uid before starting the process. You can also
 specify a group by appending a
 specify a group by appending a
 .BR : ,
 .BR : ,