X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 123DD1EB587 for ; Sat, 23 Oct 2010 19:36:02 +0000 (UTC) Received: by gya6 with SMTP id 6so1410142gya.13 for ; Sat, 23 Oct 2010 12:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=s7QWbvt06NxH+HUG6A0Oyibo+s0Ly8fI6Pq6xWB3y80=; b=Hm2TMfP/ytIKcM8dTHs+GIsIjN3d/LrUv7Qe3qPypRyiz4X2wJPArYuE1nxlLDDPou 2NlUYTCkDyAk371Tlp4k7LoT9b11K0oEtmXk/8ApZMS76GdGjBfm6abBdRN0y1w2O3yv VwrCsG0Qw2EfSv88UnO8qe1h16qLMUzriCeQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ur9/XwCPXfz8pERjAA15igR6AQvmQ/ZcQUZLU3vvYWU0wiX6Y3zFTNRt1Z/vDvqYXh hcw9IngV6E8AqdJdtjkHMtNJWBx9p6xrK0Dacluh/gpLIYbiBQ5pJiGmwl2wlVyEPiJY aVHeY9qHxzQpdTNT6+22tJKDucJ8iTWSAJgvg= Received: by 10.151.38.4 with SMTP id q4mr9243450ybj.126.1287862561594; Sat, 23 Oct 2010 12:36:01 -0700 (PDT) Received: from localhost.localdomain (mx1.wtbts.ca [216.249.2.10]) by mx.google.com with ESMTPS id x21sm3726858yhc.35.2010.10.23.12.35.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 23 Oct 2010 12:36:00 -0700 (PDT) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH 1/2] testing/apache-mod-auth-ntlm-winbind: update to module location and dep fix Date: Tue, 7 Mar 2006 21:45:20 +0000 Message-Id: <1141767921-2125-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.3.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: path in conf file needed update for how apache2 is built. Also added samba as dependency since this module is useless without winbind --- testing/apache-mod-auth-ntlm-winbind/APKBUILD | 4 ++-- .../mod-auth-ntlm-winbind.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/apache-mod-auth-ntlm-winbind/APKBUILD b/testing/apache-mod-auth-ntlm-winbind/APKBUILD index 2a9bba0..4341e6e 100644 --- a/testing/apache-mod-auth-ntlm-winbind/APKBUILD +++ b/testing/apache-mod-auth-ntlm-winbind/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa pkgname=apache-mod-auth-ntlm-winbind pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper" url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/" license="Apache2" -depends="apache2" +depends="apache2 samba" makedepends="autoconf apache2-dev apr-util-dev apr-dev" source="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/configure.in diff --git a/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf b/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf index da7d991..c797f63 100644 --- a/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf +++ b/testing/apache-mod-auth-ntlm-winbind/mod-auth-ntlm-winbind.conf @@ -1 +1 @@ -LoadModule auth_ntlm_winbind_module lib/apache2/mod_auth_ntlm_winbind.so +LoadModule auth_ntlm_winbind_module modules/mod_auth_ntlm_winbind.so -- 1.7.3.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---