From owner-cvs-usrsbin Mon Dec 2 04:33:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA19078 for cvs-usrsbin-outgoing; Mon, 2 Dec 1996 04:33:00 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA19060; Mon, 2 Dec 1996 04:32:50 -0800 (PST) Date: Mon, 2 Dec 1996 04:32:50 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612021232.EAA19060@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch watch.8 watch.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/02 04:32:49 Modified: usr.sbin/watch watch.8 watch.c Log: I have added a '-n' flag to the watch(8) command. This option disables the ability to interactively select a new tty. I have also removed a check for uid == 0 because it gets in the way of using suid mode based access control. Watch (8)is only runnable by root, so this does not really change things much. Closes PR#2131 Submitted-By: adrian@virginia.edu Revision Changes Path 1.9 +7 -1 src/usr.sbin/watch/watch.8 1.9 +13 -8 src/usr.sbin/watch/watch.c