summaryrefslogtreecommitdiff
path: root/net/samba/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba/patches/patch-aj')
-rw-r--r--net/samba/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/samba/patches/patch-aj b/net/samba/patches/patch-aj
new file mode 100644
index 00000000000..e7c42c1d9a7
--- /dev/null
+++ b/net/samba/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2001/07/13 16:08:41 taca Exp $
+
+--- script/installswat.sh.orig Mon Apr 16 10:34:11 2001
++++ script/installswat.sh
+@@ -10,7 +10,7 @@
+
+ for d in $SWATDIR $SWATDIR/help $SWATDIR/images $SWATDIR/include; do
+ if [ ! -d $d ]; then
+- mkdir $d
++ mkdir -p $d
+ if [ ! -d $d ]; then
+ echo Failed to make directory $d, does $USER have privileges?
+ exit 1