howto/SetupFetchmail: Make_Fetchmail_Directories.command

File Make_Fetchmail_Directories.command, 312 bytes (added by kurthindenburg (Kurt Hindenburg), 10 years ago)

Shell script to create fetchmail directories

Line 
1#!/bin/sh
2
3# https://trac.macports.org/wiki/howto/SetupFetchmail
4# Last tested with Mac OS X 10.9.3
5
6sudo mkdir -p /opt/local/var/log/fetchmail
7sudo mkdir -p /opt/local/var/run/fetchmail
8
9sudo chown _fetchmail:_fetchmail /opt/local/var/log/fetchmail
10sudo chown _fetchmail:_fetchmail /opt/local/var/run/fetchmail