x11/rc.x11

Sat, 18 Apr 2009 14:16:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Apr 2009 14:16:14 +0200
changeset 164
3a96478f1303
permissions
-rw-r--r--

Correct and improve patch logic of optional plugin list.
Move core plugins to static config.php file, remove ldifimport which
conflicts with change_ldappass and otherwise appears broken, reorder
remaining plugins, and specify default theme (the one called 'Default'.)

     1 #!@l_prefix@/bin/openpkg rc
     2 ##
     3 ##  rc.x11 -- Run-Commands
     4 ##
     6 %config
     7     x11_bindir="@x11_bindir@"
     8     x11_incdir="@x11_incdir@"
     9     x11_libdir="@x11_libdir@"
    11 %info -o
    12     echo "X11 Binary  Directory: ${x11_bindir}"
    13     echo "X11 Include Directory: ${x11_incdir}"
    14     echo "X11 Library Directory: ${x11_libdir}"

mercurial