[Lunar-commits] CVS: moonbase/filesys/openafs BUILD, 1.4, 1.5 POST_INSTALL, 1.2, 1.3

Jerry Lundström prox at lunar-linux.org
Thu Nov 18 08:22:40 UTC 2004


Update of /var/cvs/lunar/moonbase/filesys/openafs
In directory espresso.foo-projects.org:/tmp/cvs-serv18196

Modified Files:
	BUILD POST_INSTALL 
Log Message:
moved message to after post-install of driver, otherwise you miss it

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/openafs/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	17 Nov 2004 17:59:00 -0000	1.4
+++ BUILD	18 Nov 2004 08:22:38 -0000	1.5
@@ -39,15 +39,7 @@
   sedit "s;^OPTIONS=.*;OPTIONS=\"\$MEDIUM -nosettime\";" $SOURCE_DIRECTORY/src/afsd/afs.conf.linux
   install -p -m 644 $SOURCE_DIRECTORY/src/afsd/afs.conf.linux /etc/config.d/afs	 &&
   sedit "s;^SYSCNF=.*;SYSCNF=/etc/config.d/afs;" $SOURCE_DIRECTORY/src/afsd/afs.rc.linux	&&
-  install -p -m 755 $SOURCE_DIRECTORY/src/afsd/afs.rc.linux /etc/init.d/afs &&
-
- 
-  message ""
-  message "Before starting AFS remember to add your AFS cell"
-  message "to /usr/vice/etc/ThisCell. You might also want to"
-  message "change the cache size which is by default 100Mb"
-  message "in /usr/vice/etc/cacheinfo."
-  message ""
+  install -p -m 755 $SOURCE_DIRECTORY/src/afsd/afs.rc.linux /etc/init.d/afs
  
 ) > $C_FIFO 2>&1
   

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/openafs/POST_INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- POST_INSTALL	23 Jun 2004 12:26:07 -0000	1.2
+++ POST_INSTALL	18 Nov 2004 08:22:38 -0000	1.3
@@ -1 +1,8 @@
-lin openafs-driver
+lin openafs-driver &&
+
+message "" &&
+message "Before starting AFS remember to add your AFS cell" &&
+message "to /usr/vice/etc/ThisCell. You might also want to" &&
+message "change the cache size which is by default 100Mb" &&
+message "in /usr/vice/etc/cacheinfo." &&
+message ""



More information about the Lunar-commits mailing list