From 8aaa58ada45e830fc4ca12418e5262e84b87b648 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Mon, 22 Apr 2024 16:05:54 -0600 Subject: [PATCH] package: add DESC and COMMENT for cron package Reviewed by: imp, manu, Mina Galic Pull Request: https://github.com/freebsd/freebsd-src/pull/1172 --- release/packages/Makefile.package | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index 72a521eebe8..c7d906b387f 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -37,6 +37,8 @@ certctl_COMMENT= SSL Certificate Utility certctl_DESC= SSL Certificate Utility console-tools_COMMENT= Console Utilities console-tools_DESC= Console Utilities +cron_COMMENT= cron(8) and crontab(1) +cron_DESC= cron(8) and crontab(1) csh_COMMENT= C Shell csh_DESC= C Shell ctf-tools_COMMENT= CTF Utilities