home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
N
/
PPP
/
_PPP.TAR
/
usr
/
lib
/
ppp
/
fix-cua
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-17
|
222 b
|
17 lines
#!/bin/sh
LOCKDIR=/var/spool/uucp
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