Source-Changes-HG archive

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

[src/trunk]: src/etc add raid, remove cd drives and floppy drives from the ni...



details:   https://anonhg.NetBSD.org/src/rev/0e02823cc412
branches:  trunk
changeset: 515397:0e02823cc412
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Sep 23 19:51:20 2001 +0000

description:
add raid, remove cd drives and floppy drives from the nightly disk
permissions checks.

note: This whole thing needs to be rototilled. And yes, I'm
volunteering to do it.

diffstat:

 etc/security |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7d6e2195162c -r 0e02823cc412 etc/security
--- a/etc/security      Sun Sep 23 19:45:41 2001 +0000
+++ b/etc/security      Sun Sep 23 19:51:20 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: security,v 1.59 2001/09/23 19:10:25 perry Exp $
+#      $NetBSD: security,v 1.60 2001/09/23 19:51:20 perry Exp $
 #      from: @(#)security      8.1 (Berkeley) 6/9/93
 #
 
@@ -536,7 +536,7 @@
        # Check for block and character disk devices that are readable or
        # writeable or not owned by root.operator.
        >$TMP1
-       DISKLIST="acd ccd cd ch fd hk hp mcd md ra rb rd rl rx \
+       DISKLIST="acd ccd ch hk hp md ra raid rb rd rl rx \
            sd se ss uk up vnd wd xd xy"
 #      DISKLIST="$DISKLIST ct mt st wt"
        for i in $DISKLIST; do



Home | Main Index | Thread Index | Old Index