diff options
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 10 | ||||
-rw-r--r-- | net/samba3/files/patch-ae | 11 |
2 files changed, 17 insertions, 4 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index ecf6ea2bc2fb..f244d17ea2fa 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -3,14 +3,14 @@ # Date created: 11th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.31 1999/02/09 14:00:25 hosokawa Exp $ +# $Id: Makefile,v 1.32 1999/02/09 14:06:51 hosokawa Exp $ # DISTNAME= samba-2.0.2 #PKGNAME= samba-2.0.2 CATEGORIES= net -MASTER_SITES= ftp://ftp.bitcon.no/.7/unix/networking/samba/ \ - ftp://samba.anu.edu.au/pub/samba/ +MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ \ + ftp://ftp.sunet.se/pub/unix/utilities/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org @@ -28,7 +28,9 @@ SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ - --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat + --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ + --with-lockdir=${VARDIR}/spool/lock + WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ diff --git a/net/samba3/files/patch-ae b/net/samba3/files/patch-ae new file mode 100644 index 000000000000..252ac19c8e63 --- /dev/null +++ b/net/samba3/files/patch-ae @@ -0,0 +1,11 @@ +--- script/convert_smbpasswd.orig Thu Nov 5 11:50:17 1998 ++++ script/convert_smbpasswd Wed Feb 10 00:02:01 1999 +@@ -7,7 +7,7 @@ + # with trying to work out how to get the seconds since 1970 + # in awk or the shell. JRA. + # +-nawk 'BEGIN {FS=":"} ++awk 'BEGIN {FS=":"} + { + if( $0 ~ "^#" ) { + print $0 |