[Lunar-commits] CVS: theedge/etc/lunar config,1.25,1.26
Auke Kok
sofar at lunar-linux.org
Mon Feb 14 11:48:34 UTC 2005
Update of /var/cvs/lunar/theedge/etc/lunar
In directory espresso.foo-projects.org:/home/sofar/active/theedge/etc/lunar
Modified Files:
config
Log Message:
We should use a hardcoded PATH, no user components allowed by default! This also solves /sbin/ldconfig not being accessible on some systems etc. Note user can still override PATH with `lunar set PATH xxxxx`, but it's not exported to sub-apps.
Index: config
===================================================================
RCS file: /var/cvs/lunar/theedge/etc/lunar/config,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- config 14 Dec 2004 15:05:04 -0000 1.25
+++ config 14 Feb 2005 11:48:32 -0000 1.26
@@ -1,3 +1,5 @@
+export PATH=/sbin:/bin:/usr/sbin:/usr/bin
+
export DIALOGRC=/etc/lunar/dialogrc
CONFIG_CACHE=/etc/lunar/local
@@ -47,7 +49,6 @@
# Override the following variables in /etc/lunar/local/config
# Or by exporting them before installing or removing.
- LIN=lin
ARCHIVE=${ARCHIVE:=on}
AUTOFIX=${AUTOFIX:=on}
AUTOPRUNE=${AUTOPRUNE:=off}
More information about the Lunar-commits
mailing list