From ad02b309744a7d9f2e3a30a01578ac0f3dfcbfe8 Mon Sep 17 00:00:00 2001 From: Tatsumi Hosokawa Date: Tue, 9 Feb 1999 15:25:01 +0000 Subject: PR: ports/9953 Reviewed by: hosokawa@FreeBSD.org Submitted by: girgen@partitur.se, dirk@FreeBSD.ORG 1. added --with-lockdir to CONFIGURE_ARGS 2. changed nawk to awk in script/convert_smbpasswd --- net/samba/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/samba/files/patch-ae (limited to 'net/samba/files/patch-ae') diff --git a/net/samba/files/patch-ae b/net/samba/files/patch-ae new file mode 100644 index 000000000000..252ac19c8e63 --- /dev/null +++ b/net/samba/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 -- cgit v1.2.3