diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:52:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-02 18:52:41 (GMT) |
commit | 4a58721bde0f959343fc3c01c937d84e1837db49 (patch) | |
tree | 7139f50a2aa22653dc292681e937fe27fdabd099 /abs/core-testing/system-templates/templates/exports.template | |
parent | c4a0c229a373a5aa36a3bfb4067c9356c7c4c3ce (diff) | |
download | linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.zip linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.gz linhes_pkgbuild-4a58721bde0f959343fc3c01c937d84e1837db49.tar.bz2 |
New pkg system-templates.
This splits out the templates from the -config package.
Diffstat (limited to 'abs/core-testing/system-templates/templates/exports.template')
-rw-r--r-- | abs/core-testing/system-templates/templates/exports.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core-testing/system-templates/templates/exports.template b/abs/core-testing/system-templates/templates/exports.template new file mode 100644 index 0000000..b883932 --- /dev/null +++ b/abs/core-testing/system-templates/templates/exports.template @@ -0,0 +1,8 @@ +# /etc/exports +# +# See exports(5) for a description. + +# use exportfs -arv to reread +/myth REPLACEME(rw,all_squash,anonuid=1000,anongid=1000) +/data/var/cache REPLACEME(rw,all_squash,anonuid=1000,anongid=1000) + |