From a207251c2fb3145201e4bbd770bb0d79c7180eb5 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 30 Oct 2002 03:50:23 +0000 Subject: Adding Buchan Milne's updates. (This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092) --- packaging/Mandrake/samba-2.2.0-gawk.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packaging/Mandrake/samba-2.2.0-gawk.patch (limited to 'packaging/Mandrake/samba-2.2.0-gawk.patch') diff --git a/packaging/Mandrake/samba-2.2.0-gawk.patch b/packaging/Mandrake/samba-2.2.0-gawk.patch new file mode 100644 index 0000000000..b77bc3a93c --- /dev/null +++ b/packaging/Mandrake/samba-2.2.0-gawk.patch @@ -0,0 +1,11 @@ +--- samba-2.2.0/source/script/convert_smbpasswd.gawk Thu Nov 5 04:50:17 1998 ++++ samba-2.2.0/source/script/convert_smbpasswd Thu Apr 19 08:43:44 2001 +@@ -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=":"} ++gawk 'BEGIN {FS=":"} + { + if( $0 ~ "^#" ) { + print $0 -- cgit