diff options
author | pav <pav@FreeBSD.org> | 2004-08-14 02:41:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-14 02:41:51 +0800 |
commit | b5da03df9bd6be67c47730f7a866491cc91d303f (patch) | |
tree | 37e60719b0521bd27585128a9e2ff70a576eec98 /audio/yell/pkg-message | |
parent | 4dd5bd41137321ea1ec657f6e8c223cb562a7805 (diff) | |
download | freebsd-ports-gnome-b5da03df9bd6be67c47730f7a866491cc91d303f.tar.gz freebsd-ports-gnome-b5da03df9bd6be67c47730f7a866491cc91d303f.tar.zst freebsd-ports-gnome-b5da03df9bd6be67c47730f7a866491cc91d303f.zip |
Add yell, a little command line utility playing a short tune on your
speaker device. I mainly use it to yell the "sysop" on a remote
machine. It could also be used as a notification for finished tasks
(eg. make buildworld && yell).
PR: ports/70277
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'audio/yell/pkg-message')
-rw-r--r-- | audio/yell/pkg-message | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/yell/pkg-message b/audio/yell/pkg-message new file mode 100644 index 000000000000..a662b2287298 --- /dev/null +++ b/audio/yell/pkg-message @@ -0,0 +1,6 @@ +******************************************************************************* +yell is now installed. Make sure that speaker.ko is loaded on your system. +Under FreeBSD 5.x you can put atspeaker_load="YES" in your /boot/loader.conf. +You can manually load speaker.ko by typing "kldload speaker" or recompile your +kernel with "device speaker". +******************************************************************************* |