Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/dmesg Oops, forgot to commit this file - actually remov...



details:   https://anonhg.NetBSD.org/src/rev/859173499786
branches:  trunk
changeset: 487971:859173499786
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jun 16 03:41:37 2000 +0000

description:
Oops, forgot to commit this file - actually remove the kmem setgid bit.

diffstat:

 sbin/dmesg/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 6c4a2085bf7a -r 859173499786 sbin/dmesg/Makefile
--- a/sbin/dmesg/Makefile       Fri Jun 16 02:10:12 2000 +0000
+++ b/sbin/dmesg/Makefile       Fri Jun 16 03:41:37 2000 +0000
@@ -1,10 +1,8 @@
-#      $NetBSD: Makefile,v 1.8 1995/03/18 14:54:45 cgd Exp $
+#      $NetBSD: Makefile,v 1.9 2000/06/16 03:41:37 simonb Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 PROG=  dmesg
 MAN=   dmesg.8
-BINGRP=        kmem
-BINMODE=2555
 LDADD= -lkvm
 DPADD= ${LIBKVM}
 



Home | Main Index | Thread Index | Old Index