OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 13-Jul-2004 10:35:32
Branch: HEAD Handle: 2004071309353100
Modified files:
openpkg-web/security Makefile
Log:
add my favorite tool to review SAs line by line
Summary:
Revision Changes Path
1.2 +7 -0 openpkg-web/security/Makefile
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/security/Makefile
============================================================================
$ cvs diff -u -r1.1 -r1.2 Makefile
--- openpkg-web/security/Makefile 23 Jan 2003 11:32:43 -0000 1.1
+++ openpkg-web/security/Makefile 13 Jul 2004 08:35:31 -0000 1.2
@@ -2,3 +2,10 @@
all:
perl -w ./page.pl
+linereview:
+ for l in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do \
+ for f in OpenPKG-SA-2*.txt; do \
+ head -$$l $$f | tail -1; \
+ done; \
+ read DUMMY; \
+ done
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]