aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/spkrtest
Commit message (Collapse)AuthorAgeFilesLines
* Update spkrtest(8) to use new dialog auto-sizing syntax.Nathan Whitehorn2011-01-131-1/+1
| | | | Notes: svn path=/head/; revision=217364
* The .Nm utilityPhilippe Charnier2002-07-141-3/+4
| | | | Notes: svn path=/head/; revision=99968
* Replace the perl script version of this with a sh(1) script.Mark Murray2002-05-164-142/+114
| | | | | | | Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org> Notes: svn path=/head/; revision=96748
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-6/+0
| | | | Notes: svn path=/head/; revision=70403
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Added myself as maintainer.Wolfram Schneider1999-02-091-0/+4
| | | | Notes: svn path=/head/; revision=43805
* /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use veryPoul-Henning Kamp1998-08-141-2/+3
| | | | | | | | | | | | | | predictable /tmp files (static prefix + process number) which are overwritten blindly, and follow links. These workarounds change it from a process number to a very random (9999 with tons of decimal places) number. PR: 7565 Submitted by: Thomas Stromberg <tstrombe@rtci.com> Notes: svn path=/head/; revision=38311
* Typo.Philippe Charnier1997-10-201-3/+4
| | | | Notes: svn path=/head/; revision=30597
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-231-2/+2
| | | | | | | the revision date is displayed correctly. Notes: svn path=/head/; revision=26827
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-7/+52
| | | | Notes: svn path=/head/; revision=17849
* Print a warning before starting dialog(1) if the userWolfram Schneider1996-07-021-35/+52
| | | | | | | | | | has no write access to /dev/speaker or the speaker device is not enabled in kernel. Code cleanup. Notes: svn path=/head/; revision=16925
* recording cvs-1.6 file deathPeter Wemm1995-12-301-38/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Delete the recently introduced NOOBJ. The obj directory will soon beBruce Evans1995-07-241-1/+0
| | | | | | | used to hold gzipped man pages. Notes: svn path=/head/; revision=9695
* Better version of spkrtest using perl and dialogAndrey A. Chernov1995-07-233-3/+132
| | | | | | | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> Notes: svn path=/head/; revision=9649
* Change ${COPY} to -c, always needed hereAndrey A. Chernov1994-12-311-1/+1
| | | | Notes: svn path=/head/; revision=5307
* Cleanup.Andrey A. Chernov1994-12-301-4/+2
| | | | Notes: svn path=/head/; revision=5295
* Speaker driver test scriptAndrey A. Chernov1994-10-222-0/+47
Obtained from: FreeBSD 1.1.5.1 Notes: svn path=/cvs2svn/branches/ache/; revision=3762