diff options
author | Roland McGrath <roland@gnu.org> | 1999-11-21 04:30:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-11-21 04:30:02 +0000 |
commit | 183c84afaddedee0f98f90cf8f65cdbe88dd0033 (patch) | |
tree | 6178c02a5c54bb92dd544c213139ba690fc0a94c /sutils | |
parent | 16b4e5aa5c17ca39c5a1be22c5ac4b612c323ccb (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.
Diffstat (limited to 'sutils')
-rw-r--r-- | sutils/MAKEDEV.sh | 6 |
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]?) |