|
|
1.1 ! root 1: : /bin/[u]mount 5/3/90 ! 2: ! 3: : Definitions for the most commonly used diskette formats. ! 4: : Change these to the appropriate device names for your system. ! 5: DEFF0=/dev/fva0 ! 6: DEFF1=/dev/fha1 ! 7: ! 8: : Set cmd to execute /etc/mount or /etc/umount. ! 9: case $0$# in ! 10: *um*1) cmd='exec /etc/umount $special';; ! 11: *um*) cmd='exec /etc/umount $*';; ! 12: *1|*2) flags=$2 cmd='exec /etc/mount $special $directory $flags';; ! 13: *) cmd='exec /etc/mount $*';; ! 14: esac ! 15: ! 16: : Abbreviations may be deleted from or added to this table. ! 17: case $1 in ! 18: f0) special=$DEFF0 directory=/f0;; ! 19: f1) special=$DEFF1 directory=/f1;; ! 20: f??0) special=/dev/$1 directory=/f0;; ! 21: f??1) special=/dev/$1 directory=/f1;; ! 22: *) special=$1 directory=$2 flags=;; ! 23: esac ! 24: eval $cmd
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.