Autoupdate is broken, like in orangebox. You have to modify your srcds_run script.
Find :
> update() {
> updatesingle
> }
>
And replace it by :
> update() {
> cd ..
> updatesingle
> cd l4d_demo
> }
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

