diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2014-03-31 09:30:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-31 09:30:14 +0700 |
commit | bd261da372e3fb037db265331407d48a7a4747a9 (patch) | |
tree | 07ce402a749b07c65f8b9d724e90251dfeb0fd09 /development/icecream/rc.iceccd | |
parent | 8f8218562655ac66f73a57502ddec2f8e53b858c (diff) | |
download | slackbuilds-bd261da372e3fb037db265331407d48a7a4747a9.tar.gz |
development/icecream: Update build script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/icecream/rc.iceccd')
-rw-r--r-- | development/icecream/rc.iceccd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/icecream/rc.iceccd b/development/icecream/rc.iceccd index c3b5e1f86e..776de18a15 100644 --- a/development/icecream/rc.iceccd +++ b/development/icecream/rc.iceccd @@ -17,7 +17,8 @@ iceccd_start() { fi if [ -x /usr/sbin/iceccd ]; then echo "Starting distributed compiler daemon: /usr/sbin/iceccd " - /usr/sbin/iceccd -n $NETWORK -d + /usr/sbin/iceccd -n $NETWORK -d -u icecream \ + -l /var/log/icecream/iceccd.log fi } |