diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-08-19 16:36:04 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-19 16:36:04 +0200 |
| commit | 2cccf2f11c925c8bb04a6a28f363a3852f66d913 (patch) | |
| tree | c606240e46e4a67fd23bef04c06dc5f9c095e28a | |
| parent | 52ac2db924891ed66eb7fb7e6a4bd4af20333a83 (diff) | |
services: Truly mark ‘setuid-program-service-type’ as deprecated.
* gnu/services.scm (setuid-program-service-type): Define with
‘define-deprecated/alias’.
Change-Id: Ibafe333e7f261185b5a70b38cfb4845abf2f643b
| -rw-r--r-- | gnu/services.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services.scm b/gnu/services.scm index 526a38fcd95..f0bbbb27a51 100644 --- a/gnu/services.scm +++ b/gnu/services.scm | |||
| @@ -940,7 +940,7 @@ The deprecated @file{/run/setuid-programs} directory is also populated with | |||
| 940 | symbolic links to their @file{/run/privileged/bin} counterpart. It will be | 940 | symbolic links to their @file{/run/privileged/bin} counterpart. It will be |
| 941 | removed in a future Guix release."))) | 941 | removed in a future Guix release."))) |
| 942 | 942 | ||
| 943 | (define setuid-program-service-type | 943 | (define-deprecated/alias setuid-program-service-type |
| 944 | ;; Deprecated alias to ease transition. Will be removed! | 944 | ;; Deprecated alias to ease transition. Will be removed! |
| 945 | privileged-program-service-type) | 945 | privileged-program-service-type) |
| 946 | 946 | ||
