Source-Changes-HG archive

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

[src/trunk]: src/etc remove acd (non existant), add ld (for hw raid logical d...



details:   https://anonhg.NetBSD.org/src/rev/42eb405b6618
branches:  trunk
changeset: 515408:42eb405b6618
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 24 03:19:43 2001 +0000

description:
remove acd (non existant), add ld (for hw raid logical drives)

diffstat:

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

diffs (20 lines):

diff -r c1dc2b6fa9a5 -r 42eb405b6618 etc/security
--- a/etc/security      Mon Sep 24 01:48:15 2001 +0000
+++ b/etc/security      Mon Sep 24 03:19:43 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: security,v 1.60 2001/09/23 19:51:20 perry Exp $
+#      $NetBSD: security,v 1.61 2001/09/24 03:19:43 lukem 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 ch hk hp md ra raid rb rd rl rx \
+       DISKLIST="ccd ch hk hp ld 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