For the zillionst time:
http://forums.openpl...es/#entry392418Quote:
cd /etc/init.d
and edit the file "autofs" there.
Between these lines
echo -n "Starting $prog: "
# Make sure autofs4 module is loaded
add "mkdir -p /media/net" to work around the problems a.) autofs forgets to create those dirs and b.) it will stupidly remove them again and again
The result should look like this:
echo -n "Starting $prog: "
mkdir -p /media/net
# Make sure autofs4 module is loaded
The above is no less than a human readable patch.
Just do it, diff it and you got your patch.
Estimated time needed: 2 min for you guys, as you already got your local clones of your git.
Estimated time for me: Much longer, as I would need to clone/checkout first.
or
See this autofs recipe (Adding the volatiles file is the key):
https://github.com/o...-daemons/autofs Clearly we don't come around to doing it ourselfs, given the lack of time and the relative priority of this issue...
If no OpenPLi dev has 2 minutes time left to adopt a fix for a major problem, OpenPLi should think about if it makes sense to keep up an own distro.
But in reality, MiLo and others have done patches for less, e.g. "Debug cosmetics" or inverting plugin setting defaults, so there is plenty of time.