]> granicus.if.org Git - sudo/commitdiff
Don't use run_as_superuser=false on HP-UX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 Oct 2010 20:14:52 +0000 (16:14 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 Oct 2010 20:14:52 +0000 (16:14 -0400)
--HG--
branch : 1.7

pp

diff --git a/pp b/pp
index 97a21631dbc5b1f970e4cad8d5c994f666a31b4b..b1348ee2c8a29308dae44762f247961d3ad7777a 100755 (executable)
--- a/pp
+++ b/pp
@@ -1,6 +1,6 @@
 #!/bin/sh
 # (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="293"
+pp_revision="294"
  # Copyright 2010 Quest Software, Inc.  All rights reserved.
  #
  # Redistribution and use in source and binary forms, with or without
@@ -2639,7 +2639,7 @@ pp_backend_sd () {
            swp_flags="-x target_type=tape"
            ;;
        *)
-           swp_flags="-x media_type=tape -x run_as_superuser=false"
+           swp_flags="-x media_type=tape"
            ;;
     esac
     if pp_verbose ${pp_sd_sudo} /usr/sbin/swpackage -s $psf $swp_flags \