summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorpicca2018-05-01 07:07:54 +0000
committeradmin2018-05-01 07:07:54 +0000
commitbf705c7a797fd67ad825233a64c37ebb0e94aee3 (patch)
tree4696a02d0e187abde7f290149b5bf5c02bbb0c6e /doc/forum
parent3498aafbae86ea8058f702cc26dc3dad24f26aee (diff)
Added a comment
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/5.3.5_import_errors/comment_3_a4774959fd93039d49196e7cff232089._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/5.3.5_import_errors/comment_3_a4774959fd93039d49196e7cff232089._comment b/doc/forum/5.3.5_import_errors/comment_3_a4774959fd93039d49196e7cff232089._comment
new file mode 100644
index 00000000..c861f1cc
--- /dev/null
+++ b/doc/forum/5.3.5_import_errors/comment_3_a4774959fd93039d49196e7cff232089._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="picca"
+ avatar="http://cdn.libravatar.org/avatar/7e61c80d28018b10d31f6db7dddb864c"
+ subject="comment 3"
+ date="2018-05-01T07:07:54Z"
+ content="""
+* Do you think that I should use a dedicated config-soleil.hs file instead of the config.hs file ?
+
+* I use the combinesModes in order to set the right mode.
+
+ +rra :: Property UnixLike
+ +rra = fetch `onChange` execmode
+ + where
+ + fetch :: Property UnixLike
+ + fetch = property \"install rra scripts\"
+ + (liftIO $ toResult <$> download \"https://archives.eyrie.org/software/devel/backport\" \"/usr/local/bin/backport\")
+ +
+ + execmode :: Property UnixLike
+ + execmode = File.mode \"/usr/local/bin/backport\" (combineModes (ownerWriteMode:readModes ++ executeModes))
+
+"""]]