diff options
author | jim <jim@FreeBSD.org> | 1999-11-03 20:32:54 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-11-03 20:32:54 +0000 |
commit | a6351b7fd2d5d36f4f09b99bfb906616c12a0128 (patch) | |
tree | cee0bbf8e1ac8eb02d40cc741fb0afd1839291cb /sysutils/uwatch/files | |
parent | c14b4f9c4f57260a4d20d8e3498f377d0e4961ce (diff) | |
download | FreeBSD-ports-a6351b7fd2d5d36f4f09b99bfb906616c12a0128.zip FreeBSD-ports-a6351b7fd2d5d36f4f09b99bfb906616c12a0128.tar.gz |
Import of uwatch.
Uwatch gives notifications when all, or selected users login and
logout of the system. It can also give the time, port, and calling
host of the login.
PR: 14687
Submitted by: James Howard <howardjp@wam.umd.edu>
Diffstat (limited to 'sysutils/uwatch/files')
-rw-r--r-- | sysutils/uwatch/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/uwatch/files/patch-aa b/sysutils/uwatch/files/patch-aa new file mode 100644 index 0000000..bf83168 --- /dev/null +++ b/sysutils/uwatch/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Wed Nov 3 10:43:26 1999 ++++ Makefile Wed Nov 3 10:44:11 1999 +@@ -1,3 +1,7 @@ ++DESTDIR= ${PREFIX} ++BINDIR= /bin ++MANDIR= /man/man ++ + PROG= uwatch + CFLAGS= -Wall + |