From: Russ Allbery Date: Thu, 23 Dec 2010 01:01:34 +0000 (-0800) Subject: Add $named to Should-Start for openafs-client X-Git-Tag: debian/1.6.0.pre1-1~13 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7dca12cdbd0cc957407c7cbdb9c94c537e0de908;p=packages%2Fo%2Fopenafs.git 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) --- 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