aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-16 14:33:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-16 14:33:14 -0700
commit27549381e220f32c224e5c9161afd2ebee708b3e (patch)
treeecfe7dfea8a4472a55f05ecec6f5fde8781033d5
parentb8a7161a09d4dcf62757a767019207ff26897769 (diff)
downloadconsfigurator-27549381e220f32c224e5c9161afd2ebee708b3e.tar.gz
rename CRON:USER-CRONTAB -> CRON:USER-CRONTAB-INSTALLED
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/package.lisp2
-rw-r--r--src/property/cron.lisp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index f64432a..98418f8 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -826,7 +826,7 @@
(:export #:system-job
#:nice-system-job
#:runs-consfigurator
- #:user-crontab))
+ #:user-crontab-installed))
(package :consfigurator.property.lets-encrypt
(:local-nicknames (#:apt #:consfigurator.property.apt)
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.