https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246005
Jamie Gritton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] --- Comment #1 from Jamie Gritton <[email protected]> --- As backward compatibility feature, "-r" will remove jails specified by JID that are not found in the configuration file. I guess the problem lies in what is meant by "found in the configuration file." When you run "jail -r 5" it will look for a jail called "5" in the configuration file. When that's not found, it goes into back-compat mode and just kills the jail. It would make sense though, to look at the jail #5's name, and take a second look in the config file. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
