diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 11:57:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-06 11:57:21 +0000 |
commit | d94573d1877d8bdd03a0862fee82e1ed71475ed3 (patch) | |
tree | bb0e6dd9e8c6772833885556cccfed09da0ef2b2 /etc | |
parent | dc55465565ccb564bf9d109e9748e7ac84fb0a8b (diff) |
sample /etc/exports file, simply commented
Diffstat (limited to 'etc')
-rw-r--r-- | etc/exports | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/exports b/etc/exports new file mode 100644 index 00000000000..188472965da --- /dev/null +++ b/etc/exports @@ -0,0 +1,5 @@ +# $OpenBSD: exports,v 1.1 1996/09/06 11:57:20 deraadt Exp $ +# +# NFS exports Database +# See exports(5) for more information. Be very careful, misconfiguration +# of this file can result in your filesystems being readable by the world. |