mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ad02b30974
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
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
--- 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
|