diff options
author | Tatsumi Hosokawa <hosokawa@FreeBSD.org> | 1999-02-09 15:25:01 +0000 |
---|---|---|
committer | Tatsumi Hosokawa <hosokawa@FreeBSD.org> | 1999-02-09 15:25:01 +0000 |
commit | ad02b309744a7d9f2e3a30a01578ac0f3dfcbfe8 (patch) | |
tree | 071ec5f9ac0bbc955b60914753d8541a9a1344cc /net/samba-devel/files/patch-ae | |
parent | Security fix and upgrade. (diff) |
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
Notes
Notes:
svn path=/head/; revision=16568
Diffstat (limited to 'net/samba-devel/files/patch-ae')
-rw-r--r-- | net/samba-devel/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-ae b/net/samba-devel/files/patch-ae new file mode 100644 index 000000000000..252ac19c8e63 --- /dev/null +++ b/net/samba-devel/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 |