diff options
author | Lars Engels <lme@FreeBSD.org> | 2014-06-20 09:11:39 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2014-06-20 09:11:39 +0000 |
commit | 10b91beee0b68e5da308a7924a5949d617dba237 (patch) | |
tree | 6e15842cf39d83f3709ce236772693abeea29e8f /multimedia/pwcbsd/files | |
parent | Upgrade from 2.8.9 to 2.8.11. (diff) |
- Stagify
- Add LICENSE
- Remove NO_PACKAGE restriction, the package should include a working kmod
- Use new LIB_DEPENDS
- Move pkg-message to files/
- Use %%KMODDIR%% instead of hardcoding it
Diffstat (limited to 'multimedia/pwcbsd/files')
-rw-r--r-- | multimedia/pwcbsd/files/pkg-message.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/files/pkg-message.in b/multimedia/pwcbsd/files/pkg-message.in new file mode 100644 index 000000000000..9ea9cb2e5fc0 --- /dev/null +++ b/multimedia/pwcbsd/files/pkg-message.in @@ -0,0 +1,20 @@ +=============================================================================== + +This port has installed the pwc kernel module. + +To load the kernel module immediately, type the following command: + + kldload pwc + +If your webcam was already plugged in before the kernel module +was loaded you may have to unplug it first. + +To load the kernel module at boot, add the following line to +/boot/loader.conf: + + pwc_load="YES" + +CAUTION: If you enabled mmap support in the driver, beware that +unplugging your webcam while it is in use may crash your system. + +=============================================================================== |