diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-12-17 04:33:11 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-12-17 04:33:11 +0800 |
commit | b70bec6c0027167c6f3edafa7392dc8ec434e062 (patch) | |
tree | 11595dd5d34662e1b04f72c4545441e44fa969f1 /sysutils/yawho/files | |
parent | 82491d3564dda2996feee19106a5728fe12ce83b (diff) | |
download | freebsd-ports-gnome-b70bec6c0027167c6f3edafa7392dc8ec434e062.tar.gz freebsd-ports-gnome-b70bec6c0027167c6f3edafa7392dc8ec434e062.tar.zst freebsd-ports-gnome-b70bec6c0027167c6f3edafa7392dc8ec434e062.zip |
Initial import of yawho, a w-like program which adds the display
of connection type and login shell PID.
Diffstat (limited to 'sysutils/yawho/files')
-rw-r--r-- | sysutils/yawho/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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 |