summaryrefslogtreecommitdiffstats
path: root/misc/beep/README
diff options
context:
space:
mode:
author gnubien2010-05-11 15:00:13 +0200
committer Alan Hicks2010-05-11 15:00:13 +0200
commit4e66159b1201063154b6a19bccbfa549a093d4ec (patch)
treedf4ed321814e6391de8b02c27e6296af770e5d52 /misc/beep/README
parent02eb929d0aaa68cdd75649749a21c343b676ce17 (diff)
downloadslackbuilds-4e66159b1201063154b6a19bccbfa549a093d4ec.tar.gz
misc/beep: Initial import
Diffstat (limited to 'misc/beep/README')
-rw-r--r--misc/beep/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/beep/README b/misc/beep/README
new file mode 100644
index 0000000000..f78c1af8fd
--- /dev/null
+++ b/misc/beep/README
@@ -0,0 +1,15 @@
+beep does exactly what you would expect: it beeps.
+
+Unlike printf("\a"), beep allows you to control pitch, duration, and
+repetitions. Its job is to live inside shell/perl scripts and allow more
+granularity than one would otherwise have. It is controlled completely
+through command line options. It's not supposed to be complex, and it
+isn't - but it makes system monitoring (or whatever else it gets hacked
+onto) that much more informative.
+
+You may need to set beep executable suid; thre are potential security
+issues with doing so, but the beep source code is very small and easily
+auditable, and you won't get a lot of use of it unless it's suid, but
+that's your call. See the SlackBuild script for the proper variable to
+change if you want to install it suid.
+