civodul pushed a commit to branch master
in repository guix.

commit 2cccf2f11c925c8bb04a6a28f363a3852f66d913
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Aug 19 16:36:04 2024 +0200

    services: Truly mark ‘setuid-program-service-type’ as deprecated.
    
    * gnu/services.scm (setuid-program-service-type): Define with
    ‘define-deprecated/alias’.
    
    Change-Id: Ibafe333e7f261185b5a70b38cfb4845abf2f643b
---
 gnu/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services.scm b/gnu/services.scm
index 526a38fcd9..f0bbbb27a5 100644
--- a/gnu/services.scm
+++ b/gnu/services.scm
@@ -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)
 

Reply via email to