aboutsummaryrefslogtreecommitdiff
path: root/src/property/periodic.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-03 09:34:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:47:02 -0700
commit006d3969bad1f84c0133a36ed9a623b59bd01c0e (patch)
treeb16c80a6b3d9930dc98f3e3d141a8dabd075b05d /src/property/periodic.lisp
parent6195f10ed2c7c8999b2fd8078a12c6c84cb5a592 (diff)
downloadconsfigurator-006d3969bad1f84c0133a36ed9a623b59bd01c0e.tar.gz
rename basic propapp accessors
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/periodic.lisp')
-rw-r--r--src/property/periodic.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/periodic.lisp b/src/property/periodic.lisp
index 4a75182..6dfd707 100644
--- a/src/property/periodic.lisp
+++ b/src/property/periodic.lisp
@@ -45,7 +45,7 @@ user."
(merge-pathnames "at-most/"
(get-connattr :consfigurator-cache)))))
(destructuring-bind (psym . args) propapp
- (:retprop :type (propapptype propapp)
+ (:retprop :type (propapp-type propapp)
:desc (lambda-ignoring-args desc)
:hostattrs (get psym 'hostattrs)
:check
@@ -63,7 +63,7 @@ user."
(:yearly
(< now (+ #.(ceiling (* 365.25 24 60 60)) mtime)))))))
:apply (lambda-ignoring-args
- (prog1 (propappapply propapp)
+ (prog1 (apply-propapp propapp)
(file:containing-directory-exists flagfile)
(mrun "touch" flagfile)))
:args args))))