Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Avoid nfs devices correctly.
details: https://anonhg.NetBSD.org/src/rev/022bc2f4bc4b
branches: trunk
changeset: 336155:022bc2f4bc4b
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Feb 14 19:46:55 2015 +0000
description:
Avoid nfs devices correctly.
diffstat:
etc/security | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 5568b35f4250 -r 022bc2f4bc4b etc/security
--- a/etc/security Sat Feb 14 19:05:59 2015 +0000
+++ b/etc/security Sat Feb 14 19:46:55 2015 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: security,v 1.118 2014/12/13 02:17:35 uebayasi Exp $
+# $NetBSD: security,v 1.119 2015/02/14 19:46:55 nakayama Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@@ -915,7 +915,7 @@
# nfs and "device" (the header of iostat)
for i in $disks; do
case $i in
- [cfm]d[0-9]*|dk[0-9]*|st[0-9]*|nfs|device)
+ [cfm]d[0-9]*|dk[0-9]*|st[0-9]*|nfs[0-9]*|device)
;;
*)
if disklabel $i > /dev/null 1>&2; then
Home |
Main Index |
Thread Index |
Old Index