services: Truly mark ‘setuid-program-service-type’ as deprecated.

* gnu/services.scm (setuid-program-service-type): Define with
‘define-deprecated/alias’.

Change-Id: Ibafe333e7f261185b5a70b38cfb4845abf2f643b
This commit is contained in:
Ludovic Courtès 2024-08-19 16:36:04 +02:00
parent 52ac2db924
commit 2cccf2f11c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -940,7 +940,7 @@ The deprecated @file{/run/setuid-programs} directory is also populated with
symbolic links to their @file{/run/privileged/bin} counterpart. It will be
removed in a future Guix release.")))
(define setuid-program-service-type
(define-deprecated/alias setuid-program-service-type
;; Deprecated alias to ease transition. Will be removed!
privileged-program-service-type)