say what don't you like about $when, approved by luke.
This commit is contained in:
parent
125b1a5718
commit
611f2a6106
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rc.lkm,v 1.7 2000/10/07 07:36:56 lukem Exp $
|
||||
# $NetBSD: rc.lkm,v 1.8 2003/01/05 22:47:13 christos Exp $
|
||||
#
|
||||
# this script loads or unloads LKMs (loadable kernel modules).
|
||||
|
||||
|
@ -68,7 +68,7 @@ if [ -s /etc/lkm.conf ]; then
|
|||
[A-Z]*)
|
||||
;;
|
||||
*)
|
||||
echo "invalid \"when\" field in /etc/lkm.conf - $path not loaded!"
|
||||
echo "invalid \"when\" field \`${when}' in /etc/lkm.conf - $path not loaded!"
|
||||
continue
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue