]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix up templates
authorSam Hartman <hartmans@debian.org>
Sun, 5 Nov 2000 04:33:30 +0000 (04:33 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 5 Nov 2000 04:33:30 +0000 (04:33 +0000)
and more conffiles

debian/README.Debian
debian/openafs-client.conffiles
debian/openafs-client.dirs
debian/openafs-client.templates
debian/rules

index 9ab3617dbb3276346aed7a2e0aee73096d1b479b..c43a88e01a39079c84b012d0b4d95ab118c6a4f8 100644 (file)
@@ -1,6 +1,21 @@
 openafs for Debian
 ----------------------
 
-<possible notes regarding this package - if none, delete this file>
+* No manual pages are included.  I need to find out if versions exist
+  that are OK for copyright reasons.
 
- -- unknown <hartmans@snorklewacker.mit.edu>, 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 <hartmans@mit.edu>, Fri,  3 Nov 2000 23:41:41 -0500
index dd700846f0a1e9f7e195e577ff8bb24566d7a7eb..418b784ab4c5a8408bf12a831db3b9ee7ad41c97 100644 (file)
@@ -1 +1,3 @@
 etc/openafs/CellServDB
+etc/openafs/afs.conf
+etc/init.d/openafs-client
index 36d778cf90ad21514b8ab74296253f113c032e5b..2df2637033c3a961ab78c8887882ad712120beef 100644 (file)
@@ -1,2 +1,3 @@
 var/cache/openafs
 etc/openafs
+etc/init.d
index 5281fcbfe3395d1b6f8b87e858884ac63061db40..14bfcb81e273b4a7974a10bececbdf9b5315696c 100644 (file)
@@ -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.
 
index e03369296842ce069f21f8489143b8ca02838119..56dba5844ea11d06a6831e964ccc3c79b9dc02a4 100755 (executable)
@@ -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.