howto/SetupFetchmail: Make_Fetchmail_Directories.command
| File Make_Fetchmail_Directories.command, 432 bytes (added by martin.osx@…, 6 months ago) |
|---|
| Line | |
|---|---|
| 1 | #!/opt/local/bin/zsh |
| 2 | |
| 3 | mkdir --parents --verbose /opt/local/var/log/fetchmail |
| 4 | mkdir --parents --verbose /opt/local/var/run/fetchmail |
| 5 | |
| 6 | chown _fetchmail:_fetchmail /opt/local/var/log/fetchmail |
| 7 | chown _fetchmail:_fetchmail /opt/local/var/run/fetchmail |
| 8 | chown _fetchmail:_fetchmail /private/etc/fetchmailrc |
| 9 | |
| 10 | #vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : |
| 11 | #vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : |

