Date: Wed, 23 Nov 2016 18:32:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426950 - head/audio/beep Message-ID: <201611231832.uANIWYKc080580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Nov 23 18:32:33 2016 New Revision: 426950 URL: https://svnweb.freebsd.org/changeset/ports/426950 Log: - Silence patching - Fix some English Approved by: portmgr blanket Modified: head/audio/beep/Makefile head/audio/beep/pkg-descr head/audio/beep/pkg-message Modified: head/audio/beep/Makefile ============================================================================== --- head/audio/beep/Makefile Wed Nov 23 18:16:55 2016 (r426949) +++ head/audio/beep/Makefile Wed Nov 23 18:32:33 2016 (r426950) @@ -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> Modified: head/audio/beep/pkg-descr ============================================================================== --- head/audio/beep/pkg-descr Wed Nov 23 18:16:55 2016 (r426949) +++ head/audio/beep/pkg-descr Wed Nov 23 18:32:33 2016 (r426950) @@ -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. Modified: head/audio/beep/pkg-message ============================================================================== --- head/audio/beep/pkg-message Wed Nov 23 18:16:55 2016 (r426949) +++ head/audio/beep/pkg-message Wed Nov 23 18:32:33 2016 (r426950) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231832.uANIWYKc080580>