generate issue.net.no_tkt from debian init script
authorYang Zhang <y_z@mit.edu>
Sun, 3 Aug 2008 05:33:27 +0000 (01:33 -0400)
committerYang Zhang <y_z@mit.edu>
Sun, 3 Aug 2008 05:33:27 +0000 (01:33 -0400)
svn path=/trunk/packages/sipb-xen-console/; revision=844

config.todo
debian/changelog
debian/sipb-xen-console.init
files/etc/issue.net.no_tkt [deleted file]

index beccb96..0070f78 100644 (file)
@@ -1,2 +1 @@
-files/etc/issue.net.no_tkt
 files/etc/lots: could benefit from config-package-dev TRANSFORM for upgradeability
 files/etc/lots: could benefit from config-package-dev TRANSFORM for upgradeability
index ae7047c..9619a52 100644 (file)
@@ -3,7 +3,7 @@ sipb-xen-console (7.7) unstable; urgency=low
   * sipb_xen_database -> invirt.database
   * use invirt config in sipb-xen-consolefs
   * added decomposition of DB URI
   * sipb_xen_database -> invirt.database
   * use invirt config in sipb-xen-consolefs
   * added decomposition of DB URI
-  * generate nss-pgsql.conf from debian init script
+  * generate nss-pgsql.conf and issue.net.no_tkt from debian init script
 
  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 01:13:37 -0400
 
 
  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 01:13:37 -0400
 
index b472606..435aaf3 100755 (executable)
@@ -68,6 +68,12 @@ passwd_uid = 1000 + machine_id
 group_name = name
 group_gid = 1000 + machine_id
 EOF
 group_name = name
 group_gid = 1000 + machine_id
 EOF
+
+    fmt > /etc/issue.net.no_tkt << EOF
+You must login to the $(invirt-getconf console.hostname) console server using
+Kerberos tickets, but your ssh client did not pass a valid ticket to the
+console server.
+EOF
 }
 
 #
 }
 
 #
diff --git a/files/etc/issue.net.no_tkt b/files/etc/issue.net.no_tkt
deleted file mode 100644 (file)
index c1c5464..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-You must login to the sipb-xen console server using Kerberos tickets, but your
-ssh client did not pass a valid ticket to the console server.