1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- I forgot the savage_server.in file in my previous commit

- Add a entry on pkg-message file
This commit is contained in:
Jose Alonso Cardenas Marquez 2006-12-02 00:27:55 +00:00
parent 2db767b117
commit 8cf5f5e7be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178537
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,10 @@ The Savage game (Linux version) was installed
# linux-savage
Dedicated Server
# linux-savage_server
2) The sound doesn't work by default, if you want to solve the problem, you must
to set the value of sound_softwareMode at:

View File

@ -0,0 +1,5 @@
#!/bin/sh
cd %%SAVAGEDIR%% || exit 1
export LD_LIBRARY_PATH=libs:$LD_LIBRARY_PATH
exec ./sep_dedicated.bin "$@"