[Lunar-commits] CVS: theedge/var/lib/lunar/functions view.lunar, 1.3, 1.4

Moritz Heiber moe at lunar-linux.org
Wed Jan 19 12:09:59 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv18992

Modified Files:
	view.lunar 
Log Message:
There's also the type 'data'


Index: view.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/view.lunar,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- view.lunar	29 Jul 2003 20:49:28 -0000	1.3
+++ view.lunar	19 Jan 2005 12:09:56 -0000	1.4
@@ -16,6 +16,7 @@
       ASCII) cat $1         | ${PAGER:-less} ;;
       bzip2) cat $1 | bzcat | ${PAGER:-less} ;;
        gzip) cat $1 | zcat  | ${PAGER:-less} ;;
+       data) cat $1         | ${PAGER:-less} ;;
     esac
   else
     cat | ${PAGER:-less}



More information about the Lunar-commits mailing list