git: 8aaa58ada45e - main - package: add DESC and COMMENT for cron package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Apr 2024 04:52:47 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=8aaa58ada45e830fc4ca12418e5262e84b87b648
commit 8aaa58ada45e830fc4ca12418e5262e84b87b648
Author: Lexi Winter <lexi@le-Fay.ORG>
AuthorDate: 2024-04-22 22:05:54 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-23 04:36:35 +0000
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 72a521eebe8b..c7d906b387fd 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