summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2007-12-20 00:09:53 +0000
committerDavid Zeuthen <davidz@src.gnome.org>2007-12-20 00:09:53 +0000
commit919db5e7ed56d250e99cd75e5a8c02795410008a (patch)
treed7c1f5471a5968dd822e88fe1016c003ad2f2710 /programs
parentb39427e4922d0f0fc73b38494086d28175589a4f (diff)
downloadgvfs-919db5e7ed56d250e99cd75e5a8c02795410008a.tar.gz
Add missing files from previous patch.
2007-12-19 David Zeuthen <davidz@redhat.com> Add missing files from previous patch. * daemon/cdda.mount.in: * daemon/gvfsbackendcdda.c: (g_vfs_backend_cdda_finalize), (g_vfs_backend_cdda_init), (do_mount), (try_mount), (do_unmount), (get_track_num_from_name), (free_read_handle), (create_header), (do_open_for_read), (paranoia_callback), (do_read), (do_seek_on_read), (do_close_read), (set_info_for_track), (do_query_info), (do_enumerate), (g_vfs_backend_cdda_class_init): * daemon/gvfsbackendcdda.h: * programs/gvfs-less: svn path=/trunk/; revision=1054
Diffstat (limited to 'programs')
-rwxr-xr-xprograms/gvfs-less23
1 files changed, 23 insertions, 0 deletions
diff --git a/programs/gvfs-less b/programs/gvfs-less
new file mode 100755
index 00000000..ba0c6768
--- /dev/null
+++ b/programs/gvfs-less
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright (C) 2006-2007 Red Hat, Inc.
+#
+# This library is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
+# USA.
+#
+# Author: David Zeuthen <davidz@redhat.com>
+
+LESSOPEN="|gvfs-cat %s"; export LESSOPEN
+exec less "$@"