diff options
author | dakkar <dakkar@thenautilus.net> | 2017-02-07 19:59:09 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-02-07 19:59:09 +0000 |
commit | c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2 (patch) | |
tree | e5b4ec27e812fe14cdf39dee75c45a7c58689b2f /lib | |
parent | use more Pod::Weaver (diff) | |
download | Sietima-c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2.tar.gz Sietima-c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2.tar.bz2 Sietima-c6d59518b58d71b7ea5ca4d5973ce9ec03b146d2.zip |
fix POD typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sietima/MailStore/FS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sietima/MailStore/FS.pm b/lib/Sietima/MailStore/FS.pm index fe41de4..c429dfd 100644 --- a/lib/Sietima/MailStore/FS.pm +++ b/lib/Sietima/MailStore/FS.pm @@ -36,7 +36,7 @@ C<Sietima::Role::SubscriberOnly::Moderate> >>). A way to achieve that is to have a group dedicated to list owners, and set the directory group-writable and group-sticky, and owned by that group: - # chgrp-R mailinglists /tmp/my-store + # chgrp -R mailinglists /tmp/my-store # chmod -R g+rwXs /tmp/my-store =for Pod::Coverage BUILD |