files/initati: Add a wait to ensure server has exited and removed lock file

TODO: added note about 8.41 being an AMD/ATI interim release for specific
    adapters and not indended for general use
This commit is contained in:
Brian de Alwis 2007-10-29 17:30:06 +00:00 committed by Thomas Klausner
parent 03fa73e138
commit 175897cc0d
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,4 @@
* Add support for Linux systems too: install the other extensions,
tools, and shared libraries.
* Add support for Linux systems too? (install the other extensions,
tools, and shared libraries.)
* note: 8.41 is not a general release, and is specific only for X1900s
and beyond

View file

@ -23,6 +23,7 @@ XFree86 -xf86config "${XF86CONFIG}" \
pid=$!
sleep 5
kill $pid
wait $pid # ensures lock file was removed
# this was necessary once or twice
if [ -t 1 ]; then