Adjust '/usr/local' pathnames for '/usr' prefix of the 'captive-static' build.
[www.jankratochvil.net.git] / project / captive / man / captive.pod.html
index 4ecb3b0..0ad513a 100644 (file)
@@ -47,7 +47,7 @@ options:</p>
 <dd>
 Pathname to <strong>.sys</strong> or <strong>.so</strong> filesystem module file. You will use exactly
 once this option. Possible choices are
-<strong>/usr/local/var/lib/captive/ntfs.sys</strong>
+<strong>/var/lib/captive/ntfs.sys</strong>
 etc.
 </dd>
 <p></p>
@@ -56,7 +56,7 @@ etc.
 <dd>
 Pathname to any W32 module to load w/o initialization. Multiple modules can be
 loaded although in common case you will use just
-<strong>/usr/local/var/lib/captive/ntoskrnl.exe</strong>
+<strong>/var/lib/captive/ntoskrnl.exe</strong>
 here.
 </dd>
 <p></p>
@@ -119,7 +119,7 @@ Use of <strong>--syslog</strong> feature is not recommended in this case.
 </dt>
 <dd>
 Pathname to
-<strong>/usr/local/sbin/captive-sandbox-server</strong>
+<strong>/usr/sbin/captive-sandbox-server</strong>
 program, turns on sandboxing.
 You should always use this option in conjunction with <strong>--rw</strong>, see it for
 details. Although this program is <em>setuid root</em> and it drops it privileges
@@ -128,12 +128,17 @@ to <strong>@CAPTIVE_SANDBOX_SETUID@</strong> user. Your system gets protected by
 features against malicious Microsoft Windows drivers. You should never use this
 option during debugging.
 </dd>
+<dd>
+<p>This option is turned on automatically during the mount operation by
+<strong>mount.captive-ntfs</strong>(8).
+Option needs to be used by hand for the <strong>captive-cmdline</strong>(2) client.</p>
+</dd>
 <p></p>
 <dt><strong><a name="item_%2d%2dsandbox%2dserver%2dior%3dior"><strong>--sandbox-server-ior</strong>=<strong>IOR</strong></a></strong><br />
 </dt>
 <dd>
 Specify <em>CORBA IOR</em> of
-<strong>/usr/local/sbin/captive-sandbox-server</strong>
+<strong>/usr/sbin/captive-sandbox-server</strong>
 program, turns on
 sandboxing. Specified <em>CORBA IOR</em> should be the string starting by ``<strong>IOR:</strong>''
 text. This option is useful only for debugging. No sandbox restarting is
@@ -144,7 +149,7 @@ possible in this case.
 </dt>
 <dd>
 Turn off sandboxing feature (default). No
-<strong>/usr/local/sbin/captive-sandbox-server</strong>
+<strong>/usr/sbin/captive-sandbox-server</strong>
 is run. Microsoft Windows filesystem driver is run in native UNIX environment
 without any <em>CORBA</em> separation. This option is recommended only for debugging.
 It is dangerous to use <strong>--rw</strong> together, see its description for the details.