Adjust '/usr/local' pathnames for '/usr' prefix of the 'captive-static' build.
[www.jankratochvil.net.git] / project / captive / man / captive-cmdline.pod.html
index 9bd0c51..c055026 100644 (file)
@@ -48,7 +48,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>
@@ -57,7 +57,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>
@@ -120,7 +120,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
@@ -139,7 +139,7 @@ Option needs to be used by hand for the <strong>captive-cmdline</strong>(2) clie
 </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
@@ -150,7 +150,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.