mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* create_vcs: Remove.
This commit is contained in:
parent
8841b6cc5f
commit
ba950320db
@ -1,5 +1,7 @@
|
|||||||
2001-05-18 Pavel Roskin <proski@gnu.org>
|
2001-05-18 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* create_vcs: Remove.
|
||||||
|
|
||||||
* INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
|
* INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
|
||||||
Add download location for glib.
|
Add download location for glib.
|
||||||
* mc.spec.in: Likewise.
|
* mc.spec.in: Likewise.
|
||||||
|
20
create_vcs
20
create_vcs
@ -1,20 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# Script by Jakub Jelinek
|
|
||||||
#
|
|
||||||
if test -e /dev/vcs0
|
|
||||||
then
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
I=0
|
|
||||||
while [ $I -lt 64 ]
|
|
||||||
do
|
|
||||||
mknod /dev/vcs$I c 7 $I
|
|
||||||
chmod 622 /dev/vcs$I
|
|
||||||
chown root.tty /dev/vcs$I
|
|
||||||
mknod /dev/vcsa$I c 7 `expr $I + 128`
|
|
||||||
chmod 622 /dev/vcsa$I
|
|
||||||
chown root.tty /dev/vcsa$I
|
|
||||||
I=`expr $I + 1`
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user