[Lunar-commits] CVS: theedge/etc/lunar config,1.27,1.28
Auke Kok
sofar at lunar-linux.org
Wed Mar 30 11:25:54 UTC 2005
Update of /var/cvs/lunar/theedge/etc/lunar
In directory espresso.foo-projects.org:/tmp/cvs-serv5766/etc/lunar
Modified Files:
config
Log Message:
Merging in moonbase plugins: some plugins are moved to moonbase, a few base plugins are left behind.
Index: config
===================================================================
RCS file: /var/cvs/lunar/theedge/etc/lunar/config,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- config 22 Feb 2005 12:50:24 -0000 1.27
+++ config 30 Mar 2005 11:25:52 -0000 1.28
@@ -23,12 +23,11 @@
MENUS=/var/lib/lunar/menu
SUSTAINED=/var/lib/lunar/sustained
ALIASES=/var/lib/lunar/aliases
+ PLUGIN_DIR=/var/lib/lunar/plugins
SOUND_DIRECTORY=/var/lib/lunar/sound
SOUND_THEME=startrek
- BOOST_LOCK=/var/lock/boost
-
ACTIVITY_LOG=/var/log/lunar/activity
INSTALL_LOGS=/var/log/lunar/install
COMPILE_LOGS=/var/log/lunar/compile
@@ -136,3 +135,8 @@
sound $SOUND
color $COLOR
+
+for LUNAR_PLUGIN in $PLUGIN_DIR/*.plugin; do
+ . $LUNAR_PLUGIN
+done
+
More information about the Lunar-commits
mailing list