#2 closed enhancement (fixed)
Enhance start-stop-daemon
Reported by: | Alloc | Owned by: | Alloc |
---|---|---|---|
Priority: | major | Component: | |
Keywords: | Cc: |
Description (last modified by Alloc)
Get http://www.hpcf.upr.edu/web/sites/default/files/start-stop-daemon.c
- Verify existing functionality
- Enhance with the required extras:
- --status: get status of specified daemon
- --chdir <dir>: change working directory
- --no-close: Do not close stdout/errout on --background -> allow to redirect output (see #3)
- Rename and ship with scripts
Change History (6)
comment:1 Changed 9 years ago by Alloc
- Component Tools deleted
comment:2 Changed 9 years ago by Alloc
- Description modified (diff)
comment:3 Changed 9 years ago by alloc
comment:4 Changed 9 years ago by Alloc
Directly took the one from Debian's dpkg package as Debian based the current one on http://www.hpcf.upr.edu/web/sites/default/files/start-stop-daemon.c and extended it. Just had to remove a lot of ifdef-stuff, we only want to run it on Linux systems anyway.
comment:5 Changed 9 years ago by alloc
- Resolution set to fixed
- Status changed from new to closed
In 9:
comment:6 Changed 9 years ago by Alloc
- version set to 1
Note: See
TracTickets for help on using
tickets.
In 2: