Skip to content

Commit

Permalink
Merge pull request #1931 from sjbronner/patch-1
Browse files Browse the repository at this point in the history
Fix command for linking modules in mods-enabled.
  • Loading branch information
alandekok committed Mar 7, 2017
2 parents 7851756 + 0f24d67 commit 62aaa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raddb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ ordering when the modules are loaded.

Modules can be enabled by creating a soft link. For module ``foo``, do::

$ cd raddb
$ ln -s mods-available/foo mods-enabled/foo
$ cd raddb/mods-enabled
$ ln -s ../mods-available/foo

To create "local" versions of the modules, we suggest copying the file
instead. This leaves the original file (with documentation) in the
Expand Down

0 comments on commit 62aaa62

Please sign in to comment.