From 7366a0bc99670e9e66b442ec699e9b69e78af984 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Sun, 3 Aug 2008 01:33:27 -0400 Subject: [PATCH] generate issue.net.no_tkt from debian init script svn path=/trunk/packages/sipb-xen-console/; revision=844 --- config.todo | 1 - debian/changelog | 2 +- debian/sipb-xen-console.init | 6 ++++++ files/etc/issue.net.no_tkt | 2 -- 4 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 files/etc/issue.net.no_tkt diff --git a/config.todo b/config.todo index beccb96..0070f78 100644 --- a/config.todo +++ b/config.todo @@ -1,2 +1 @@ -files/etc/issue.net.no_tkt files/etc/lots: could benefit from config-package-dev TRANSFORM for upgradeability diff --git a/debian/changelog b/debian/changelog index ae7047c..9619a52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 - * generate nss-pgsql.conf from debian init script + * generate nss-pgsql.conf and issue.net.no_tkt from debian init script -- Yang Zhang Sun, 3 Aug 2008 01:13:37 -0400 diff --git a/debian/sipb-xen-console.init b/debian/sipb-xen-console.init index b472606..435aaf3 100755 --- a/debian/sipb-xen-console.init +++ b/debian/sipb-xen-console.init @@ -68,6 +68,12 @@ passwd_uid = 1000 + machine_id 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 index c1c5464..0000000 --- a/files/etc/issue.net.no_tkt +++ /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. -- 1.7.9.5