aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:35:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:52:40 -0700
commit19f5faefae7182575f6fce7a1060edf0c5342569 (patch)
treedad90cf8f2abbceb1fd6cf4c521e8b478ca0acd9 /src/property
parent17ca198ba398068583e69bfca2d8f83d1c8ba8da (diff)
downloadconsfigurator-19f5faefae7182575f6fce7a1060edf0c5342569.tar.gz
rename ETC-DEFAULT:SET -> ETC-DEFAULT:CONTAINS
For consistency with FILE:CONTAINS-* properties. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/etc-default.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/etc-default.lisp b/src/property/etc-default.lisp
index 5e5b948..18cdeb8 100644
--- a/src/property/etc-default.lisp
+++ b/src/property/etc-default.lisp
@@ -18,7 +18,7 @@
(in-package :consfigurator.property.etc-default)
(named-readtables:in-readtable :consfigurator)
-(defpropspec set :posix
+(defpropspec contains :posix
(file &rest pairs &aux (file* (merge-pathnames file #P"/etc/default/")))
"Where PAIRS is a list of even length of alternating keys and values, set each
of these keys and values in /etc/default/FILE."