X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=blobdiff_plain;f=README.md;h=1fbcef9872ce9f5ef0ae6bb642d8a501993f448b;hp=cb0340f2540de93d94f6afef24c206c1020d9c6e;hb=HEAD;hpb=14bfd7f2bb19c802a5251d4d4289ecd77c8d24ed diff --git a/README.md b/README.md index cb0340f..44e111f 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ tree could look like this: dmesg ' -In this tree, `hardware/`, `block_devices/` and `log/` are the only +In this tree, `hardware/`, `storage/` and `log/` are the only internal nodes. Note that these are written with a trailing slash character while the leaf nodes have no slash at the end. All entries of the menu tree must be indented by tab characters. @@ -496,9 +496,9 @@ to do is to source the gsu gui module and to call `gsu_gui()`: ___Example___ -The complete lsi script below can be used as a starting point -for your own gsu gui application. If you cut and paste it, be -sure to not turn tab characters into space characters. +The complete lsi script below can be used as a starting point for your +own gsu gui application. If you cut and paste it, be sure to not turn +tab characters into space characters. The script must be named "lsi". #!/bin/bash @@ -651,6 +651,13 @@ following two statements are equivalent If an option is set both in the environment and in the config file, the environment takes precedence. +The `$gsu_config_file` variable can actually contain more than one +filename, separated by spaces. The config files are processed in +order, so that an option that is specified in the second config file +overwrites the definition given in the first. This is useful for +applications which implement a system-wide config file in addition +to a per-user config file. + ___Checking config options___ The gsu config module defines two public functions for this purpose: