[Lunar-commits] CVS: moonbase/kernel/openafs-driver POST_INSTALL, NONE, 1.1 BUILD, 1.1, 1.2 DETAILS, 1.2, 1.3

Stefan Wold ratler at lunar-linux.org
Tue May 11 14:05:30 GMT 2004


Update of /var/cvs/lunar/moonbase/kernel/openafs-driver
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23825

Modified Files:
	BUILD DETAILS 
Added Files:
	POST_INSTALL 
Log Message:
Changed the way the kernel module is installed. It will no longer remove the old module if kernel is upgraded. This make it possible to have multiple kernel and openafs-driver modules

--- NEW FILE: POST_INSTALL ---
if [ ! -d /usr/vice/etc/modload ]; then
	mkdir -p /usr/vice/etc/modload
fi

install -m 644 $SOURCE_DIRECTORY/i386_linux24/dest/root.client/usr/vice/etc/modload/*.o /usr/vice/etc/modload

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/openafs-driver/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	29 Dec 2003 19:55:07 -0000	1.1
+++ BUILD	11 May 2004 14:05:28 -0000	1.2
@@ -7,14 +7,7 @@
 		--infodir=/usr/share/info	\
 		--mandir=/usr/share/man		\
 		$OPTS				&&
-  make	dest_only_libafs			&&
-  prepare_install				&&
-  
-  if [ ! -d /usr/vice/etc/modload ]; then
-	mkdir -p /usr/vice/etc/modload
-  fi &&
-
-  install -m 644 $SOURCE_DIRECTORY/i386_linux24/dest/root.client/usr/vice/etc/modload/*.o /usr/vice/etc/modload
+  make dest_only_libafs
 
 ) > $C_FIFO 2>&1
   

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/openafs-driver/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	11 Jan 2004 16:36:21 -0000	1.2
+++ DETAILS	11 May 2004 14:05:28 -0000	1.3
@@ -11,8 +11,8 @@
            SHORT="OpenAFS kernel module"
            PSAFE="no"
 cat << EOF
-OpenAFS kernel module. AFS is a distributed filesystem
-allowing cross-platform sharing of files among multiple computers.
-Facilities are provided for access control, authentication, backup and
+OpenAFS kernel module. AFS is a distributed filesystem allowing
+cross-platform sharing of files among multiple computers. Facilities
+are provided for access control, authentication, backup and
 adminsitrative management.
 EOF



More information about the Lunar-commits mailing list