From c56e5eb743fb776064ef26569b2213ea7f8fb377 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 5dedca769..816a201b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ openafs (1.4.12.1+dfsg-4) UNRELEASED; urgency=low + * 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) * Use dpkg --print-architecture, not --print-installation-architecture, in the openafs-fileserver config script. The latter is deprecated. Thanks, Peter Palfrader. (Closes: #594488) diff --git a/debian/openafs-client.init b/debian/openafs-client.init index 02de249b5..6954e5271 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