cmdfile.txt revision 7c478bd95313f5f23a4c958a745db2134aa03244
#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.5 */
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
name=cancel
help=open text $VMSYS/OBJECTS/Text.h cancel cancel
name=cleanup
help=open text $VMSYS/OBJECTS/Text.h cleanup cleanup
name=exit
action=nop
name=exit
action=`if $VMSYS/bin/chkperm -t exit;
then
echo 'OPEN TEXT $VMSYS/OBJECTS/Text.exit';
else
echo 'exit_now';
fi`
help=open text $VMSYS/OBJECTS/Text.h exit exit
name=frm-mgmt
help=open text $VMSYS/OBJECTS/Text.h frm-mgmt frm-mgmt
name=goto
help=open text $VMSYS/OBJECTS/Text.h goto goto
name=help
help=open text $VMSYS/OBJECTS/Text.h help help
name=next-frm
help=open text $VMSYS/OBJECTS/Text.h next-frm next-frm
name=prev-frm
help=open text $VMSYS/OBJECTS/Text.h prev-frm prev-frm
name=refresh
help=open text $VMSYS/OBJECTS/Text.h refresh refresh
`if $VMSYS/bin/chkperm -t unix;
then
echo 'name=unix-system';
echo 'help=open text $VMSYS/OBJECTS/Text.h unix-system unix';
else
echo 'name=unix-system';
echo 'action=nop';
echo 'name=unix';
echo 'action=nop';
fi`
name=update
help=open text $VMSYS/OBJECTS/Text.h update update
name=time
action=nop
name=time
action=`date '+%r'|message -t`nop
`if [ -f /usr/vpix/dosinst ];
then
echo 'name=dos-to-unix';
echo 'action=OPEN FORM $VMSYS/OBJECTS/dos/Form.udconv d2u';
echo 'help=OPEN TEXT $VMSYS/OBJECTS/Text.h dos-to-unix dos/T.hdosunix';
echo 'name=unix-to-dos';
echo 'action=OPEN FORM $VMSYS/OBJECTS/dos/Form.udconv u2d';
echo 'help=OPEN TEXT $VMSYS/OBJECTS/Text.h unix-to-dos dos/T.hunixdos';
fi`