Merge pull request #829 from gfelkel/patch-2

AUTH-9228 for HP-UX
This commit is contained in:
Michael Boelen 2020-03-12 15:59:33 +01:00 committed by GitHub
commit 83a9470b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@
FIND=$(${ROOTDIR}usr/sbin/pwck -q -r 2> /dev/null; echo $?)
TESTED=1
;;
"Solaris")
"Solaris"|"HP-UX")
FIND=$(${ROOTDIR}usr/sbin/pwck 2> /dev/null; echo $?)
TESTED=1
;;