From 19f5faefae7182575f6fce7a1060edf0c5342569 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Apr 2022 17:35:43 -0700 Subject: rename ETC-DEFAULT:SET -> ETC-DEFAULT:CONTAINS For consistency with FILE:CONTAINS-* properties. Signed-off-by: Sean Whitton --- doc/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/introduction.rst b/doc/introduction.rst index f2ff090..d644273 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -192,7 +192,7 @@ and/or lacks. For example,:: (eseqprops (apt:installed postfix) - (etc-default:set "locale" "LANG" "en_GB.UTF-8") + (etc-default:contains "locale" "LANG" "en_GB.UTF-8") (unapplied (com.example.consfig.services:mail-satellite))) Property application specifications are applied in order, so properties later -- cgit v1.2.3