Ignore:
Timestamp:
Aug 3, 2008, 1:33:27 AM (16 years ago)
Author:
y_z
Message:

generate issue.net.no_tkt from debian init script

Location:
trunk/packages/sipb-xen-console/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/debian/changelog

    r843 r844  
    44  * use invirt config in sipb-xen-consolefs
    55  * added decomposition of DB URI
    6   * generate nss-pgsql.conf from debian init script
     6  * generate nss-pgsql.conf and issue.net.no_tkt from debian init script
    77
    88 -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 01:13:37 -0400
  • trunk/packages/sipb-xen-console/debian/sipb-xen-console.init

    r843 r844  
    6868group_name = name
    6969group_gid = 1000 + machine_id
     70EOF
     71
     72    fmt > /etc/issue.net.no_tkt << EOF
     73You must login to the $(invirt-getconf console.hostname) console server using
     74Kerberos tickets, but your ssh client did not pass a valid ticket to the
     75console server.
    7076EOF
    7177}
Note: See TracChangeset for help on using the changeset viewer.