https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202268
Jamie Gritton <ja...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ja...@freebsd.org --- Comment #6 from Jamie Gritton <ja...@freebsd.org> --- This behavior seems normal and expected to me. I also tried repeatedly pressing ctrl-\ during a no-jails boot, and it gave me the single-user shell prompt. So this isn't just a jail situation. A simple glance at /etc/rc shows it's the desired behavior; look at the beginning of /etc/rc: | # Set shell to ignore SIGINT (2), but not children; | # shell catches SIGQUIT (3) and returns to single user. | # | trap : 2 | trap "echo 'Boot interrupted'; exit 1" 3 So not only is this just what the trap command did, it's exactly what the comment said it would do, as noted in base r130161. Am I missing something, or should I just close this? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-jail@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-jail To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"