shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi-debian changelog shishi-kdc.init.d


From: shishi-commit
Subject: shishi-debian changelog shishi-kdc.init.d
Date: Tue, 18 Aug 2009 19:23:24 +0000

CVSROOT:        /sources/shishi
Module name:    shishi-debian
Changes by:     Simon Josefsson <jas>   09/08/18 19:23:24

Modified files:
        .              : changelog shishi-kdc.init.d 

Log message:
        Add $time to Request-Start/Stop because a KDC needs proper time.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/shishi-debian/changelog?cvsroot=shishi&r1=1.110&r2=1.111
http://cvs.savannah.gnu.org/viewcvs/shishi-debian/shishi-kdc.init.d?cvsroot=shishi&r1=1.5&r2=1.6

Patches:
Index: changelog
===================================================================
RCS file: /sources/shishi/shishi-debian/changelog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- changelog   18 Aug 2009 14:25:37 -0000      1.110
+++ changelog   18 Aug 2009 19:23:24 -0000      1.111
@@ -5,6 +5,8 @@
   * Made shishi-kdc suggest shisa, typical KDCs will need it.
   * Fix Default-Start/Default-Stop in shishi-kdc's init.d script,
     patch from Petter Reinholdtsen <address@hidden>. (closes: #542112)
+  * Add $time to Request-Start/Stop because a KDC needs proper time.
+
  -- Simon Josefsson <address@hidden>  Tue, 28 Jul 2009 15:47:00 +0200
 
 shishi (0.0.40-1) unstable; urgency=low

Index: shishi-kdc.init.d
===================================================================
RCS file: /sources/shishi/shishi-debian/shishi-kdc.init.d,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- shishi-kdc.init.d   18 Aug 2009 14:25:37 -0000      1.5
+++ shishi-kdc.init.d   18 Aug 2009 19:23:24 -0000      1.6
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides: shishid
-# Required-Start: $remote_fs $network $syslog
-# Required-Stop: $remote_fs $network $syslog
+# Required-Start: $remote_fs $network $syslog $time
+# Required-Stop: $remote_fs $network $syslog $time
 # Default-Start: 2 3 4 5
 # Default-Stop: 0 1 6
 # Short-Description: shishid - Kerberos Key Distribution Center (KDC)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]