diff options
author | sborrill <sborrill> | 2009-01-29 09:36:36 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2009-01-29 09:36:36 +0000 |
commit | 7549b41a137275704d03eb86ad839dfcb13553fd (patch) | |
tree | 4028b3634b08603d82805b348b0d4b52c37a14b5 /www/nspluginwrapper | |
parent | 22768582d26bf0f0f603561fe1a6167b814d3321 (diff) | |
download | pkgsrc-7549b41a137275704d03eb86ad839dfcb13553fd.tar.gz |
Add MESSAGE explaining linux procfs requirement
Diffstat (limited to 'www/nspluginwrapper')
-rw-r--r-- | www/nspluginwrapper/MESSAGE | 10 | ||||
-rw-r--r-- | www/nspluginwrapper/Makefile | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/www/nspluginwrapper/MESSAGE b/www/nspluginwrapper/MESSAGE new file mode 100644 index 00000000000..dd0b4436ca4 --- /dev/null +++ b/www/nspluginwrapper/MESSAGE @@ -0,0 +1,10 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2009/01/29 09:36:36 sborrill Exp $ + +On NetBSD, you must ensure you have procfs mounted on /emul/linux/proc with +the linux compatibility option set. Adding the following to /etc/fstab +should be sufficient: + +procfs /emul/linux/proc procfs ro,linux + +=========================================================================== diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index fe0d5dab3b3..a6c1c29c300 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2009/01/05 19:11:24 jmcneill Exp $ +# $NetBSD: Makefile,v 1.13 2009/01/29 09:36:36 sborrill Exp $ # DISTNAME= nspluginwrapper-1.2.2 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://gwenole.beauchesne.info/projects/nspluginwrapper/files/ EXTRACT_SUFX= .tar.bz2 |