diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 19:11:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 19:11:50 +0000 |
commit | 641ff1a31ffaa9c71ea625d718305b7f47452dd9 (patch) | |
tree | 6da53a79a236767a183ca051a6fa7f783e7dfe81 /games/halflifeserver | |
parent | 6a20701c9892b6dfd0778f60b91e63719227138b (diff) | |
download | ports-641ff1a31ffaa9c71ea625d718305b7f47452dd9.tar.gz ports-641ff1a31ffaa9c71ea625d718305b7f47452dd9.zip |
Notes
Diffstat (limited to 'games/halflifeserver')
-rw-r--r-- | games/halflifeserver/Makefile | 3 | ||||
-rw-r--r-- | games/halflifeserver/pkg-message | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 676edda4d916..129aeb500d30 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -74,4 +74,7 @@ install-files: scan-libs: @${LDCONFIG_LINUX} +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/games/halflifeserver/pkg-message b/games/halflifeserver/pkg-message new file mode 100644 index 000000000000..d5c9188cea34 --- /dev/null +++ b/games/halflifeserver/pkg-message @@ -0,0 +1,9 @@ +*WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* +------------------------------------------------------------ +There is a bug in HLDS regarding the server log placement. +Temporary workaround for this little problem is to run HLDS in +a non-root environment. You may create a separate account for +this or use an existing one as long as it does not have super- +user privileges and manually do a recursive change in ownership +and permissions to HLDS and any mods you install accordingly. +------------------------------------------------------------ |