]> git.michaelhowe.org Git - packages/o/openafs.git/log
packages/o/openafs.git
18 years ago* Clean up more completely after a purge of openafs-fileserver. Remove
Russ Allbery [Wed, 27 Jun 2007 14:33:29 +0000 (14:33 +0000)]
* Clean up more completely after a purge of openafs-fileserver.  Remove
  the files created by the server in /var/lib/openafs/local, remove
  KeyFile and CellServDB.old from /etc/openafs/server, and remove
  BosConfig from /etc/openafs.

18 years ago* Use LSB logging functions for openafs-fileserver and support passing
Russ Allbery [Thu, 21 Jun 2007 14:15:59 +0000 (14:15 +0000)]
* Use LSB logging functions for openafs-fileserver and support passing
  arguments to bosserver in /etc/default/openafs-fileserver by setting
  DAEMON_ARGS.

18 years agoFinalize changes for 1.4.4.dfsg1-4. debian/1.4.4.dfsg1-4
Russ Allbery [Thu, 21 Jun 2007 10:00:34 +0000 (10:00 +0000)]
Finalize changes for 1.4.4.dfsg1-4.

18 years agoAlso drop --pidfile from the openafs-fileserver init script, since this
Russ Allbery [Thu, 21 Jun 2007 09:34:55 +0000 (09:34 +0000)]
Also drop --pidfile from the openafs-fileserver init script, since this
option is for when the daemon writes out its own PID file and bosserver
doesn't do that.

18 years agoAlso drop --pidfile from the openafs-fileserver init script, since this
Russ Allbery [Thu, 21 Jun 2007 09:31:35 +0000 (09:31 +0000)]
Also drop --pidfile from the openafs-fileserver init script, since this
option is for when the daemon writes out its own PID file and bosserver
doesn't do that.

18 years ago* Use --name instead of --exec in the openafs-fileserver init script so
Russ Allbery [Thu, 21 Jun 2007 09:16:48 +0000 (09:16 +0000)]
* Use --name instead of --exec in the openafs-fileserver init script so
  that we don't start a second bosserver on upgrades.

18 years ago* Move upserver and upclient to /usr/lib/openafs (from /usr/sbin) to
Russ Allbery [Tue, 19 Jun 2007 11:02:27 +0000 (11:02 +0000)]
* Move upserver and upclient to /usr/lib/openafs (from /usr/sbin) to
  match upstream's layout and for consistency with the other servers run
  via bosserver.

