FreeBSD Bugzilla – Attachment 226089 Details for
Bug 256871
[New Port] sysutils/mkjail: Fat jail creation script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/mkjail: Fat jail creation script
0001-sysutils-mkjail-new-port.patch (text/plain), 2.43 KB, created by
Robert Clausecker
on 2021-06-28 12:35:11 UTC
(
hide
)
Description:
sysutils/mkjail: Fat jail creation script
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-06-28 12:35:11 UTC
Size:
2.43 KB
patch
obsolete
>From fc0139b7901a2aa84b1a50951f21e04b7fbaa9a7 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Mon, 28 Jun 2021 14:30:50 +0200 >Subject: [PATCH] sysutils/mkjail: new port > >--- > sysutils/mkjail/Makefile | 24 ++++++++++++++++++++++++ > sysutils/mkjail/distinfo | 3 +++ > sysutils/mkjail/pkg-descr | 10 ++++++++++ > sysutils/mkjail/pkg-plist | 7 +++++++ > 4 files changed, 44 insertions(+) > create mode 100644 sysutils/mkjail/Makefile > create mode 100644 sysutils/mkjail/distinfo > create mode 100644 sysutils/mkjail/pkg-descr > create mode 100644 sysutils/mkjail/pkg-plist > >diff --git a/sysutils/mkjail/Makefile b/sysutils/mkjail/Makefile >new file mode 100644 >index 000000000000..8f1f8f034a6a >--- /dev/null >+++ b/sysutils/mkjail/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= mkjail >+DISTVERSION= 0.0.1 >+CATEGORIES= sysutils >+ >+MAINTAINER= fuz@fuz.su >+COMMENT= Fat jail creation script >+ >+LICENSE= BSD2CLAUSE >+ >+OPTIONS_DEFINE= DOCS >+ >+USE_GITHUB= yes >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+do-install: >+ cd ${WRKSRC}/src && ${CP} -a bin share etc ${STAGEDIR}${PREFIX} >+ >+post-install-DOCS-on: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/sysutils/mkjail/distinfo b/sysutils/mkjail/distinfo >new file mode 100644 >index 000000000000..72ec9ef0844d >--- /dev/null >+++ b/sysutils/mkjail/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1624881221 >+SHA256 (mkjail-mkjail-0.0.1_GH0.tar.gz) = b471f14411b7db3a9ddc0ee7d506589bcd0244c59f13c8c6e1f73121d3db8600 >+SIZE (mkjail-mkjail-0.0.1_GH0.tar.gz) = 6349 >diff --git a/sysutils/mkjail/pkg-descr b/sysutils/mkjail/pkg-descr >new file mode 100644 >index 000000000000..909125c094a8 >--- /dev/null >+++ b/sysutils/mkjail/pkg-descr >@@ -0,0 +1,10 @@ >+mkjail can be used on FreeBSD to create new jails, keep them updated, >+and upgrade to a new release. >+ >+mkjail requires the use of ZFS and will create each new jail in a >+separate filesystem. >+ >+mkjail is not a jail manager. Jails are configured via /etc/jail.conf >+and started/stopped via service jail start foo. >+ >+WWW: https://github.com/mkjail/mkjail >diff --git a/sysutils/mkjail/pkg-plist b/sysutils/mkjail/pkg-plist >new file mode 100644 >index 000000000000..584ded4d14fb >--- /dev/null >+++ b/sysutils/mkjail/pkg-plist >@@ -0,0 +1,7 @@ >+bin/mkjail >+@sample etc/mkjail.conf.sample >+%%PORTDOCS%%%%DOCSDIR%%/README.md >+%%DATADIR%%/create.sh >+%%DATADIR%%/getrelease.sh >+%%DATADIR%%/update.sh >+%%DATADIR%%/upgrade.sh >-- >2.31.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256871
: 226089