pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files Use the '-u' option to diff so that th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4323133ed296
branches: trunk
changeset: 521891:4323133ed296
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Nov 26 11:46:41 2006 +0000
description:
Use the '-u' option to diff so that the subsequent grep works. (Didn't notice
this because I have that option in cvsrc.)
Pointed out by OKANO Takayoshi in private mail.
diffstat:
doc/guide/files/gnome.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8a12b02ec702 -r 4323133ed296 doc/guide/files/gnome.xml
--- a/doc/guide/files/gnome.xml Sun Nov 26 10:00:04 2006 +0000
+++ b/doc/guide/files/gnome.xml Sun Nov 26 11:46:41 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: gnome.xml,v 1.3 2006/09/17 15:48:45 jmmv Exp $ -->
+<!-- $NetBSD: gnome.xml,v 1.4 2006/11/26 11:46:41 jmmv Exp $ -->
<chapter id="gnome"> <?dbhtml filename="gnome.html"?>
<title>GNOME packaging and porting</title>
@@ -305,7 +305,7 @@
list of "new" lines. This will provide you an outline on what
packages need to be updated in pkgsrc and in what order:</para>
- <screen>&cprompt; <userinput>cvs diff gnome-devel gnome-base gnome | grep '^+D' >todo.txt</userinput></screen>
+ <screen>&cprompt; <userinput>cvs diff -u gnome-devel gnome-base gnome | grep '^+D' >todo.txt</userinput></screen>
</listitem>
<listitem>
Home |
Main Index |
Thread Index |
Old Index