aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 9569cf6..4edd9a3 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -279,6 +279,12 @@
#:is-copy-of
#:update-unix-table))
+(defpackage :consfigurator.property.etc-default
+ (:use #:cl #:consfigurator)
+ (:local-nicknames (#:file #:consfigurator.property.file))
+ (:shadow #:set)
+ (:export #:set))
+
(defpackage :consfigurator.property.os
(:use #:cl #:consfigurator)
(:shadow #:typecase #:etypecase)