summaryrefslogtreecommitdiffstats
path: root/sysutils/whowatch/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-21 15:50:50 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-21 15:50:50 +0000
commitf04b6fd8999bf099d5c88b277d644def0f0604a0 (patch)
tree4f567176677c6ba717b187d6b34faf4b75cbce1f /sysutils/whowatch/files
parent2c5ab941ebec919db447a5e2d06c047f24b855e3 (diff)
downloadFreeBSD-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-aa13
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
OpenPOWER on IntegriCloud