diff options
author | tron <tron@pkgsrc.org> | 2001-07-29 05:35:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-29 05:35:48 +0000 |
commit | 2f0c4650d582b34d73ce340a559954cbe33ce9ce (patch) | |
tree | f7b7cbbe65b288eb944856902bc00bb1beb746eb | |
parent | 215cefa1f1854c2cd70c4552bcde0e47ce7cc521 (diff) | |
download | pkgsrc-2f0c4650d582b34d73ce340a559954cbe33ce9ce.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.
-rw-r--r-- | sysutils/aperture/pkg/INSTALL | 4 |
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: |