Changeset 4886
- Timestamp:
- May 24, 2017, 10:26:35 AM (4 years ago)
- Location:
- n4d-nfs/trunk/fuentes/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-nfs/trunk/fuentes/install/etc/n4d/conf.d/NfsManager
r4867 r4886 12 12 backup=adm,admins 13 13 restore=adm,admins 14 fix_missing_no_root_squash=adm,admins -
n4d-nfs/trunk/fuentes/install/usr/share/n4d/python-plugins/NfsManager.py
r4867 r4886 14 14 self.nfs_dir="/etc/exports.d/" 15 15 self.nfs_file=self.nfs_dir+"net.exports" 16 self.default_options="rw,sync,no_subtree_check ,no_root_squash"16 self.default_options="rw,sync,no_subtree_check" 17 17 self.regex_pattern="^(/[\-/\w]+)(\s+)((((\d{1,3}\.){3}\d{1,3})|\w+)\((.*)\)(\s+|$))+" 18 18 self.file_header="#\n# File generated by NfsManager plugin. Do not edit\n#\n\n"
Note: See TracChangeset
for help on using the changeset viewer.