diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 19:42:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-11 19:42:45 +0000 |
commit | c2583f209ac92da87af94679a99e89db721a75b2 (patch) | |
tree | 3fbc8bd146b238dedb24826af92582b8f76b0d8f /sysutils/lsof/files | |
parent | Don't make a seperate subdir w/DISTDIR for each version. (diff) |
Moving Vic Abell's LSOF package from ports/misc to ports/sysutils.
LSOF is a very useful package for a system administrateor. Ot shows all
kind of open files, including sockets, pipes and knows about NFS.
Notes
Notes:
svn path=/head/; revision=4401
Diffstat (limited to 'sysutils/lsof/files')
-rw-r--r-- | sysutils/lsof/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/lsof/files/patch-aa b/sysutils/lsof/files/patch-aa new file mode 100644 index 000000000000..917f49b12094 --- /dev/null +++ b/sysutils/lsof/files/patch-aa @@ -0,0 +1,11 @@ +--- dialects/freebsd/machine.h.orig Mon Jul 29 11:32:54 1996 ++++ dialects/freebsd/machine.h Tue Aug 6 18:55:07 1996 +@@ -274,7 +274,7 @@ + * (the one that its user logged on with) of the lsof process. + */ + +-/* #define HASSECURITY 1 */ ++#define HASSECURITY 1 + + + /* |