diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-30 23:45:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-30 23:45:20 -0500 |
commit | 0d899f2d3b4f7dfcca9bb6585f4ab1788b22bf34 (patch) | |
tree | 312f6066c39f6ef92931576a30c50871c3e661a7 /system/vhba-module/doinst.sh | |
parent | b96e51ca7339a79038c59e85073d8cf6867d43a0 (diff) | |
download | slackbuilds-0d899f2d3b4f7dfcca9bb6585f4ab1788b22bf34.tar.gz |
system/vhba-module: Added (Virtual SCSI Host Bus adapter)
Re-added from 13.0 repository with a patch to bring everything
up to what's in the upstream svn repository (so it will build
on 2.6.33 and 2.6.34 kernels).
If the previous maintainer is no longer interested, we can look
at removing it for 13.2/14.0, but for now, let's eliminate the
missing dependency on it in our repo.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/vhba-module/doinst.sh')
-rw-r--r-- | system/vhba-module/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/vhba-module/doinst.sh b/system/vhba-module/doinst.sh new file mode 100644 index 0000000000..f61efdf685 --- /dev/null +++ b/system/vhba-module/doinst.sh @@ -0,0 +1,2 @@ +chroot . /sbin/depmod -a + |