From 7dca12cdbd0cc957407c7cbdb9c94c537e0de908 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 22 Dec 2010 17:01:34 -0800 Subject: [PATCH] Add $named to Should-Start for openafs-client * Add $named to Should-Start in the openafs-client init script since the client may do DNS lookups for the VLDB and file servers during startup in some situations. (Closes: #586226) --- debian/changelog | 3 +++ debian/openafs-client.init | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b6eda6cc8..869c667c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ openafs (1.5.77-3) UNRELEASED; urgency=low * In the openafs-client init script, don't attempt to stop or restart the AFS client if module loading is disabled. Stopping afsd without unloading the module would leave the system in an inconsistent state. + * Add $named to Should-Start in the openafs-client init script since the + client may do DNS lookups for the VLDB and file servers during startup + in some situations. (Closes: #586226) -- Russ Allbery Tue, 02 Nov 2010 10:15:15 -0700 diff --git a/debian/openafs-client.init b/debian/openafs-client.init index 40e5b91c8..af3ee644d 100755 --- a/debian/openafs-client.init +++ b/debian/openafs-client.init @@ -3,7 +3,7 @@ # Provides: openafs-client # Required-Start: $remote_fs $network $time # Required-Stop: $remote_fs $network -# Should-Start: $syslog +# Should-Start: $syslog $named # X-Stop-After: autofs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -- 2.39.5