diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-19 03:57:56 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-19 03:57:56 +0000 |
| commit | 29100ede694ef8500f2f63211fff3232d3254516 (patch) | |
| tree | 7ae90fa5a5c13e648001c5ca22802c1d8e400748 /doc/s6_repository.html | |
| parent | 8eb000d3d22fcf7850b43f75ed52068693430d3b (diff) | |
| download | s6-frontend-29100ede694ef8500f2f63211fff3232d3254516.tar.gz | |
Make fdhuser a config variable and --fdholder-user a global option
And remove the -h|--fdholder-user from various subcommands.
Diffstat (limited to 'doc/s6_repository.html')
| -rw-r--r-- | doc/s6_repository.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/s6_repository.html b/doc/s6_repository.html index d9cfcc9..bda22b2 100644 --- a/doc/s6_repository.html +++ b/doc/s6_repository.html @@ -59,7 +59,7 @@ and usage of the <tt>s6 repository</tt> command. It is not as detailed as this p <h4> Interface </h4> <pre> - s6 repository init [ -f ] [ -U ] [ -h <em>fdhuser</em> ] + s6 repository init [ -f ] [ -U ] </pre> <ul> @@ -85,9 +85,6 @@ if the repository seems hopelessly broken. </dd> of stores. This commands needs to be run when the storelist variable has changed. </dd> -<dt> -h <em>fdhuser</em>, --fdholder-user=<em>fdhuser</em> </dt> -<dd> Specify the fdholder user for the reference database. This has -no impact whatsoever and this option can safely be ignored. </dd> </dl> <h3 id="list"> list </h3> @@ -154,7 +151,7 @@ change <tt>B</tt> to be unmasked or enabled as well. </dd> <h4> Interface </h4> <pre> - s6 repository sync [ -h <em>fdhuser</em> ] + s6 repository sync </pre> <ul> @@ -166,13 +163,5 @@ that defines a service. Ideally it should be added to a hook defined by the package manager. </li> </ul> -<h4> Options </h4> - -<dl> -<dt> -h <em>fdhuser</em>, --fdholder-user=<em>fdhuser</em> </dt> -<dd> Specify the fdholder user for the reference database. This has -no impact whatsoever and this option can safely be ignored. </dd> -</dl> - </body> </html> |
