summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-12-30 19:02:48 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-12-30 19:02:48 +0000
commit98acf954b01e5ce3b868e1ab985ca42f4ba6041c (patch)
treeb1e993af1b45852e8a538fe1b70f70c102107ccc
parent2253b2881697555e0eab05051f104f7c97da2455 (diff)
downloadsrc-test2-98acf954b01e5ce3b868e1ab985ca42f4ba6041c.tar.gz
src-test2-98acf954b01e5ce3b868e1ab985ca42f4ba6041c.zip
Notes
-rw-r--r--usr.bin/chat/fix-cua16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/chat/fix-cua b/usr.bin/chat/fix-cua
deleted file mode 100644
index 74f000a30f62..000000000000
--- a/usr.bin/chat/fix-cua
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-LOCKDIR=/var/spool/lock
-
-case "$1" in
- "") echo "Usage: fix-cua device"; exit 1 ;;
-esac
-
-if [ -f $LOCKDIR/LCK..$1 ]
-then
- echo "/dev/$1 is locked" 2>&1
- exit 1
-fi
-
-chown root /dev/$1
-chmod 666 /dev/$1