summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-21 04:30:02 +0000
committerRoland McGrath <roland@gnu.org>1999-11-21 04:30:02 +0000
commit183c84afaddedee0f98f90cf8f65cdbe88dd0033 (patch)
tree6178c02a5c54bb92dd544c213139ba690fc0a94c
parent16b4e5aa5c17ca39c5a1be22c5ac4b612c323ccb (diff)
1999-11-19 Roland McGrath <roland@baalperazim.frob.com>
* MAKEDEV.sh (mkdev: time): Use --no-cache flag. (mkdev: mem): New storeio device. (mkdev: std): Add mem to standard list.
-rw-r--r--sutils/MAKEDEV.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index b8834854..49e0ffae 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -86,7 +86,7 @@ function mkdev {
;;
std)
- mkdev console tty null zero fd time
+ mkdev console tty null zero fd time mem
;;
console|tty[0-9][0-9a-f]|tty[0-9a-f]|com[0-9])
st $I root 600 /hurd/term ${DEVDIR}/$I device $I;;
@@ -103,7 +103,9 @@ function mkdev {
cmd ln -f -s fd/2 stderr
;;
'time')
- st $I root 644 /hurd/storeio time ;;
+ st $I root 644 /hurd/storeio --no-cache time ;;
+ mem)
+ st $I root 660 /hurd/storeio --no-cache mem ;;
# ptys
[pt]ty[pqrstuvwxyzPQRST]?)