From 6cd13aba0d95ccc8ebd244cb68389694acf33b1d Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Thu, 10 Mar 2016 22:18:27 +0000
Subject: Change default SKALIBS_DEFAULTPATH to /usr/bin:/usr/sbin:/bin:/sbin
to accommodate s6-linux-init. Also add /command on slashpackage
installations.
---
doc/flags.html | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
(limited to 'doc/flags.html')
diff --git a/doc/flags.html b/doc/flags.html
index e2db5ba..5dfcffd 100644
--- a/doc/flags.html
+++ b/doc/flags.html
@@ -34,7 +34,17 @@ If you enable it, and $v is the version of skalibs you're compiling,
/package/prog/skalibs-$v/library, the dynamic libraries in
/package/prog/skalibs-$v/library.so and the data files in
/package/prog/skalibs-$v/etc, all prefixed by sproot
-if present. It will also add two more "make" targets:
+if present.
+
+
+
+ It will also prepend the default path with /command, unless an
+explicit default path has been given via the
+--with-default-path option.
+
+
+
+ Additionally, it will add two more "make" targets:
@@ -273,7 +283,7 @@ the value of the PATH environment variable as its executable search path.
Specifying this option to configure tells execvep() what executable
search path to use when PATH is undefined (which should not happen
often anyway).
- The default is /usr/bin:/bin, which is usually safe.
+ The default is /usr/bin:/usr/sbin:/bin:/sbin, which is usually safe.