[Bug 216469] sysutils/ezjail ezjail's rcorder is not reversed for restart's stop step

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 25 23:16:14 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216469

            Bug ID: 216469
           Summary: sysutils/ezjail ezjail's rcorder is not reversed for
                    restart's stop step
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: dereks at lifeofadishwasher.com
                CC: erdgeist at erdgeist.org
             Flags: maintainer-feedback?(erdgeist at erdgeist.org)
                CC: erdgeist at erdgeist.org

Created attachment 179319
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179319&action=edit
do_cmd stop/start when restarting instead of do_cmd restart

When restarting ezjail via the restart command the rcorder of the stop is not
reversed (ezjail:50).  Reverse rcorder is only executed for a stop action
'service ezjail stop' or ezjail-admin stop not the stop step of restart.

This patch will make make the restart_cmd stop and start using 'do_cmd stop;
do_cmd start;'

Also, remove unnecessary restart checks in do_cmd since we never execute
'do_cmd restart'

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list