diff options
Diffstat (limited to 'net/ja-samba/INSTALL')
-rw-r--r-- | net/ja-samba/INSTALL | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/ja-samba/INSTALL b/net/ja-samba/INSTALL new file mode 100644 index 00000000000..4fbf6b02719 --- /dev/null +++ b/net/ja-samba/INSTALL @@ -0,0 +1,24 @@ +#!/bin/sh +# +# $NetBSD: INSTALL,v 1.1.1.1 2002/06/25 15:31:32 taca Exp $ + +SAMBA_LOCKDIR="@SAMBA_LOCKDIR@" +SAMBA_PRIVATE="@SAMBA_PRIVATE@" + +case ${STAGE} in +POST-INSTALL) + # Check for files in old "lock" directory. + if [ -e /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 |