aboutsummaryrefslogtreecommitdiff
path: root/comms/smstools3/files/pkg-install.in
blob: 9f926226388559fd2c2c59a2c32934a7ff73bac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $FreeBSD$
#

if [ "x$2" = "xPOST-INSTALL" ]; then
	mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing \
		%%SPOOLDIR%%/checked %%LOGDIR%% %%PIDDIR%%
	chown -R %%SMSD_USER%%:%%SMSD_GROUP%% %%SPOOLDIR%% \
		%%LOGDIR%% %%PIDDIR%%
fi