1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/samba-devel/files/patch-af
Tatsumi Hosokawa 5158d682ff PR: ports/9953
Submitted by:	girgen@partitur.se, dirk@FreeBSD.ORG
Changed nawk to awk in script/updatesmbpasswd.sh
1999-02-09 16:24:55 +00:00

10 lines
222 B
Plaintext

--- script/updatesmbpasswd.sh.orig Sat May 4 16:50:45 1996
+++ script/updatesmbpasswd.sh Wed Feb 10 01:21:05 1999
@@ -1,5 +1,5 @@
#!/bin/sh
-nawk 'BEGIN {FS=":"}
+awk 'BEGIN {FS=":"}
{
if( $0 ~ "^#" ) {
print $0