summaryrefslogtreecommitdiff
path: root/net/samba2
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-07-10 23:13:01 +0000
committersalo <salo@pkgsrc.org>2004-07-10 23:13:01 +0000
commit90fd7470691afb35a7977c59cd436d79cafef78e (patch)
tree8a66e186f28eb7262a0b17f0069ddfb1d3c80c14 /net/samba2
parentb19d4fc52fe2e8855f900d56a728d0fad1546c91 (diff)
downloadpkgsrc-90fd7470691afb35a7977c59cd436d79cafef78e.tar.gz
Replace test -e with -d.
Addresses part of PR pkg/26235 by Georg Schwarz.
Diffstat (limited to 'net/samba2')
-rw-r--r--net/samba2/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba2/INSTALL b/net/samba2/INSTALL
index 137ca7163bc..e1f866d28c0 100644
--- a/net/samba2/INSTALL
+++ b/net/samba2/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1.1.1 2004/01/11 00:41:13 jlam Exp $
+# $NetBSD: INSTALL,v 1.2 2004/07/10 23:15:32 salo Exp $
SAMBA_LOCKDIR="@SAMBA_LOCKDIR@"
SAMBA_PRIVATE="@SAMBA_PRIVATE@"
@@ -8,7 +8,7 @@ SAMBA_PRIVATE="@SAMBA_PRIVATE@"
case ${STAGE} in
POST-INSTALL)
# Check for files in old "lock" directory.
- if [ -e /var/run/samba ]
+ if [ -d /var/run/samba ]
then
${CAT} << EOF
===========================================================================