testbot/scripts: Fix a stray reference to the winetest user and group.

Francois Gouget fgouget at codeweavers.com
Mon Oct 29 09:53:16 CDT 2012


Remove the reference to the group entirely.
---
 testbot/scripts/initd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.7.10.4




More information about the wine-patches mailing list