From b70bec6c0027167c6f3edafa7392dc8ec434e062 Mon Sep 17 00:00:00 2001 From: dannyboy Date: Sat, 16 Dec 2000 20:33:11 +0000 Subject: Initial import of yawho, a w-like program which adds the display of connection type and login shell PID. --- sysutils/yawho/files/patch-aa | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/yawho/files/patch-aa (limited to 'sysutils/yawho/files') diff --git a/sysutils/yawho/files/patch-aa b/sysutils/yawho/files/patch-aa new file mode 100644 index 000000000000..088b59121a7b --- /dev/null +++ b/sysutils/yawho/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in Fri May 19 14:15:10 2000 ++++ Makefile.in.new Sat Dec 16 15:01:07 2000 +@@ -64,7 +64,7 @@ + @rm -f yawho + $(LINK) $(yawho_LDFLAGS) $(yawho_OBJECTS) $(yawho_LDADD) $(LIBS) + install: +- $(INSTALL) -o root -m 0755 yawho $(bindir)/yawho ++ $(BSD_INSTALL_PROGRAM) yawho $(bindir)/yawho + clean: + rm -f ./*.o + rm -f yawho -- cgit