[Lunar-commits] CVS: moonbase/utils/ibackup BUILD,1.1,1.2

Terry Chan tchan at lunar-linux.org
Sat Jan 3 23:45:16 GMT 2004


Update of /var/cvs/lunar/moonbase/utils/ibackup
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19489

Modified Files:
	BUILD 
Log Message:
Added an sedit to fix the screwy naming convention of the backup tarball,
from DDMMYYYY to the Lunar norm of YYYYMMDD.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/ibackup/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	3 Jan 2004 19:10:21 -0000	1.1
+++ BUILD	3 Jan 2004 23:45:14 -0000	1.2
@@ -1,4 +1,8 @@
 ( 
+
+  #This fixes the screw naming convention to Lunar normal of YYYYMMDD.
+  sedit "s/%d%m%Y/%Y%m%d/"  ibackup &&
   prepare_install &&
   make install install-config 
+  
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list