diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-06-05 16:24:15 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-07-29 15:59:08 +0900 |
| commit | 598966a9e07a39f5e368a084e4f82c9ea2cc36a9 (patch) | |
| tree | 805e3a30ef40419f95dc5b777c1155a940d9c84b /doc | |
| parent | 6572e884cb7d969335bb386f62fe3db59304f7c1 (diff) | |
services: rsync: Remove deprecated configuration options.
These have been deprecated since 2021.
* gnu/services/rsync.scm (warn-share-field-deprecation): Delete syntax.
(<rsync-configuration>) [use-chroot?, share-path, share-comment]
[read-only?, timeout]: Delete deprecated fields.
(rsync-configuration-modules): Delete compatibility procedure.
* doc/guix.texi (Networking Services) <rsync-configuration>: Update doc.
Change-Id: Ia7742deaf61dc87824e70172647f2974c5ddb758
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d2e8f2335a5..dccc1fc9f76 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -24448,7 +24448,7 @@ place as when the daemon was run as @code{root}. | |||
| 24448 | @item @code{gid} (default: @code{"rsyncd"}) | 24448 | @item @code{gid} (default: @code{"rsyncd"}) |
| 24449 | Group name or group ID that will be used when accessing the module. | 24449 | Group name or group ID that will be used when accessing the module. |
| 24450 | 24450 | ||
| 24451 | @item @code{modules} (default: @code{%default-modules}) | 24451 | @item @code{modules} (default: @code{'())}) |
| 24452 | List of ``modules''---i.e., directories exported over rsync. Each | 24452 | List of ``modules''---i.e., directories exported over rsync. Each |
| 24453 | element must be a @code{rsync-module} record, as described below. | 24453 | element must be a @code{rsync-module} record, as described below. |
| 24454 | @end table | 24454 | @end table |
