diff options
author | tv <tv@pkgsrc.org> | 2004-10-13 18:50:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-13 18:50:13 +0000 |
commit | 6d01d25a91cdaeebf5ae66d0fe5263042057efbe (patch) | |
tree | bf9c29482a5529f8c7eb1b044c1eca6118ff22ad /misc/colorls/patches | |
parent | 888be43a6a0148e5489c5706ee89d7ecd7752b7a (diff) | |
download | pkgsrc-6d01d25a91cdaeebf5ae66d0fe5263042057efbe.tar.gz |
Defuzz patches by regenerating with pkgdiff.
Diffstat (limited to 'misc/colorls/patches')
-rw-r--r-- | misc/colorls/patches/patch-aa | 9 | ||||
-rw-r--r-- | misc/colorls/patches/patch-ab | 17 |
2 files changed, 10 insertions, 16 deletions
diff --git a/misc/colorls/patches/patch-aa b/misc/colorls/patches/patch-aa index d974d843b79..abb636a0f48 100644 --- a/misc/colorls/patches/patch-aa +++ b/misc/colorls/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2000/02/05 20:05:24 wiz Exp $ +$NetBSD: patch-aa,v 1.7 2004/10/13 18:50:13 tv Exp $ ---- Makefile.orig Sat Nov 27 23:51:20 1999 -+++ Makefile Sat Nov 27 23:51:22 1999 -@@ -3,5 +3,8 @@ +--- Makefile.orig Fri Sep 23 22:55:51 1994 ++++ Makefile +@@ -3,4 +3,7 @@ -PROG= ls +PROG= colorls @@ -11,4 +11,3 @@ $NetBSD: patch-aa,v 1.6 2000/02/05 20:05:24 wiz Exp $ +MANDIR= ${PREFIX}/man +MANINSTALL= catinstall maninstall - .include <bsd.prog.mk> diff --git a/misc/colorls/patches/patch-ab b/misc/colorls/patches/patch-ab index 95c537b49f5..b2c4640bc22 100644 --- a/misc/colorls/patches/patch-ab +++ b/misc/colorls/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.6 2000/02/05 20:05:24 wiz Exp $ +$NetBSD: patch-ab,v 1.7 2004/10/13 18:50:13 tv Exp $ ---- colorls.1.orig Sat Nov 27 23:53:51 1999 -+++ colorls.1 Sat Nov 27 23:53:52 1999 -@@ -35,15 +35,23 @@ +--- colorls.1.orig Wed Oct 13 14:49:05 2004 ++++ colorls.1 +@@ -37,14 +37,22 @@ .\" .Dd July 29, 1994 -.Dt LS 1 @@ -30,9 +30,7 @@ $NetBSD: patch-ab,v 1.6 2000/02/05 20:05:24 wiz Exp $ +.Pp For each operand that names a .Ar file - of a type other than -@@ -87,6 +95,12 @@ - a percent sign (%) after each whiteout, +@@ -88,4 +96,10 @@ a percent sign (%) after each whiteout, and a vertical bar (|) after each that is a .Tn FIFO . +.It Fl G @@ -43,9 +41,7 @@ $NetBSD: patch-ab,v 1.6 2000/02/05 20:05:24 wiz Exp $ +some extra attributes (setuid bit set, etc.) are also displayed. .It Fl L If argument is a symbolic link, list the file or directory the link references - rather than the link itself. -@@ -318,6 +332,74 @@ - See +@@ -319,4 +333,72 @@ See .Xr environ 7 for more information. +.It LSCOLORS @@ -118,4 +114,3 @@ $NetBSD: patch-ab,v 1.6 2000/02/05 20:05:24 wiz Exp $ +background for setuid executables, etc. .El .Sh COMPATIBILITY - The group field is now automatically included in the long listing for |