First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 27322
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nikolas Garofil <garo@linux.be>
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 27322 depends on: Show dependency tree
Bug 27322 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: 2003-08-25 15:47 0000
#!/sbin/runscript

depend() {
        use net
}

start() {
        ebegin "Starting monopd server"
        start-stop-daemon --start -q -b --exec /usr/games/bin/monopd
        eend $?
}

stop() {
        ebegin "Stopping monopd server"
        start-stop-daemon --stop -q --exec /usr/games/bin/monopd
        eend $?
}

Reproducible: Always
Steps to Reproduce:
You can include this in the monopd ebuild, this script needs the following
permissions, user,group and path:
"-rwxr-xr-x    1 root     root          290 Aug 26 00:17 /etc/init.d/monopd"

------- Comment #1 From Mr. Bones. 2003-08-25 19:38:32 0000 -------
Added to -r1 for monopd in CVS.  Thanks for the file.

First Last Prev Next    No search results available      Search page      Enter new bug