Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.next68k fixed syntax for using an nfs mounted mfs pa...
details: https://anonhg.NetBSD.org/src/rev/7b86d480a878
branches: trunk
changeset: 472194:7b86d480a878
user: dbj <dbj%NetBSD.org@localhost>
date: Sat Apr 24 19:57:11 1999 +0000
description:
fixed syntax for using an nfs mounted mfs partition
diffstat:
etc/etc.next68k/fstab.nfs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 68115f5b3088 -r 7b86d480a878 etc/etc.next68k/fstab.nfs
--- a/etc/etc.next68k/fstab.nfs Sat Apr 24 19:20:46 1999 +0000
+++ b/etc/etc.next68k/fstab.nfs Sat Apr 24 19:57:11 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fstab.nfs,v 1.2 1999/04/24 19:19:48 dbj Exp $
+# $NetBSD: fstab.nfs,v 1.3 1999/04/24 19:57:11 dbj Exp $
#
# Sample fstab for NFS based system
# see fstab(5) for details on what the fields mean
@@ -10,4 +10,4 @@
#
nfs-server:/export/root/next68k / nfs rw,auto 0 0
#nfs-server:/export/swap/mynext none swap sw,nfsmntpt=/swap 0 0
-#nfs-server:/export/swap/mynext /tmp mfs rw,-s=20000 0 0
+#swap /tmp mfs rw,-s=20000 0 0
Home |
Main Index |
Thread Index |
Old Index