summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat/fix-cua
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chat/fix-cua')
-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 74f000a..0000000
--- 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
OpenPOWER on IntegriCloud