svn commit: r336732 - projects/bectl/sbin/bectl

Kyle Evans kevans at FreeBSD.org
Thu Jul 26 04:12:32 UTC 2018


Author: kevans
Date: Thu Jul 26 04:12:31 2018
New Revision: 336732
URL: https://svnweb.freebsd.org/changeset/base/336732

Log:
  bectl(8): Remove the jail mount point with unjail

Modified:
  projects/bectl/sbin/bectl/bectl.c

Modified: projects/bectl/sbin/bectl/bectl.c
==============================================================================
--- projects/bectl/sbin/bectl/bectl.c	Thu Jul 26 04:07:36 2018	(r336731)
+++ projects/bectl/sbin/bectl/bectl.c	Thu Jul 26 04:12:31 2018	(r336732)
@@ -619,6 +619,7 @@ bectl_cmd_unjail(int argc, char *argv[])
 	}
 
 	jail_remove(jid);
+	unmount(path, 0);
 
 	return (0);
 }


More information about the svn-src-projects mailing list