(Log entry for previous version is bogus.) Read netgroups database.
authormdw <mdw>
Thu, 7 Aug 1997 10:00:37 +0000 (10:00 +0000)
committermdw <mdw>
Thu, 7 Aug 1997 10:00:37 +0000 (10:00 +0000)
Give up privileges permanently on startup.

src/daemon.c

index d2bf8df..56a9dab 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: daemon.c,v 1.3 1997/08/07 09:49:39 mdw Exp $
+ * $Id: daemon.c,v 1.4 1997/08/07 10:00:37 mdw Exp $
  *
  * Running a `become' daemon
  *
@@ -29,9 +29,9 @@
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: daemon.c,v $
- * Revision 1.3  1997/08/07 09:49:39  mdw
- * Extensive modifications to handle netgroups.  Also sanitise user and group
- * names before adding them to the symbol table.
+ * Revision 1.4  1997/08/07 10:00:37  mdw
+ * (Log entry for previous version is bogus.)  Read netgroups database.
+ * Give up privileges permanently on startup.
  *
  * Revision 1.2  1997/08/04 10:24:21  mdw
  * Sources placed under CVS control.