PR: ports/9953
Submitted by: girgen@partitur.se, dirk@FreeBSD.ORG Changed nawk to awk in script/updatesmbpasswd.sh
This commit is contained in:
parent
4efc0edb2d
commit
5158d682ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16571
9
net/samba-devel/files/patch-af
Normal file
9
net/samba-devel/files/patch-af
Normal file
@ -0,0 +1,9 @@
|
||||
--- 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
|
9
net/samba/files/patch-af
Normal file
9
net/samba/files/patch-af
Normal file
@ -0,0 +1,9 @@
|
||||
--- 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
|
9
net/samba3/files/patch-af
Normal file
9
net/samba3/files/patch-af
Normal file
@ -0,0 +1,9 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user