FreeBSD Bugzilla – Attachment 213385 Details for
Bug 245616
ports-mgmt/jailaudit: Fix VNET jails (and IP-less jails in general)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch jailaudit to support VNET jails
patch-jailaudit.txt (text/plain), 1.52 KB, created by
Michael Gmelin
on 2020-04-14 07:39:29 UTC
(
hide
)
Description:
Patch jailaudit to support VNET jails
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2020-04-14 07:39:29 UTC
Size:
1.52 KB
patch
obsolete
>Index: ports-mgmt/jailaudit/Makefile >=================================================================== >--- ports-mgmt/jailaudit/Makefile (revision 531658) >+++ ports-mgmt/jailaudit/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= jailaudit > PORTVERSION= 1.6.0 >+PORTREVISION= 1 > CATEGORIES= ports-mgmt > MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ > >Index: ports-mgmt/jailaudit/files/patch-jailaudit >=================================================================== >--- ports-mgmt/jailaudit/files/patch-jailaudit (nonexistent) >+++ ports-mgmt/jailaudit/files/patch-jailaudit (working copy) >@@ -0,0 +1,20 @@ >+--- jailaudit.orig 2019-05-15 18:35:20 UTC >++++ jailaudit >+@@ -37,7 +37,7 @@ PRINT_USAGE () { >+ case ${action} in >+ generate) >+ JLS() { >+- /usr/sbin/jls | grep -v JID | grep -v '/var/empty$' >++ /usr/sbin/jls jid host.hostname path | grep -v '/var/empty$' >+ } >+ >+ # exit if no jails are running that we can process >+@@ -85,7 +85,7 @@ case ${action} in >+ done >+ >+ cd $audit_path >+- JLS | awk '{print $1" "$3"_"$1}' | xargs -n2 mv >++ JLS | awk '{print $1" "$2"_"$1}' | xargs -n2 mv >+ rm -rf ${tmp_path}/* >+ exit >+ ;; > >Property changes on: ports-mgmt/jailaudit/files/patch-jailaudit >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Raw
Actions:
View
Attachments on
bug 245616
: 213385