From 798fc86a9ca854ace7065a29b6c0e3563a3d667d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 11 Oct 2010 16:15:01 -0400 Subject: [PATCH] Don't use run_as_superuser=false on HP-UX --- pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pp b/pp index 97a21631d..b1348ee2c 100755 --- 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 \