head	1.2;
access;
symbols
	RELEASE_2_0_5:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	chat_tag:1.1.1.1
	chat:1.1.1;
locks; strict;
comment	@# @;


1.2
date	97.07.13.14.20.42;	author peter;	state dead;
branches;
next	1.1;

1.1
date	94.11.12.05.25.30;	author lars;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.11.12.05.25.31;	author lars;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.12.30.18.56.58;	author peter;	state dead;
branches;
next	;


desc
@@


1.2
log
@kill the undead
@
text
@#!/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
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@chat for ppp, from ppp 2.1.2
@
text
@@


1.1.1.2
log
@recording cvs-1.6 file death
@
text
@@