18 years ago* Move /etc/openafs/server-local to /var/lib/openafs/local. Most of the
Russ Allbery [Tue, 19 Jun 2007 10:59:08 +0000 (10:59 +0000)]
* Move /etc/openafs/server-local to /var/lib/openafs/local.  Most of the
  files here are automatically generated and hence not configuration
  files, and the file server has to write to this directory to start (so
  having it in /etc breaks read-only / file systems).  Thanks, Alexei
  Sheplyakov.  (Closes: #405697)

18 years ago* Apply upstream patches for Linux 2.6.22 support. (Closes: #428401)
Russ Allbery [Tue, 12 Jun 2007 18:41:41 +0000 (18:41 +0000)]
* Apply upstream patches for Linux 2.6.22 support.  (Closes: #428401)
* Apply upstream patch to fix the AFS /proc structure under Linux
  2.6.22.1 and later.

18 years ago* Apply upstream patch from Jeffrey Hutzelman to fix kernel module
Russ Allbery [Tue, 5 Jun 2007 03:57:45 +0000 (03:57 +0000)]
* Apply upstream patch from Jeffrey Hutzelman to fix kernel module
  builds on ppc64.  (Closes: #427555)

18 years ago* Go back to using krb5-config. The dependency problem has now been
Russ Allbery [Sun, 20 May 2007 04:59:04 +0000 (04:59 +0000)]
* Go back to using krb5-config.  The dependency problem has now been
  fixed on all platforms in the krb5 package and this is the preferred
  upstream method.

18 years agoUpstream fixed the problem that was causing these files to be generated
Russ Allbery [Thu, 17 May 2007 23:23:23 +0000 (23:23 +0000)]
Upstream fixed the problem that was causing these files to be generated
in the distribution tarball a while back and we've just been carrying
them via merges.  Drop them completely.

18 years ago* When afsd is started with -rmtsys, it starts another process that afsd debian/1.4.4.dfsg1-3
Russ Allbery [Thu, 17 May 2007 01:14:14 +0000 (01:14 +0000)]
* When afsd is started with -rmtsys, it starts another process that afsd
  -shutdown doesn't kill.  Update the init script to kill this process
  on stop.  (Closes: #405982)

18 years ago* Always generate a UUID on client startup even if for some reason we
Russ Allbery [Wed, 16 May 2007 23:55:36 +0000 (23:55 +0000)]
* Always generate a UUID on client startup even if for some reason we
  don't think we have any network interfaces.  Otherwise, the client
  will use an all-zeroes UUID, which will collide with every other
  client with the same problem.

18 years ago* Don't use krb5-config to get a library list. It runs the risk of
Russ Allbery [Wed, 16 May 2007 23:53:15 +0000 (23:53 +0000)]
* Don't use krb5-config to get a library list.  It runs the risk of
  encoding unnecessary library dependencies.  Instead, hard-code the
  flags and libraries we actually need.  (Closes: #424448)

18 years ago* When loading a module using the upstream naming convention, don't
Russ Allbery [Mon, 23 Apr 2007 17:29:12 +0000 (17:29 +0000)]
* When loading a module using the upstream naming convention, don't
  append the .mp to the module name for modprobe.  (Closes: #420597)

18 years agoFinalize changes for 1.4.4.dfsg1-2. debian/1.4.4.dfsg1-2
Russ Allbery [Fri, 20 Apr 2007 00:53:55 +0000 (00:53 +0000)]
Finalize changes for 1.4.4.dfsg1-2.

18 years agoMissed one additional locking change.
Russ Allbery [Fri, 20 Apr 2007 00:31:59 +0000 (00:31 +0000)]
Missed one additional locking change.

18 years agoFollow upstream and always enable ucontext on ia64.
Russ Allbery [Thu, 19 Apr 2007 20:17:44 +0000 (20:17 +0000)]
Follow upstream and always enable ucontext on ia64.

18 years ago* Apply upstream patch to crashes on contention in afs_xuser when a
Russ Allbery [Thu, 19 Apr 2007 20:14:31 +0000 (20:14 +0000)]
* Apply upstream patch to crashes on contention in afs_xuser when a
  process in a PAG exits.  Thanks, Chaskiel Grundman.

18 years ago* Debian kernels as of 2.6.20 enable CONFIG_PARAVIRT, which redefines
Russ Allbery [Thu, 19 Apr 2007 18:30:43 +0000 (18:30 +0000)]
* Debian kernels as of 2.6.20 enable CONFIG_PARAVIRT, which redefines
  several core kernel calls as redirects through a paravirt.ops table
  that's marked GPL-only.  This breaks all non-GPL modules that used
  those (previously generally exported) calls even indirectly.  Apply a
  hack to switch from spin_lock_irq to spin_lock_irqsave to avoid the
  paravirt redirection so that the module will build.

18 years ago* Enable ucontext for all Linux builds with glibc 2.4 or later, not just
Russ Allbery [Thu, 19 Apr 2007 18:27:01 +0000 (18:27 +0000)]
* Enable ucontext for all Linux builds with glibc 2.4 or later, not just
  with i386 and amd64.  Newer versions of glibc change internal
  structures in ways that cause the old LWP code to have stack
  overflows.  (Closes: #419903)

18 years ago* Add support for the s390x architecture. Upstream supports it and
Russ Allbery [Mon, 16 Apr 2007 01:18:50 +0000 (01:18 +0000)]
* Add support for the s390x architecture.  Upstream supports it and
  there's no reason not to.

18 years ago* Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on
Russ Allbery [Mon, 16 Apr 2007 01:14:33 +0000 (01:14 +0000)]
* Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on
  Alpha, now that the source supports it.

18 years ago* When determining the AFS sysname for kernel module builds, add
Russ Allbery [Mon, 16 Apr 2007 01:10:13 +0000 (01:10 +0000)]
* When determining the AFS sysname for kernel module builds, add
  explicit cases for 2.6 kernels for all architectures that support them
  (everything except non-64-bit sparc_linux).  Fixes build problems with
  ia64 and probably other architectures.  Thanks to Ippokratis Pandis
  for the debugging help.  (Closes: #411818)

18 years ago* Fix the watch file to remove .dfsg\d+ when comparing versions.
Russ Allbery [Fri, 13 Apr 2007 16:25:18 +0000 (16:25 +0000)]
* Fix the watch file to remove .dfsg\d+ when comparing versions.

18 years agoOne more reference to util/fstab.c. debian/1.4.4.dfsg1-1
Russ Allbery [Fri, 13 Apr 2007 04:28:07 +0000 (04:28 +0000)]
One more reference to util/fstab.c.

18 years agoAnother bug closer for aclocal.
Russ Allbery [Fri, 13 Apr 2007 04:17:18 +0000 (04:17 +0000)]
Another bug closer for aclocal.

18 years agoThe missing aclocal looks like it also caused the failures on SPARC,
Russ Allbery [Thu, 12 Apr 2007 18:49:14 +0000 (18:49 +0000)]
The missing aclocal looks like it also caused the failures on SPARC,
since it meant we missed the change that forced SPARC to use the right
thread flags.

18 years ago* Build-depend on Automake since we run aclocal during the build. Not
Russ Allbery [Thu, 12 Apr 2007 18:45:29 +0000 (18:45 +0000)]
* Build-depend on Automake since we run aclocal during the build.  Not
  having aclocal caused local patches to osconf.m4 to not be effective,
  leading to the wrong compiler flags for shared libraries.  Thanks to
  Frank Lichtenheld for the report.  (Closes: #416398)

18 years agoRemove references to APSL-covered files from the Makefiles.
Russ Allbery [Thu, 12 Apr 2007 18:24:02 +0000 (18:24 +0000)]
Remove references to APSL-covered files from the Makefiles.

18 years ago* Repackage upstream source to remove two additional files covered under
Russ Allbery [Thu, 12 Apr 2007 18:22:20 +0000 (18:22 +0000)]
* Repackage upstream source to remove two additional files covered under
  the APSL.  (Closes: #416685)

18 years agoFinalize changes for 1.4.4-1. debian/1.4.4-1
Russ Allbery [Tue, 27 Mar 2007 03:06:45 +0000 (03:06 +0000)]
Finalize changes for 1.4.4-1.

18 years ago* Remove the rx_Init calls in the PAM module. The internal counters
Russ Allbery [Tue, 27 Mar 2007 01:54:30 +0000 (01:54 +0000)]
* Remove the rx_Init calls in the PAM module.  The internal counters
  that had to be initialized that way have been removed.
* Now that we're running regen.sh as part of the build process, only
  patch the Autoconf source files and not the generated output to make
  the diff easier to audit.

18 years ago* Apply patch from Thomas Sesselmann to support setting options to pass
Russ Allbery [Tue, 27 Mar 2007 01:25:49 +0000 (01:25 +0000)]
* Apply patch from Thomas Sesselmann to support setting options to pass
  to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)

18 years ago* New upstream release. (Closes: #415699)
Russ Allbery [Tue, 27 Mar 2007 01:14:32 +0000 (01:14 +0000)]
* New upstream release.  (Closes: #415699)
  - Support newer Linux kernels.  (Closes: #409797, #410120)
  - Add aklog fallbacks for null realms to support the referral
    capability in MIT Kerberos 1.6 and later.  (Closes: #410314)

18 years ago* SECURITY: Apply upstream patch to disable setuid status on all cells debian/1.4.2-6
Russ Allbery [Mon, 19 Mar 2007 21:06:14 +0000 (21:06 +0000)]
* SECURITY: Apply upstream patch to disable setuid status on all cells
  by default.  Prior versions of AFS defaulted to honoring setuid bits
  in the local cell, but since unauthenticated file access in AFS is
  unencrypted, an attacker could forge packets from an AFS file server
  to synthesize a setuid binary in AFS.

18 years ago* Apply upstream fix to show reasonable free space numbers for AFS in
Russ Allbery [Sun, 18 Mar 2007 02:03:08 +0000 (02:03 +0000)]
* Apply upstream fix to show reasonable free space numbers for AFS in
  df.  Without this fix, some programs which use df to check free space
  may think that directories in AFS are full and prevent the user from
  attempting to write files.  (Closes: #415294)

18 years ago* Translation updates:
Russ Allbery [Thu, 15 Mar 2007 01:36:13 +0000 (01:36 +0000)]
* Translation updates:
  - Portuguese, thanks Miguel Figueiredo.  (Closes: #414800)

18 years ago* Apply upstream fix to use a single high-numbered group for the PAG on
Russ Allbery [Thu, 15 Mar 2007 01:34:20 +0000 (01:34 +0000)]
* Apply upstream fix to use a single high-numbered group for the PAG on
  2.6 kernels and sort the group properly.  Fixes AFS-caused group
  ordering problems that could lead the kernel to ignore some group
  membership for users.  (Closes: #414911)

18 years ago* Translation updates:
Russ Allbery [Wed, 7 Mar 2007 00:19:24 +0000 (00:19 +0000)]
* Translation updates:
  - Dutch, thanks cobaco.  (Closes: #413701)

18 years ago* Apply upstream fix for segfaults in pts rename. (Closes: #409184)
Russ Allbery [Fri, 16 Feb 2007 04:50:15 +0000 (04:50 +0000)]
* Apply upstream fix for segfaults in pts rename.  (Closes: #409184)

18 years ago* Translation updates: debian/1.4.2-5
Russ Allbery [Sun, 28 Jan 2007 21:43:11 +0000 (21:43 +0000)]
* Translation updates:
  - Chinese, thanks Chun Tian (binghe).  (Closes: #406063)

19 years agoUse the same changelog ordering I've used on other entries. debian/1.4.2-4
Russ Allbery [Mon, 18 Dec 2006 01:11:35 +0000 (01:11 +0000)]
Use the same changelog ordering I've used on other entries.

19 years agoClarify the changelog entry for the documentation fix.
Russ Allbery [Mon, 18 Dec 2006 01:10:41 +0000 (01:10 +0000)]
Clarify the changelog entry for the documentation fix.

19 years ago* Enabling v4 support or running krb524d is no longer required for aklog
Russ Allbery [Wed, 6 Dec 2006 06:20:48 +0000 (06:20 +0000)]
* Enabling v4 support or running krb524d is no longer required for aklog
  to work.

19 years ago* Translation updates:
Russ Allbery [Tue, 28 Nov 2006 23:02:55 +0000 (23:02 +0000)]
* Translation updates:
  - German, thanks Henrik Kroeger.  (Closes: #400800)

19 years agoUpdate changelog date for the 1.4.2-3 upload. debian/1.4.2-3
Russ Allbery [Tue, 21 Nov 2006 01:30:05 +0000 (01:30 +0000)]
Update changelog date for the 1.4.2-3 upload.

19 years agoOne more iteration on the ThisCell patch that adds more error handling
Russ Allbery [Tue, 21 Nov 2006 00:54:31 +0000 (00:54 +0000)]
One more iteration on the ThisCell patch that adds more error handling
and fixes a C mistake.

19 years agoAnd too many increments in the ThisCell whitespace code.
Russ Allbery [Tue, 21 Nov 2006 00:07:42 +0000 (00:07 +0000)]
And too many increments in the ThisCell whitespace code.

19 years agoOne more ThisCell simplification (oo, look at the pretty bikeshed).
Russ Allbery [Tue, 21 Nov 2006 00:06:57 +0000 (00:06 +0000)]
One more ThisCell simplification (oo, look at the pretty bikeshed).

19 years agoEven better ThisCell support, based on Zephyr discussion.
Russ Allbery [Tue, 21 Nov 2006 00:04:33 +0000 (00:04 +0000)]
Even better ThisCell support, based on Zephyr discussion.

19 years agoWe were chopping one too many spaces off of ThisCell.
Russ Allbery [Mon, 20 Nov 2006 23:55:40 +0000 (23:55 +0000)]
We were chopping one too many spaces off of ThisCell.

19 years ago* Fix path canonicalization on the server, enabling bos getlog with a
Russ Allbery [Thu, 16 Nov 2006 00:15:05 +0000 (00:15 +0000)]
* Fix path canonicalization on the server, enabling bos getlog with a
  simple log name to work properly against a Debian bosserver.

19 years ago* Accept trailing whitespace in ThisCell.
Russ Allbery [Wed, 15 Nov 2006 23:31:58 +0000 (23:31 +0000)]
* Accept trailing whitespace in ThisCell.

19 years ago* No longer pass explicit cache tuning options to afsd and instead let
Russ Allbery [Wed, 8 Nov 2006 00:43:10 +0000 (00:43 +0000)]
* No longer pass explicit cache tuning options to afsd and instead let
  OpenAFS automatically choose tuning based on the cache size.

19 years ago* Document (at least partially) AFS's mapping of Kerberos v5 principal
Russ Allbery [Mon, 6 Nov 2006 04:23:33 +0000 (04:23 +0000)]
* Document (at least partially) AFS's mapping of Kerberos v5 principal
  names to Kerberos v4 format in the aklog man page.  Thanks, Daniel
  J. Priem.  (Closes: #394832)
* Document that aklog -setpag may not always work.

19 years ago* Change the documentation of afsd -shutdown to be less dire and more
Russ Allbery [Mon, 6 Nov 2006 04:12:03 +0000 (04:12 +0000)]
* Change the documentation of afsd -shutdown to be less dire and more
  accurate.  Thanks, Daniel J. Priem.  (Closes: #394990)

19 years agoUndo source tree self-modification debian/1.4.2-2
Sam Hartman [Sun, 22 Oct 2006 01:04:02 +0000 (01:04 +0000)]
Undo source tree self-modification

19 years agoApply upstream fix for butc crashing
Sam Hartman [Sun, 22 Oct 2006 00:56:34 +0000 (00:56 +0000)]
Apply upstream fix for butc crashing

19 years agoDocument changes debian/1.4.2-1
Sam Hartman [Fri, 20 Oct 2006 10:45:30 +0000 (10:45 +0000)]
Document changes
Update upstream tarball
Update CellServDB

19 years agoMerge 1.4.2 upstream changes onto trunk.
Sam Hartman [Fri, 20 Oct 2006 10:28:22 +0000 (10:28 +0000)]
Merge 1.4.2 upstream changes onto trunk.

19 years ago* Apply patch from Chaskiel Grundman to fix kernel panics when loading debian/1.4.2.fc4-3
Russ Allbery [Thu, 5 Oct 2006 20:03:15 +0000 (20:03 +0000)]
* Apply patch from Chaskiel Grundman to fix kernel panics when loading
  the kernel module into AMD64 2.6.18 kernels.  (Closes: #390653)

19 years ago* The UTS_RELEASE string is no longer found in linux/version.h in
Russ Allbery [Wed, 4 Oct 2006 18:52:39 +0000 (18:52 +0000)]
* The UTS_RELEASE string is no longer found in linux/version.h in
  2.6.18, so fall back on looking in config/kernel.release.  Thanks to
  Marcus Watts for the patch.

19 years ago* Apply upstream patch to fix klog segfaults. (Closes: #390940)
Russ Allbery [Wed, 4 Oct 2006 18:48:31 +0000 (18:48 +0000)]
* Apply upstream patch to fix klog segfaults.  (Closes: #390940)
  issues.  (Closes: #389729)

19 years ago* Apply additional upstream patch for AMD64 2.6.18 kernel module build debian/1.4.2.fc4-2
Russ Allbery [Sat, 30 Sep 2006 07:36:21 +0000 (07:36 +0000)]
* Apply additional upstream patch for AMD64 2.6.18 kernel module build
  issues.  (Closes:  #389729)

19 years agoRemove one more bit of useless debugging information. debian/1.4.2.fc4-1
Russ Allbery [Wed, 27 Sep 2006 18:20:33 +0000 (18:20 +0000)]
Remove one more bit of useless debugging information.

19 years agoAdd bug closer for 2.6.18 builds.
Russ Allbery [Wed, 27 Sep 2006 18:08:00 +0000 (18:08 +0000)]
Add bug closer for 2.6.18 builds.

19 years agoOpenAFS strips everything except for the fileserver and volserver, so
Russ Allbery [Tue, 26 Sep 2006 23:34:16 +0000 (23:34 +0000)]
OpenAFS strips everything except for the fileserver and volserver, so
for right now only provide debugging information for those two binaries.
Document the new debugging support in README.Debian.

19 years ago* Add LSB comments to the openafs-client and openafs-fileserver init
Russ Allbery [Tue, 26 Sep 2006 23:06:43 +0000 (23:06 +0000)]
* Add LSB comments to the openafs-client and openafs-fileserver init
  scripts.

19 years ago* Build an openafs-dbg package with debugging information for all
Russ Allbery [Tue, 26 Sep 2006 22:57:57 +0000 (22:57 +0000)]
* Build an openafs-dbg package with debugging information for all
  OpenAFS binaries.
* Update to debhelper compatibility level V5.

19 years agoMerge with upstream 1.4.2fc4 release.
Russ Allbery [Tue, 26 Sep 2006 22:47:36 +0000 (22:47 +0000)]
Merge with upstream 1.4.2fc4 release.

19 years agoUse the correct version number. debian/1.4.2.fc2-1
Russ Allbery [Sun, 3 Sep 2006 19:43:40 +0000 (19:43 +0000)]
Use the correct version number.

19 years agoThe aklog man page is now in POD with the rest.
Russ Allbery [Sat, 2 Sep 2006 06:57:18 +0000 (06:57 +0000)]
The aklog man page is now in POD with the rest.

19 years ago* Translation updates:
Russ Allbery [Sat, 2 Sep 2006 06:18:33 +0000 (06:18 +0000)]
* Translation updates:
  - German, thanks Henrik Kroeger.  (Closes: #384803)

19 years agoMerge with upstream 1.4.2fc2 release.
Russ Allbery [Sat, 2 Sep 2006 06:13:44 +0000 (06:13 +0000)]
Merge with upstream 1.4.2fc2 release.

19 years ago* Apply upstream fix from Derek Atkins for compilation with kernel debian/1.4.1-4
Russ Allbery [Sun, 9 Jul 2006 19:36:32 +0000 (19:36 +0000)]
* Apply upstream fix from Derek Atkins for compilation with kernel
  versions prior to 2.6.10.  (Closes: #376576)

19 years ago r2177@windlord: eagle | 2006-06-18 11:22:38 -0700 debian/1.4.1-3
Russ Allbery [Sun, 18 Jun 2006 18:23:17 +0000 (18:23 +0000)]
 r2177@windlord:  eagle | 2006-06-18 11:22:38 -0700
 * Translation updates:
   - Vietnamese, thanks Clytie Siddall.

19 years ago r2167@windlord: eagle | 2006-06-13 10:56:52 -0700
Russ Allbery [Thu, 15 Jun 2006 14:22:12 +0000 (14:22 +0000)]
 r2167@windlord:  eagle | 2006-06-13 10:56:52 -0700
  * Translation updates:
     - Portuguese (Brazil), thanks Andre' Lui's Lopes.
     - French, thanks Christian Perrier.

19 years ago r2166@windlord: eagle | 2006-06-07 13:03:08 -0700
Russ Allbery [Thu, 15 Jun 2006 14:22:00 +0000 (14:22 +0000)]
 r2166@windlord:  eagle | 2006-06-07 13:03:08 -0700
   * Translation updates:
     - Czech, thanks Martin Sin.

19 years ago r2165@windlord: eagle | 2006-06-07 12:56:09 -0700
Russ Allbery [Thu, 15 Jun 2006 14:21:48 +0000 (14:21 +0000)]
 r2165@windlord:  eagle | 2006-06-07 12:56:09 -0700
   * Use a better method of optionally running make distclean.
   * Add build-arch and build-indep targets, just in case.

19 years ago r2164@windlord: eagle | 2006-06-07 12:52:30 -0700
Russ Allbery [Thu, 15 Jun 2006 14:21:36 +0000 (14:21 +0000)]
 r2164@windlord:  eagle | 2006-06-07 12:52:30 -0700
   * Regenerate the man pages on build since the pre-generated ones were
     done with a very old version of pod2man.

19 years ago r2163@windlord: eagle | 2006-06-07 12:21:25 -0700
Russ Allbery [Thu, 15 Jun 2006 14:21:25 +0000 (14:21 +0000)]
 r2163@windlord:  eagle | 2006-06-07 12:21:25 -0700
 Add bug closer for fileserver tuning.

19 years ago r2162@windlord: eagle | 2006-06-07 12:09:03 -0700
Russ Allbery [Thu, 15 Jun 2006 14:21:13 +0000 (14:21 +0000)]
 r2162@windlord:  eagle | 2006-06-07 12:09:03 -0700
   * Update debconf templates to follow the best practice recommendations
     from the Developer's Reference.

19 years ago r2161@windlord: eagle | 2006-06-07 12:01:55 -0700
Russ Allbery [Thu, 15 Jun 2006 14:20:59 +0000 (14:20 +0000)]
 r2161@windlord:  eagle | 2006-06-07 12:01:55 -0700
   * When creating a new file server in afs-newcell, use a set of tuning
     flags from Harald Barth rather than relying on the defaults.  This
     doesn't help with general bos create; long term, the defaults need to
     be fixed.
   * Add a note in README.servers about fileserver tuning options.

19 years ago r2160@windlord: eagle | 2006-06-07 11:29:09 -0700
Russ Allbery [Thu, 15 Jun 2006 14:20:47 +0000 (14:20 +0000)]
 r2160@windlord:  eagle | 2006-06-07 11:29:09 -0700
   * Update standards version to 3.7.2 (no changes required).

19 years ago r2159@windlord: eagle | 2006-06-07 11:27:08 -0700
Russ Allbery [Thu, 15 Jun 2006 14:20:34 +0000 (14:20 +0000)]
 r2159@windlord:  eagle | 2006-06-07 11:27:08 -0700
   * Include all of AFS's local XDR implementation in the build for
     shlibafsrpc, fixing problems with undefined symbols in the PAM module
     on AMD64.

19 years ago * libopenafs-dev must conflict with liblwp-dev since they both provide debian/1.4.1-2
Russ Allbery [Sat, 15 Apr 2006 22:47:35 +0000 (22:47 +0000)]
  * libopenafs-dev must conflict with liblwp-dev since they both provide
    liblwp.a.  Thanks, Justin Pryzby.  (Closes: #362842)

19 years ago * openafs-client recommends lsof, since the init script uses it for
Russ Allbery [Sat, 15 Apr 2006 18:36:04 +0000 (18:36 +0000)]
  * openafs-client recommends lsof, since the init script uses it for
    cleaner shutdown.

19 years ago * Exit successfully in the openafs-client init script if no module is
Russ Allbery [Sat, 15 Apr 2006 18:34:45 +0000 (18:34 +0000)]
  * Exit successfully in the openafs-client init script if no module is
    installed, since otherwise openafs-client will fail to install until
    one builds a module.  This restores previous accidental behavior due
    to a bug in debhelper.  (Closes: #362695)

19 years ago* Add an explicit copyright statement to debian/copyright. debian/1.4.1-1
Russ Allbery [Fri, 14 Apr 2006 22:05:21 +0000 (22:05 +0000)]
* Add an explicit copyright statement to debian/copyright.

19 years agoTypo fix.
Russ Allbery [Fri, 14 Apr 2006 22:04:02 +0000 (22:04 +0000)]
Typo fix.

19 years agoRemove obsolete patches that have been incorporated upstream.
Russ Allbery [Fri, 14 Apr 2006 21:26:16 +0000 (21:26 +0000)]
Remove obsolete patches that have been incorporated upstream.

19 years agoClean up some unnecessary divergences from upstream.
Russ Allbery [Fri, 14 Apr 2006 21:21:08 +0000 (21:21 +0000)]
Clean up some unnecessary divergences from upstream.

19 years agoComment out the rc watch rule; we're back to using mainline releases.
Russ Allbery [Fri, 14 Apr 2006 21:02:43 +0000 (21:02 +0000)]
Comment out the rc watch rule; we're back to using mainline releases.

19 years agoMerge with upstream 1.4.1 release.
Russ Allbery [Fri, 14 Apr 2006 20:52:19 +0000 (20:52 +0000)]
Merge with upstream 1.4.1 release.

19 years agoFinalize changes for 1.4.0+rc10-1 and add another bug closer.
Russ Allbery [Fri, 31 Mar 2006 04:59:15 +0000 (04:59 +0000)]
Finalize changes for 1.4.0+rc10-1 and add another bug closer.

19 years ago * Since 2.6 is the supported kernel for etch, build the userspace with
Russ Allbery [Wed, 29 Mar 2006 20:56:10 +0000 (20:56 +0000)]
  * Since 2.6 is the supported kernel for etch, build the userspace with
    a sysname of *_linux26 where supported.  This only affects the sys
    command.  (Using livesys instead is better.)  (Closes: #358118)

19 years agoBuild the added man pages before they're installed.
Russ Allbery [Wed, 29 Mar 2006 20:55:26 +0000 (20:55 +0000)]
Build the added man pages before they're installed.

19 years agoAdd an additional few lines from the upstream LICENSE file.
Russ Allbery [Wed, 29 Mar 2006 20:47:05 +0000 (20:47 +0000)]
Add an additional few lines from the upstream LICENSE file.