diff options
Diffstat (limited to 'net/ja-samba/patches/patch-ac')
-rw-r--r-- | net/ja-samba/patches/patch-ac | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/net/ja-samba/patches/patch-ac b/net/ja-samba/patches/patch-ac deleted file mode 100644 index cbbe6dc36f8..00000000000 --- a/net/ja-samba/patches/patch-ac +++ /dev/null @@ -1,65 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2002/06/25 15:31:34 taca Exp $ - ---- configure.orig Wed Feb 20 16:47:22 2002 -+++ configure -@@ -19,6 +19,8 @@ - ac_help="$ac_help - --with-lockdir=DIR Where to put lock files ($ac_default_prefix/var/locks)" - ac_help="$ac_help -+ --with-piddir=DIR Where to put lock files (\${VARDIR}/run)" -+ac_help="$ac_help - --with-swatdir=DIR Where to put SWAT files ($ac_default_prefix/swat)" - ac_help="$ac_help - --with-configdir=DIR Where to put configuration files (\$libdir)" -@@ -611,6 +613,7 @@ - codepagedir="\$(DATADIR)/samba/codepages" - configdir="${sysconfdir}/samba" - lockdir="\${VARDIR}/cache/samba" -+ piddir="\$(VARDIR)/run" - logfilebase="\${VARDIR}/log/samba" - privatedir="\${CONFIGDIR}/private" - swatdir="\${DATADIR}/samba/swat" -@@ -618,7 +621,8 @@ - codepagedir="\$(LIBDIR)/codepages" - configdir="\$(LIBDIR)" - lockdir="\$(VARDIR)/locks" -- logfilebase="\$(VARDIR)" -+ piddir="\${VARDIR}/run" -+ logfilebase="\$(VARDIR)/log" - privatedir="\${prefix}/private" - swatdir="\${prefix}/swat" - fi -@@ -663,6 +667,25 @@ - - - ################################################# -+# set pid directory location -+# Check whether --with-piddir or --without-piddir was given. -+if test "${with_piddir+set}" = set; then -+ withval="$with_piddir" -+ case "$withval" in -+ yes|no) -+ # -+ # Just in case anybody calls it without argument -+ # -+ echo "configure: warning: --with-piddir called without argument - will use default" 1>&2 -+ ;; -+ * ) -+ piddir="$withval" -+ ;; -+ esac -+fi -+ -+ -+################################################# - # set SWAT directory location - # Check whether --with-swatdir or --without-swatdir was given. - if test "${with_swatdir+set}" = set; then -@@ -14749,6 +14772,7 @@ - s%@configdir@%$configdir%g - s%@lockdir@%$lockdir%g - s%@logfilebase@%$logfilebase%g -+s%@piddir@%$piddir%g - s%@privatedir@%$privatedir%g - s%@swatdir@%$swatdir%g - s%@RUNPROG@%$RUNPROG%g |