diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/packages/ucl/libmilter-all.ucl | 6 | ||||
-rw-r--r-- | release/tools/basic-ci.conf | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/release/packages/ucl/libmilter-all.ucl b/release/packages/ucl/libmilter-all.ucl new file mode 100644 index 000000000000..70764a3f0f8b --- /dev/null +++ b/release/packages/ucl/libmilter-all.ucl @@ -0,0 +1,6 @@ +comment = "Sendmail mail filter (milter) library" +desc = <<EOD +The Sendmail milter interface allows a mail transport agent to filter mail +through a separate process, called a milter. libmilter provides support +for applications implementing the milter interface. +EOD diff --git a/release/tools/basic-ci.conf b/release/tools/basic-ci.conf index 12c9abb15fb1..4bcb87aec791 100644 --- a/release/tools/basic-ci.conf +++ b/release/tools/basic-ci.conf @@ -6,7 +6,7 @@ export VMSIZE=5g # Set to a list of third-party software to enable in rc.conf(5). -export VM_RC_LIST="sshd growfs" +export VM_RC_LIST="sshd growfs nuageinit" vm_extra_pre_umount() { cat << EOF >> ${DESTDIR}/etc/rc.conf |