From ff958aafd26e42a459f1f40285ee4f9b07393a50 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Jun 2007 13:57:26 -0400 Subject: [PATCH] Make apache2 restart work * exim4/get-token: Insert "tokens" info for debugging purposes. * init.d/apache2: Move stopping and starting of k5start into their own functions, and make restart work. --- get-token | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get-token b/get-token index bed7a22..c12dd34 100755 --- a/get-token +++ b/get-token @@ -27,3 +27,5 @@ echo kinit -kt $KEYTAB $USER/daemon@HCOOP.NET kinit -kt $KEYTAB $USER/daemon@HCOOP.NET aklog +# list tokens, for the sake of debugging +tokens -- 2.20.1