diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-25 13:17:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-25 13:17:54 +0000 |
commit | 323aa7a8f00f7494a5ba562204a3621c7dd53544 (patch) | |
tree | 6d1860f158cf06e627503ebba5e8cce38ef98037 /misc/grc/files/patch-grcat | |
parent | Oops ! PORTVERSION was supposed to be 9.2j, not 9.2_pj (because portlint (diff) |
add grc
Generic Colouriser is yet another colouriser for beautifying your logfiles
or output of commands
Notes
Notes:
svn path=/head/; revision=40345
Diffstat (limited to 'misc/grc/files/patch-grcat')
-rw-r--r-- | misc/grc/files/patch-grcat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/grc/files/patch-grcat b/misc/grc/files/patch-grcat new file mode 100644 index 000000000000..c81e4533bc7c --- /dev/null +++ b/misc/grc/files/patch-grcat @@ -0,0 +1,8 @@ +--- grcat.orig Sun Mar 25 20:48:10 2001 ++++ grcat Sun Mar 25 20:48:51 2001 +@@ -1,4 +1,4 @@ +-#! /usr/bin/python ++#!%%PYTHON_CMD%% + + import sys, os, string, getopt, re, signal, sys + |