• Re: DEC/Shell and SYS$SYLOGIN clash - help

    From KP KP@21:1/5 to Kevin Carosso on Sun Nov 6 09:20:59 2022
    On Monday, November 2, 1987 at 2:30:56 PM UTC-8, Kevin Carosso wrote:
    The solution is to make sure your definition of SYS$SYLOGIN does
    NOT specify a file type. For example:
    DEFINE/SYSTEM/EXEC SYS$SYLOGIN SYS$MANAGER:SYLOGIN
    If the user specifies DCL as his CLI at login time, DCL will open the
    file SYS$SYLOGIN with a default file specification of ".COM", and
    so will open and read SYS$MANAGER:SYLOGIN.COM
    The Shell does not specify a default file specification with a file
    type, and so will open and read SYS$MANAGER:SYLOGIN.
    You should then create SYLOGIN.COM with appropriate DCL commands and
    SYLOGIN. with appropriate Shell commands. I assume the same would work
    for MCR with SYLOGIN.CMD.
    Users can also have LOGIN.COM and LOGIN. files if the LGICMD field
    of their entry in SYSUAF does not specify the file type.
    /Kevin Carosso [email protected]
    Network Research Co.
    Any updates?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Johnny Billquist@21:1/5 to KP KP on Mon Nov 7 17:57:38 2022
    On 2022-11-06 18:20, KP KP wrote:
    On Monday, November 2, 1987 at 2:30:56 PM UTC-8, Kevin Carosso wrote:
    The solution is to make sure your definition of SYS$SYLOGIN does
    NOT specify a file type. For example:
    DEFINE/SYSTEM/EXEC SYS$SYLOGIN SYS$MANAGER:SYLOGIN
    If the user specifies DCL as his CLI at login time, DCL will open the
    file SYS$SYLOGIN with a default file specification of ".COM", and
    so will open and read SYS$MANAGER:SYLOGIN.COM
    The Shell does not specify a default file specification with a file
    type, and so will open and read SYS$MANAGER:SYLOGIN.
    You should then create SYLOGIN.COM with appropriate DCL commands and
    SYLOGIN. with appropriate Shell commands. I assume the same would work
    for MCR with SYLOGIN.CMD.
    Users can also have LOGIN.COM and LOGIN. files if the LGICMD field
    of their entry in SYSUAF does not specify the file type.
    /Kevin Carosso [email protected]
    Network Research Co.
    Any updates?

    35 years later...?

    Johnny

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)