From de7b1fa7822832402107d3779334b46a1374b2bf Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 5 Nov 2000 04:33:30 +0000 Subject: [PATCH] Fix up templates and more conffiles --- debian/README.Debian | 19 +++++++++++++++++-- debian/openafs-client.conffiles | 2 ++ debian/openafs-client.dirs | 1 + debian/openafs-client.templates | 7 ++++++- debian/rules | 7 ++++--- 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 9ab3617db..c43a88e01 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,21 @@ openafs for Debian ---------------------- - +* No manual pages are included. I need to find out if versions exist + that are OK for copyright reasons. - -- unknown , Fri, 3 Nov 2000 23:41:41 -0500 +* The init.d script is not activated by default. I want to hold off + on this until module building is more reasonable. + +* AFS users may be confused by the directory layout. The files that + normally go in /usr/vice/etc go in /etc/openafs. The cache should + be mounted on /var/cache/openafs. + +* The libopenafs-dev package only includes static libraries because + AFS does not build shared libs. + + + + + + -- Sam Hartman , Fri, 3 Nov 2000 23:41:41 -0500 diff --git a/debian/openafs-client.conffiles b/debian/openafs-client.conffiles index dd700846f..418b784ab 100644 --- a/debian/openafs-client.conffiles +++ b/debian/openafs-client.conffiles @@ -1 +1,3 @@ etc/openafs/CellServDB +etc/openafs/afs.conf +etc/init.d/openafs-client diff --git a/debian/openafs-client.dirs b/debian/openafs-client.dirs index 36d778cf9..2df263703 100644 --- a/debian/openafs-client.dirs +++ b/debian/openafs-client.dirs @@ -1,2 +1,3 @@ var/cache/openafs etc/openafs +etc/init.d diff --git a/debian/openafs-client.templates b/debian/openafs-client.templates index 5281fcbfe..14bfcb81e 100644 --- a/debian/openafs-client.templates +++ b/debian/openafs-client.templates @@ -7,6 +7,11 @@ Description: What AFS cell does this workstation belong to? template: openafs-client/cachesize Type: string -Description: How large is your AFS cache (kb)? Default: 50000 +Description: How large is your AFS cache (kb)? + AFS uses a area of the disk to cache remote files for faster + access. This cache will be mounted on /var/cache/openafs. It is + important that the cache not overfill the partition it is located + on. Often, people find it useful to dedicate a partition to their + AFS cache. diff --git a/debian/rules b/debian/rules index e03369296..56dba5844 100755 --- a/debian/rules +++ b/debian/rules @@ -29,13 +29,13 @@ configure-stamp: -ln -s src/Makefile Makefile + $(MAKE) links touch configure-stamp build: configure-stamp build-stamp build-stamp: dh_testdir - $(MAKE) links $(MAKE) SYS_NAME=$(SYS_NAME) touch build-stamp @@ -59,8 +59,9 @@ install: build # Add here commands to install the package into debian/tmp. cat debian/filelist |debian/movefiles - - + cp dest/root.client/usr/vice/etc/afs.rc debian/openafs-client/etc/init.d/openafs-client + chmod 755 debian/openafs-client/etc/init.d/openafs-client + cp dest/root.client/usr/vice/etc/afs.conf debian/openafs-client/etc/openafs/afs.conf # Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. -- 2.39.5