From: Sam Hartman Date: Sun, 30 May 2004 22:16:00 +0000 (+0000) Subject: Move afslocaldir to /etc/openafs/server-local as documented X-Git-Tag: debian/1.3.64-1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b921ec3c11fd877ea37694c739ebb4c7ebc480c2;p=packages%2Fo%2Fopenafs.git Move afslocaldir to /etc/openafs/server-local as documented --- diff --git a/debian/changelog b/debian/changelog index 0d6deb9e1..749fb1498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ openafs (1.3.64-1) experimental; urgency=low * use make only_libafs not dest_only_libafs - AS a result, build times are much faster, Closes: #144781 * Correct module build scripts to install module package from new location + * Fix afslocaldir to be /etc/openafs/server-local, Closes: #237154 - -- + -- Sam Hartman Sun, 30 May 2004 18:12:54 -0400 openafs (1.2.11-1) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 86bc59e55..82b4a2d89 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ configure-stamp: # sh regen.sh afslogsdir=/var/log/openafs sh configure --with-afs-sysname=$(SYS_NAME) --disable-kernel-module \ --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var/lib + --localstatedir=/var/lib afslocaldir=/etc/openafs/server-local chmod a+x src/libafs/make_kbuild_makefile.pl install -d $(SYS_NAME)/dest/root.client/usr/vice/etc install -d dest/root.server/usr/afs/bin