summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-08-25 17:53:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-08-25 17:53:43 +0000
commitc416c2b71bdcc0579a8f1418316de296b438f3c9 (patch)
tree49c19f875b9fb691291778dd33bee0ccc080a027 /games-puzzle/londonlaw/files
parentStable on ppc wrt bug 235017 (diff)
downloadgentoo-2-c416c2b71bdcc0579a8f1418316de296b438f3c9.tar.gz
gentoo-2-c416c2b71bdcc0579a8f1418316de296b438f3c9.tar.bz2
gentoo-2-c416c2b71bdcc0579a8f1418316de296b438f3c9.zip
additional patching for USE=dedicated from mattenklicker@gmx.net
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/londonlaw/files')
-rw-r--r--games-puzzle/londonlaw/files/londonlaw.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/londonlaw/files/londonlaw.rc b/games-puzzle/londonlaw/files/londonlaw.rc
index 9626a3d61a7d..fbc185c60018 100644
--- a/games-puzzle/londonlaw/files/londonlaw.rc
+++ b/games-puzzle/londonlaw/files/londonlaw.rc
@@ -7,8 +7,8 @@ depend() {
start() {
ebegin "Starting londonlaw server"
start-stop-daemon --start --pidfile /var/run/london-server.pid \
- --user GAMES_USER_DED --background --stdout /var/log/londonlaw.log \
- --stderr /var/log/londonlaw.log --make-pidfile \
+ --user GAMES_USER_DED --background --stdout GAMES_LOGDIR/PN.log \
+ --stderr GAMES_LOGDIR/PN.log --make-pidfile \
--exec GAMES_BINDIR/london-server -- -p $LONDONLAW_PORT
eend $?
}