From 6730f602437dc350ef0cfade45ee7957bfe8ac9e Mon Sep 17 00:00:00 2001 From: hm Date: Tue, 31 Oct 2000 10:00:51 +0000 Subject: Add missing redirection to /dev/null to prevent disturbing of fullscreen display. --- etc/isdn/tell-record | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/isdn/tell-record b/etc/isdn/tell-record index b081a0f..ae4c8176 100755 --- a/etc/isdn/tell-record +++ b/etc/isdn/tell-record @@ -6,7 +6,7 @@ # # $FreeBSD$ # -# last edit-date: [Thu May 20 11:45:21 1999] +# last edit-date: [Tue Oct 31 10:59:49 2000] # #--------------------------------------------------------------------------- VARDIR=/var/isdn @@ -86,4 +86,4 @@ if [ -r "${LIBDIR}/beep.al" ]; then dd of=${DEVICE} if=${LIBDIR}/beep.al bs=2k >/dev/null 2>&1 fi -dd if=${DEVICE} of=${VARDIR}/recorded.msg bs=2k +dd if=${DEVICE} of=${VARDIR}/recorded.msg bs=2k >/dev/null 2>&1 -- cgit v1.1