summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron>2001-07-29 05:35:48 +0000
committertron <tron>2001-07-29 05:35:48 +0000
commit35b756a43374d28443f011eff239471311d45ecc (patch)
treef7b7cbbe65b288eb944856902bc00bb1beb746eb /sysutils
parent6bb2c1c74e54029c8a567f2e5b1622d796b7d6af (diff)
downloadpkgsrc-35b756a43374d28443f011eff239471311d45ecc.tar.gz
Fix example configuration line for "lkm.con": the aperature module can't
(and shouldn't) be loaded before networking because it might be located on a NFS mounted "/usr/pkg" filesystem.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/aperture/pkg/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/aperture/pkg/INSTALL b/sysutils/aperture/pkg/INSTALL
index 3e1bdfc1926..49ac0159167 100644
--- a/sysutils/aperture/pkg/INSTALL
+++ b/sysutils/aperture/pkg/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1.1.1 2000/01/05 18:02:19 jlam Exp $
+# $NetBSD: INSTALL,v 1.2 2001/07/29 05:35:48 tron Exp $
case $2 in
PRE-INSTALL)
@@ -10,7 +10,7 @@ POST-INSTALL)
===========================================================================
Add the following line to /etc/lkm.conf:
- ${PKG_PREFIX}/lkm/xf86.o - - ${PKG_PREFIX}/lkm/xf86_mod_install - -
+ ${PREFIX}/lkm/xf86.o - - ${PREFIX}/lkm/xf86_mod_install - AFTERMOUNT
and set: