16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
$NetBSD: patch-ac,v 1.3 2002/09/14 08:14:22 tron Exp $
|
|
|
|
--- module/xf86_mod_install.orig Fri Sep 13 18:29:17 2002
|
|
+++ module/xf86_mod_install Fri Sep 13 18:34:52 2002
|
|
@@ -4,8 +4,8 @@
|
|
#
|
|
# Copyright (C) 1994,1999 The XFree86 Project Inc.
|
|
#
|
|
-if [ $# -ne 3 ]; then
|
|
- echo "$0: should be called by modload(8) with 3 arguments"
|
|
+if [ $# -lt 3 ]; then
|
|
+ echo "$0: should be called by modload(8) with at least 3 arguments"
|
|
exit 1
|
|
fi
|
|
|