diff --git a/pp b/pp index 7b54dfaf1..aabf288d6 100755 --- a/pp +++ b/pp @@ -1,7 +1,7 @@ #!/bin/sh -# Copyright 2018 One Identity, LLC. ALL RIGHTS RESERVED -pp_revision="20180220" - # Copyright 2018 One Identity, LLC. ALL RIGHTS RESERVED. +# Copyright 2019 One Identity LLC. ALL RIGHTS RESERVED +pp_revision="20190919" + # Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -12,7 +12,7 @@ pp_revision="20180220" # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. - # 3. Neither the name of One Identity, LLC. nor the names of its + # 3. Neither the name of One Identity LLC. nor the names of its # contributors may be used to endorse or promote products derived from # this software without specific prior written permission. # @@ -31,7 +31,7 @@ pp_revision="20180220" # Please see for more information pp_version="1.0.0.$pp_revision" -pp_copyright="Copyright 2018, One Identity, LLC. ALL RIGHTS RESERVED." +pp_copyright="Copyright 2018, One Identity LLC. ALL RIGHTS RESERVED." pp_opt_debug=false pp_opt_destdir="$DESTDIR" @@ -800,9 +800,10 @@ pp_if_false=0 pp_frontend_init () { name= version= + build_number= summary="no summary" description="No description" - copyright="Copyright 2018 One Identity, LLC. ALL RIGHTS RESERVED." + copyright="Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED." #-- if the user supplied extra arguments on the command line # then load them now. @@ -1165,7 +1166,7 @@ pp_set_expand_converter_or_reexec () { else test x"$pp_expand_rexec" != x"true" || pp_die "problem finding shell that can do brace expansion" - for shell in ksh ksh93 bash; do + for shell in bash ksh ksh93; do if ($shell -c 'echo /{usr,bin}' | pp_expand_test_usr_bin) 2>/dev/null || ($shell -c 'echo /@(usr|bin)' | @@ -1639,7 +1640,6 @@ pp_aix_copy_root () { done } - pp_aix_size () { typeset prefix t m o g f p st @@ -2230,12 +2230,12 @@ pp_backend_sd_detect () { } pp_backend_sd_init () { - pp_sd_sudo= + pp_sd_sudo=sudo pp_sd_startlevels=2 pp_sd_stoplevels=auto pp_sd_config_file= pp_sd_vendor= - pp_sd_vendor_tag=Quest + pp_sd_vendor_tag=OneIdentity pp_sd_default_start=1 # config_file default start value pp_readlink_fn=pp_ls_readlink # HPUX has no readlink @@ -3510,6 +3510,8 @@ pp_solaris_smf () { exec='$_pp_solaris_service_script restart' timeout_seconds='$smf_restart_timeout' /> + $pp_solaris_smf_property_groups +