summaryrefslogtreecommitdiff
path: root/net/samba2/INSTALL
blob: e1f866d28c08daab349fa0b25cbce9e1ba7df19f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh
#
# $NetBSD: INSTALL,v 1.2 2004/07/10 23:15:32 salo Exp $

SAMBA_LOCKDIR="@SAMBA_LOCKDIR@"
SAMBA_PRIVATE="@SAMBA_PRIVATE@"

case ${STAGE} in
POST-INSTALL)
	# Check for files in old "lock" directory.
	if [ -d /var/run/samba ]
	then
		${CAT} << EOF
===========================================================================

The location of the Samba cache directory has moved to ${SAMBA_LOCKDIR}.
If you have any files under /var/run/samba, please move them into
${SAMBA_LOCKDIR} and restart the SMB and NMB servers.

===========================================================================
EOF
	fi
	;;
esac