summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-11-23 18:32:33 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2016-11-23 18:32:33 +0000
commit66c7a42d3ebbab16a4317514117ee7c742b9b31f (patch)
tree71af3f3f510d03a8c7d79fd41baa7dd9a1eb1507
parentc9d340f373ea755a4471d7674539f29ecc09bae7 (diff)
downloadFreeBSD-ports-66c7a42d3ebbab16a4317514117ee7c742b9b31f.zip
FreeBSD-ports-66c7a42d3ebbab16a4317514117ee7c742b9b31f.tar.gz
- Silence patching
- Fix some English Approved by: portmgr blanket
-rw-r--r--audio/beep/Makefile2
-rw-r--r--audio/beep/pkg-descr4
-rw-r--r--audio/beep/pkg-message16
3 files changed, 11 insertions, 11 deletions
diff --git a/audio/beep/Makefile b/audio/beep/Makefile
index 7a9b087..20791ef 100644
--- a/audio/beep/Makefile
+++ b/audio/beep/Makefile
@@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 pc98
PLIST_FILES= bin/beep man/man1/beep.1.gz
post-patch:
- ${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
+ @${REINPLACE_CMD} 's|machine/speaker\.h|dev/speaker/speaker.h|' \
${WRKSRC}/beep.c
.include <bsd.port.mk>
diff --git a/audio/beep/pkg-descr b/audio/beep/pkg-descr
index dca73b0..65422c5 100644
--- a/audio/beep/pkg-descr
+++ b/audio/beep/pkg-descr
@@ -1,2 +1,2 @@
-This program will beep, using a
-duration and pitch specified on the command line or the program's defaults.
+This program will beep, using a duration and pitch specified on the
+command line or the program's defaults.
diff --git a/audio/beep/pkg-message b/audio/beep/pkg-message
index 3aa711d..a23b268 100644
--- a/audio/beep/pkg-message
+++ b/audio/beep/pkg-message
@@ -1,26 +1,26 @@
-Speaker sound Support:
+Speaker sound support:
======================
-For support speaker sound four user needs to be in the operator group and needs
-read and write permissions to the /dev/speaker device.
+For PC speaker sound to work you need to be in the operator group
+and need r/w permissions to /dev/speaker device.
-Load kernel modul:
+Load kernel module:
# kldload speaker
-Add a user to a group operator's:
+Add a user to operator group:
% pw groupmod operator -m jerry
-Uncomment the following lines in the file /etc/devfs.rules (create if it doesn't
-exist):
+Uncomment the following lines in /etc/devfs.rules file (create it
+if it doesn't exist):
# Allow members of group operator to cat things to the speaker
[speaker=10]
add path 'speaker' mode 0660 group operator
-To load these new rule add the following to /etc/rc.conf:
+To load these new rules add the following to /etc/rc.conf:
devfs_speaker_ruleset="speaker"
OpenPOWER on IntegriCloud