From 20f291b238ab08ab51cc9054cba1d234e564e1f1 Mon Sep 17 00:00:00 2001 From: Shaun Amott Date: Wed, 11 Oct 2006 20:40:35 +0000 Subject: Fix a bug introduced by a previous patch, whereby pam_winbind.so would fail to load correctly. PR: ports/104269 Submitted by: Dominic Marks Approved by: portmgr (erwin) --- net/samba3/Makefile | 2 +- net/samba3/files/patch-za | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 4e8a0e42bc50..797437d5e9a0 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION?= 3.0.23c -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} diff --git a/net/samba3/files/patch-za b/net/samba3/files/patch-za index cadc4bb4c754..d92a775832ff 100644 --- a/net/samba3/files/patch-za +++ b/net/samba3/files/patch-za @@ -28,7 +28,7 @@ + char *env; + + if ((env=getenv(WINBINDD_DONT_ENV)) != NULL) { -+ if(strequal(env, "1")) { ++ if(strcmp(env, "1")) { + return True; + } + } -- cgit v1.2.3