Print this page
5700 add zlogin -d option to allow graceful disconnect when zone is halted
Reviewed by: Andrew Gabriel <illumos@cucumber.demon.co.uk>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

@@ -4,11 +4,11 @@
 
 NAME
        zlogin - enter a zone
 
 SYNOPSIS
-       zlogin [-CEQ] [-e c] [-l username] zonename
+       zlogin [-dCEQ] [-e c] [-l username] zonename
 
 
        zlogin [-nEQS] [-e c] [-l username] zonename utility
             [argument]...
 

@@ -62,10 +62,15 @@
 
        -C
                       Connects to the zone console.
 
 
+       -d
+                      Disconnect from the console when the zone halts. This
+                      option may only be used if the -C option is specified.
+
+
        -e c
                       Specifies a different escape character, c, for the key
                       sequence used to access extended functions and to
                       disconnect from the login. The default escape character
                       is the tilde (~).

@@ -188,6 +193,6 @@
        corresponds to an NFS file. This includes the executable itself or the
        shared libraries.
 
 
 
-                               January 22, 2014                      ZLOGIN(1)
+                                March 17, 2015                       ZLOGIN(1)