diff options
Diffstat (limited to 'net/samba/patches/patch-aj')
-rw-r--r-- | net/samba/patches/patch-aj | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/samba/patches/patch-aj b/net/samba/patches/patch-aj deleted file mode 100644 index e7c42c1d9a7..00000000000 --- a/net/samba/patches/patch-aj +++ /dev/null @@ -1,13 +0,0 @@ -$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 |