From 27549381e220f32c224e5c9161afd2ebee708b3e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 16 Apr 2022 14:33:14 -0700 Subject: rename CRON:USER-CRONTAB -> CRON:USER-CRONTAB-INSTALLED Signed-off-by: Sean Whitton --- src/property/cron.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property') diff --git a/src/property/cron.lisp b/src/property/cron.lisp index f5dc67e..f60ecb8 100644 --- a/src/property/cron.lisp +++ b/src/property/cron.lisp @@ -111,7 +111,7 @@ of IMAGE-DUMPED." "${XDG_CACHE_HOME:-$HOME/.cache}/consfigurator/images/latest") :unapply (unapplied (system-job "consfigurator" when "" "")))) -(defprop user-crontab :posix (env &rest jobs) +(defprop user-crontab-installed :posix (env &rest jobs) "Set the contents of the current user's crontab. ENV is like the ENV argument to RUN/MRUN, except that the environment variables will be set at the top of the generated crontab. Each of JOBS is a line for the body of the crontab. -- cgit v1.2.3