Module: tools Branch: master Commit: 832b73319b718d85a19130a16efda41b43676177 URL: http://source.winehq.org/git/tools.git/?a=commit;h=832b73319b718d85a19130a16...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Oct 29 15:53:16 2012 +0100
testbot/scripts: Fix a stray reference to the winetest user and group.
Remove the reference to the group entirely.
---
testbot/scripts/initd | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testbot/scripts/initd b/testbot/scripts/initd index 0424174..bffc26d 100755 --- a/testbot/scripts/initd +++ b/testbot/scripts/initd @@ -159,7 +159,7 @@ then echo -n "Starting WineTestBot " ## Start daemon with startproc(8). If this fails ## the return value is set appropriately by startproc. - /sbin/startproc -u winetest -g winetest $DAEMON + /sbin/startproc -u $USER $DAEMON
# Remember status and be verbose rc_status -v