Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 1996 04:32:50 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/watch watch.8 watch.c
Message-ID:  <199612021232.EAA19060@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612021232.EAA19060>