From 41d635cc23c350c9bba7a85df828380706dc1dec Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 20 Apr 2009 20:33:32 +0000 Subject: [PATCH] - add empty Default-Start: statements to the init scripts --- kadmind.init | 1 + kpropd.init | 1 + krb5kdc.init | 1 + 3 files changed, 3 insertions(+) diff --git a/kadmind.init b/kadmind.init index bf1d834..22624f5 100755 --- a/kadmind.init +++ b/kadmind.init @@ -15,6 +15,7 @@ # Provides: kadmin # Required-Start: $local_fs $network # Required-Stop: $local_fs $network +# Default-Start: # Default-Stop: 0 1 2 3 4 5 6 # Short-Description: start and stop the Kerberos 5 admin server # Description: The kadmind service allows administrators to remotely manage \ diff --git a/kpropd.init b/kpropd.init index 5482546..6aac67e 100755 --- a/kpropd.init +++ b/kpropd.init @@ -13,6 +13,7 @@ # Provides: kprop # Required-Start: $local_fs $network # Required-Stop: $local_fs $network +# Default-Start: # Default-Stop: 0 1 2 3 4 5 6 # Short-Description: start and stop the Kerberos 5 propagation client # Description: The kpropd service accepts database updates pushed to it from \ diff --git a/krb5kdc.init b/krb5kdc.init index 2e85e7f..5538621 100755 --- a/krb5kdc.init +++ b/krb5kdc.init @@ -14,6 +14,7 @@ # Provides: krb5kdc # Required-Start: $local_fs $network # Required-Stop: $local_fs $network +# Default-Start: # Default-Stop: 0 1 2 3 4 5 6 # Short-Description: start and stop the Kerberos 5 KDC # Description: The krb5kdc is the Kerberos 5 key distribution center, which \