Skip to content

Commit

Permalink
Remove references to omv-mkconf.
Browse files Browse the repository at this point in the history
Fixes: #83
Signed-off-by: Volker Theile <votdev@gmx.de>
(cherry picked from commit 3afa972)
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Jul 8, 2021
1 parent 26b196f commit c35de0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion administration/services/nfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following options are available to configure from the |webui|:
- **Shared folder:** Select a folder, the system will add an bind entry to fstab, mount that bind and add it to /etc/exports file
- **Client:** Enter a single ip, host or network CIDR notation. Only one entry is allowed at the moment. You can leave it empty if you do not want network security.
- **Privilege:** This will append read write (rw) or read-only (ro) to ``/etc/exports``. [3]_
- **Extra options:** Add options according the `exports manual <https://linux.die.net/man/5/exports>`_. If squash options are not specified, the mkconf script will add ``root_squash`` by default which is not displayed in the text field.
- **Extra options:** Add options according the `exports manual <https://linux.die.net/man/5/exports>`_.

The server also shares by default the pseudo root filesystem of /exports as NFSv4.

Expand Down
6 changes: 3 additions & 3 deletions administration/services/samba.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Samba
#####

Samba server comes from Debian software repositories. |omv| developer does not mantain this package, all bug, hotfixes and features come from Debian. Advanced features like spotlight server or time machine support is not available because they have not reach yet stable Debian or the Debian developers have not made it available in their build.
Samba server comes from Debian software repositories. |omv| developer does not maintain this package, all bug, hotfixes and features come from Debian. Advanced features like spotlight server or time machine support is not available because they have not reach yet stable Debian or the Debian developers have not made it available in their build.

General
-------
Expand Down Expand Up @@ -72,7 +72,7 @@ A default share example:
write list = "john"
Is possible to add extra options in the general and share configuration at the bottom with a multi line text field. This options are hardcoded in the mkconf script but they can be changed using :doc:`environmental variables </various/advset>`.
It is possible to add extra options in the general and share configuration page. Options that are managed by |omv| can be customized via :doc:`environmental variables </various/advset>`.


Privileges
Expand Down Expand Up @@ -119,7 +119,7 @@ Notice here if users are not set up privileges (that means blank tick boxes) any
guest ok = yes
guest only = yes
With these options valid, read only and write user directives will be ignored when mkconf regenerates the ``/etc/samba/smb.conf`` file.
With these options valid, read only and write user directives will be ignored when the :file:`/etc/samba/smb.conf` is deployed by |omv|.

.. note::
- The guest account is mapped to system account nobody, it doesn’t belong to group users, thus it has, by default, NO WRITE ACCESS just READ. This can be reverted modifying the POSIX permissions of the share to 777.
Expand Down
4 changes: 2 additions & 2 deletions development/internaltools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ helper-functions (Shell)
^^^^^^^^^^^^^^^^^^^^^^^^


|omv| ships with this file :file:`/usr/share/openmediavault/scripts/helper-functions` that contains several POSIX shell functions. These are intended to make it easier for developers to create mkconf or postinst/postrm scripts. To test them just run in terminal::
|omv| ships with this file :file:`/usr/share/openmediavault/scripts/helper-functions` that contains several POSIX shell functions. To test them just run in terminal::

$ source /usr/share/openmediavault/scripts/helper-functions

Expand Down Expand Up @@ -286,7 +286,7 @@ Returns::
omv_config_add_key "${SERVICE_XPATH}" "extraoptions" ""


Notice in the postint file how it sources at the beginning ``helper-functions``. The same happens in `mkconf scripts <https://github.com/openmediavault/openmediavault/tree/master/deb/openmediavault/usr/share/openmediavault/mkconf>`_ .
Notice in the postint file how it sources at the beginning ``helper-functions``.

.. note::
What each function do and the parameters it accepts is documented in the `helper-functions file <https://github.com/openmediavault/openmediavault/blob/master/deb/openmediavault/usr/share/openmediavault/scripts/helper-functions>`_ .
Expand Down

0 comments on commit c35de0e

Please sign in to comment.