diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-19 20:34:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-19 20:34:46 +0000 |
commit | ae62a012acb93973e2aea1a1c5c2fafd87539431 (patch) | |
tree | 2eccdad7a82672f93fb3c83e3ecd61a898398789 /sci-misc/boinc | |
parent | netbeans-6.9-r3: added support for including custom patches when building net... (diff) | |
download | gentoo-2-ae62a012acb93973e2aea1a1c5c2fafd87539431.tar.gz gentoo-2-ae62a012acb93973e2aea1a1c5c2fafd87539431.tar.bz2 gentoo-2-ae62a012acb93973e2aea1a1c5c2fafd87539431.zip |
Whitespace.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/boinc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/boinc/files/boinc.init | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 1a5246b72474..30bbc8e46371 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.90 2010/07/15 21:28:30 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.91 2010/07/19 20:34:45 scarabeus Exp $ + + 19 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> files/boinc.init: + Whitespace. 15 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> files/boinc.init: Attempt to fix the initsystem. Blind commit as i dont have my hands on my diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init index 74f00947d48e..c1dfb909a89c 100644 --- a/sci-misc/boinc/files/boinc.init +++ b/sci-misc/boinc/files/boinc.init @@ -79,7 +79,7 @@ start() { --start --quiet --chdir "${RUNTIMEDIR}" \ --make-pidfile \ --pidfile "${PIDFILE}" \ - --chuid "${USER}:${GROUP}" \ + --chuid "${USER}:${GROUP}" \ --nicelevel "${NICELEVEL}" \ --exec "${BOINCBIN}" ${PARAMS} |