openafs (1.0.snap20001106-1) unstable; urgency=low
* New Upstream version
+ * Fix init.d script to properly remove openafs.o
- --
+ -- Sam Hartman <hartmans@mit.edu> Tue, 7 Nov 2000 13:55:47 -0500
openafs (1.0.snap20001104-1) unstable; urgency=low
Package: openafs-client
Architecture: any
-Depends: ${shlibs:Depends}, debconf, openafs-modules
+Depends: ${shlibs:Depends}, debconf
+Recommends: openafs-modules
Description: The AFS distributed filesystem- client support
AFS is a distributed filesystem allowing cross-platform sharing of
files among multiple computers. Facilities are provided for access
Package: openafs-modules-=KVERS
Conflicts: openafs-client (= 1.0.snap20001103-1)
+
+Depends: openafs-client
Provides: openafs-modules
Architecture: any
Description: The AFS distributed filesystem- Kernel Module
Conflicts: openafs-client (= 1.0.snap20001103-1)
Provides: openafs-modules
Architecture: any
+Depends: openafs-client
Recommends: kernel-image-=KVERS (= =KREVS)
Description: The AFS distributed filesystem- Kernel Module
AFS is a distributed filesystem allowing cross-platform sharing of
control, authentication, backup and administrative management.
.
This package provides the kernel module for the filesystem
+
debian/$(modulepkg)/lib/modules/$(KVERS)/fs
# Fix some stuff up
install -d -o root -g root -m 755 debian/$(modulepkg)/usr/share/doc
+ ln -s openafs-client debian/$(modulepkg)/usr/share/doc/$(modulepkg)
rm -rf debian/$(modulepkg)/usr/include
ifeq ($(KERNEL_DEPENDS),y)
sh debian/prep-modules $(KSRC) debian/control.module > debian/control
case `arch` in
i[3456]86)
echo i386_linux22
+;;
+ *)
+ echo ERROr: sysname not yet known
+ exit 1
+
esac
--pidfile /var/run/bos.pid
fi
- LIBAFS=`/sbin/lsmod | fgrep libafs`
+ LIBAFS=`/sbin/lsmod | fgrep openafs`
if [ -n "$LIBAFS" ] ; then
LIBAFS=`echo $LIBAFS | awk 'BEGIN { FS = " " } { print $1 }'`
- /sbin/rmmod $LIBAFS
+ /sbin/rmmod openafs.o
echo -n " libafs"
fi
echo "."