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
etc/openafs/CellServDB
+etc/openafs/afs.conf
+etc/init.d/openafs-client
var/cache/openafs
etc/openafs
+etc/init.d
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.
-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
# 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.