2006-08-10 20:09:19 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
|
|
|
|
# Use is subject to license terms.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2015-06-23 20:59:57 -07:00
|
|
|
# run ppriv under a shell so you can get the privileges of the
|
2006-08-10 20:09:19 +00:00
|
|
|
# process that mprun creates
|
|
|
|
ppriv $$
|