summaryrefslogtreecommitdiff
path: root/sutils/MAKEDEV.sh
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-14 20:44:27 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-14 20:44:27 +0000
commitb74efb6d5b6e70a704a38b562ba4d38412c2517e (patch)
tree07d848c5c7d73c3101bc50ec63335dc91d1ef8ac /sutils/MAKEDEV.sh
parent09f0303ad853f31f06397a1faec7d9cb5e543390 (diff)
trans/
2001-01-13 Marcus Brinkmann <marcus@gnu.org> * Makefile (SRCS): Add streamio.c (streamio): Add dependency on device_replyServer.o. Other dependencies identical to those for crash and password. (OBJS): Add missing object files to list (crashServer.o crash_replyUser.o msgServer.o device_replyServer.o). * storeio.c: New file by OKUJI Yoshinori. sutils/ 2001-01-14 Marcus Brinkmann <marcus@gnu.org> * MAKEDEV.sh (mkdev: klog): New device, using /hurd/streamio kmsg. (mkdev: std): Add klog to the standard list.
Diffstat (limited to 'sutils/MAKEDEV.sh')
-rw-r--r--sutils/MAKEDEV.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 511deed2..ab65a92d 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -86,7 +86,7 @@ function mkdev {
;;
std)
- mkdev console tty null zero full fd time mem
+ mkdev console tty null zero full fd time mem klog
;;
console|tty[0-9][0-9a-f]|tty[0-9a-f]|com[0-9])
st $I root 600 /hurd/term ${DEVDIR}/$I device $I;;
@@ -108,7 +108,8 @@ function mkdev {
st $I root 644 /hurd/storeio --no-cache time ;;
mem)
st $I root 660 /hurd/storeio --no-cache mem ;;
-
+ klog)
+ st $I root 660 /hurd/streamio kmsg;;
# ptys
[pt]ty[pqrstuvwxyzPQRST]?)
# Make one pty, both the master and slave halves.