[OmniOS-discuss] kclient, NGZ /dev/random

John D Groenveld jdg117 at elvis.arl.psu.edu
Tue May 10 18:26:54 UTC 2016


/dev/random is a symlink in the GZ, but a device in the NGZ.

John
groenveld at acm.org

*** /usr/sbin/kclient.FCS       Tue May 10 18:18:20 2016
--- /usr/sbin/kclient   Tue May 10 18:19:11 2016
***************
*** 1386,1392 ****
          i=0
  
        # first check to see if /dev/random exists to generate a new password
!       if [[ ! -h /dev/random ]]; then
                printf "$(gettext "/dev/random does not exist").\n" >&2
                error_message
        fi
--- 1386,1392 ----
          i=0
  
        # first check to see if /dev/random exists to generate a new password
!       if [[ ! -e /dev/random ]]; then
                printf "$(gettext "/dev/random does not exist").\n" >&2
                error_message
        fi


More information about the OmniOS-discuss mailing list