Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2006 12:54:25 GMT
From:      Alex Lyashkov <als@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 102785 for review
Message-ID:  <200607301254.k6UCsPRv056638@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102785

Change 102785 by als@als_head on 2006/07/30 12:54:15

	use J_DISK instead of J_RESOURCE for set virtual root.

Affected files ...

.. //depot/projects/jail2/j2_tools/jdisk/jdisk.c#3 edit

Differences ...

==== //depot/projects/jail2/j2_tools/jdisk/jdisk.c#3 (text+ko) ====

@@ -15,7 +15,7 @@
 static void	usage(void);
 
 #define C_CTX		0
-#define C_VROOT		JAIL2_COMMAND(J_RESOURCE,J_SETVROOT)
+#define C_VROOT		JAIL2_COMMAND(J_DISK,J_SETVROOT)
 
 int
 main(int argc, char **argv)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607301254.k6UCsPRv056638>