summaryrefslogtreecommitdiff
path: root/sysutils/aperture/patches/patch-ac
blob: 5216559ad54b4bbe1da35bcbf289176cb2050144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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