2006-08-11 00:09:19 +04: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-24 06:59:57 +03:00
|
|
|
# run ppriv under a shell so you can get the privileges of the
|
2006-08-11 00:09:19 +04:00
|
|
|
# process that mprun creates
|
|
|
|
ppriv $$
|