diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-21 15:50:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-21 15:50:50 +0000 |
commit | f04b6fd8999bf099d5c88b277d644def0f0604a0 (patch) | |
tree | 4f567176677c6ba717b187d6b34faf4b75cbce1f /sysutils/whowatch/files | |
parent | 2c5ab941ebec919db447a5e2d06c047f24b855e3 (diff) | |
download | FreeBSD-ports-f04b6fd8999bf099d5c88b277d644def0f0604a0.zip FreeBSD-ports-f04b6fd8999bf099d5c88b277d644def0f0604a0.tar.gz |
Initial import of whowatch - a small program which displays in real time info
about users currently logged in.
PR: 19229
Submitted by: Daniel Harris <dannyboy@dannyboy.eyep.net>
Diffstat (limited to 'sysutils/whowatch/files')
-rw-r--r-- | sysutils/whowatch/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/whowatch/files/patch-aa b/sysutils/whowatch/files/patch-aa new file mode 100644 index 0000000..053c391 --- /dev/null +++ b/sysutils/whowatch/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.in.orig Wed Jun 21 18:42:29 2000 ++++ Makefile.in Wed Jun 21 18:42:36 2000 +@@ -70,8 +70,8 @@ + rm -rf ./*.o + rm -f whowatch + install: whowatch +- $(INSTALL) -m 755 whowatch $(bindir)/whowatch +- $(INSTALL) -m 644 whowatch.1 $(mandir)/man1/whowatch.1 ++ $(BSD_INSTALL_PROGRAM) whowatch $(bindir)/whowatch ++ $(BSD_INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1 + + distclean: + make clean |