Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 136727
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Josh G <joshin@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 136727 depends on: Show dependency tree
Bug 136727 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-06-13 19:19 0000
With the baselayout 1.12.1 start-stop-daemon does not change directory despite
"cd $UCCDIR".  Running the script results in an error of not being able to find
ucc-bin.

I added "--chdir $UCCDIR --env PWD=$UCCDIR" to the start-stop-daemon call and
all works better.

Here is my modified start():
start() {
        ebegin "Starting UT2004 Dedicated Server"
        cd $UCCDIR
        start-stop-daemon --chdir $UCCDIR --env PWD=$UCCDIR --make-pidfile
--start --quiet --pidfile /var/run/ucc-bin.pid --exec ucc-bin -- $OPTIONS >>
/dev/null &
        eend $? "Failed to start UT2004 Dedicated Server"
}

------- Comment #1 From Josh G 2006-06-13 19:27:14 0000 -------
This is for games-server/ut2004-ded-3369

------- Comment #2 From Chris Gianelloni (RETIRED) 2006-06-14 11:43:17 0000 -------
Thanks for the info... fixed in CVS

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug