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:
parent
03fa73e138
commit
175897cc0d
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue