#
#	@(#) forms.src 1.7 89/05/30 
#
#	atcronsh - cron subsystem administration shell
#
#
#	Copyright (C) 1988, 1989 The Santa Cruz Operation, Inc.
#	All rights reserved.
#
#	This Module contains Proprietary Information of The Santa Cruz
#	Operation, and should be treated as Confidential.
#
#	Original London version: @(#) forms.src 1.2 89/01/27 

#
# The code marked with symbols from the list below, is owned
# by The Santa Cruz Operation Inc., and represents SCO value
# added portions of source code requiring special arrangements
# with SCO for inclusion in any product.
#  Symbol:		 Market Module:
# SCO_BASE 		Platform Binding Code
# SCO_ENH 		Enhanced Device Driver
# SCO_ADM 		System Administration & Miscellaneous Tools
# SCO_C2TCB 		SCO Trusted Computing Base-TCB C2 Level
# SCO_DEVSYS 		SCO Development System Extension
# SCO_INTL 		SCO Internationalization Extension
# SCO_BTCB 		SCO Trusted Computing Base TCB B Level Extension
# SCO_REALTIME 	SCO Realtime Extension
# SCO_HIGHPERF 	SCO High Performance Tape and Disk Device Drivers
# SCO_VID 		SCO Video and Graphics Device Drivers (2.3.x)
# SCO_TOOLS 		SCO System Administration Tools
# SCO_FS 		Alternate File Systems
# SCO_GAMES 		SCO Games
#

# BEGIN SCO_ADM
# 
# Modification History
#	04 May	georgep		unmarked
#	Changed all references of root only to none

((default1
A='SELECT', 
*



'                          [None]  [Allow]  [Deny]'
*
'A', '0', 'r', No users are allowed access
'A', '1', 'a', All users are allowed access
'A', '2', 'd', All users are denied access
))

((default2
A='SELECT', 
*


'           The allow and deny files are inconsistent.                        '
'           What do you want the default permissions to be?                   '


'                          [None]  [Allow]  [Deny]'
*
'A', '0', 'r', No users are allowed access
'A', '1', 'a', All users are allowed access
'A', '2', 'd', All users are denied access
))

((default3
A='SELECT', Use cursor keys to highlight desired option then press <Return>
*

'                 This action will cause the allow file to be erased'


'                            [Ok]    [Cancel]'
*
'A', '0', 'o'
'A', '1', 'c'
))

((default4
A='SELECT', Use cursor keys to highlight desired option then press <Return>
*

'               This action will cause the deny file to be erased'


'                            [Ok]    [Cancel]'
*
'A', '0', 'o'
'A', '1', 'c'
))

((user1
A='TEXT', 
B='SELECT', 
*


'                          User    :   [        ]'


'                          [Allow]     [Deny]'
*
'A', ' ', '0' Press <F3> to choose from a list of users
'B', '0', 'a', Allow user access
'B', '1', 'd', Deny user access
))

((user2
A='SELECT', 
*


'                   The allow and deny files are inconsistent'



'                                  [Continue]'
*
'A', '0', 'c', Press <Return>
))

((user3
A='SELECT', 
*


'                     The default is no users authorized'



'                                 [Continue]'
*
'A', '0', 'c', Press <Return>
))

((proto1
A='SELECT', 
*


'                           No editor could be found'



'                                 [Continue]'
*
'A', '0', 'c', Press <Return>
))

((scan1
A='SELECT', 
*


'                            The allow file is empty'



'                                 [Continue]'
*
'A', '0', 'c', Press <Return>
))

((scan2
A='SELECT',
*


'          The deny file is empty - all users therefore have authorization'



'                                 [Continue]'
*
'A', '0', 'c', Press <Return>
))

# END SCO_ADM
