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.4.14+dfsg-1~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c56e5eb743fb776064ef26569b2213ea7f8fb377;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 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