From: Russ Allbery Date: Thu, 22 Dec 2011 18:31:27 +0000 (-0800) Subject: Fix afs-newcell's creation of the file server process X-Git-Tag: debian/1.6.1.pre2-1~7 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bcacd7c5f912df5169e06583581dfc1fe9e515c9;p=packages%2Fo%2Fopenafs.git Fix afs-newcell's creation of the file server process * Fix afs-newcell's creation of the file server process to pass -localauth. This was broken when demand-attach support was added. Thanks, Florian Hatat. (Closes: #652973) --- diff --git a/debian/afs-newcell b/debian/afs-newcell index 97727e5a6..c106f6e85 100755 --- a/debian/afs-newcell +++ b/debian/afs-newcell @@ -232,7 +232,7 @@ run("bos create $server dafs dafs" . " -cmd '/usr/lib/openafs/dafileserver $fs_options'" . " -cmd /usr/lib/openafs/davolserver" . " -cmd /usr/lib/openafs/salvageserver" - . " -cmd /usr/lib/openafs/dasalvager"); + . " -cmd /usr/lib/openafs/dasalvager -localauth"); unwind("bos delete $server fs -localauth"); # Make sure that there is no scheduled general restart time; it's not needed. diff --git a/debian/changelog b/debian/changelog index ef7703699..edc59448e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openafs (1.6.1~pre1-2) UNRELEASED; urgency=low + + * Fix afs-newcell's creation of the file server process to pass + -localauth. This was broken when demand-attach support was + added. Thanks, Florian Hatat. (Closes: #652973) + + -- Russ Allbery Thu, 22 Dec 2011 10:30:30 -0800 + openafs (1.6.1~pre1-1) unstable; urgency=low * New upstream prerelease.