diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/ncid/ncid-osd | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/ncid/ncid-osd')
-rw-r--r-- | abs/mv-core/ncid/ncid-osd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/mv-core/ncid/ncid-osd b/abs/mv-core/ncid/ncid-osd deleted file mode 100644 index e115561..0000000 --- a/abs/mv-core/ncid/ncid-osd +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -#set -x -# most of this program is taken from nciduser by Mace Moneta -# requires festival: http://www.cstr.ed.ac.uk/projects/festival - -# input is 4 lines obtained from ncid using the "-all" option -# input: DATE\nTIME\nNUMBER\nNAME -# ncid calls a external program with the "--call-prog" option -# default program: /usr/share/ncid/ncid-page -# -# ncid usage examples: -# ncid --all --call-prog -# ncid --all --call-prog --program ncid-osd -# ncid --no-gui --all --call-prog --program ncid-osd - -read CIDDATE -read CIDTIME -read CIDNMBR -read CIDNAME -#CIDNAME="test name" -#CIDNMBR="(414) 282 5011" -ConfigDir=/etc/ncid -ConfigFile=$ConfigDir/ncidscript.conf -info="$CIDNMBR $CIDNAME" -osdClient.pl localhost 5000 "$info:::SYS" -exit 0 |