[Bug 7430] New: Add new options to start-stop-daemon

bugzilla at busybox.net bugzilla at busybox.net
Thu Sep 11 15:08:54 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7430

           Summary: Add new options to start-stop-daemon
           Product: Busybox
           Version: 1.22.x
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: vincent_galceran at yahoo.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Created attachment 5666
  --> https://bugs.busybox.net/attachment.cgi?id=5666
A patch over start_stop_daemon.c

Here is a patch to implement the following options to start-stop-daemon :

//usage:     "\n    -g,--group GRP        Change group"
//usage:     "\n    -r,--chroot DIR        Change root directory"
//usage:     "\n    -d,--chdir DIR        Change current directory"
//usage:     "\n    -C,--no-close        Do not close any file descriptor with
-b"
//usage:     "\n    -k,--umask MASK        set umask"

These options are available in the real debian start-stop-daemon and were
missing (see bug #6380).

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list