mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2430255b30
A free SMB and CIFS client and server for UNIX. PR: 15953 Submitted by: Shinya Sasaki <pcmaster@osk3.3web.ne.jp>
20 lines
472 B
Plaintext
20 lines
472 B
Plaintext
*** script/convert_smbpasswd.orig Thu Nov 5 11:50:17 1998
|
|
--- script/convert_smbpasswd Mon Dec 27 04:46:26 1999
|
|
***************
|
|
*** 7,13 ****
|
|
# with trying to work out how to get the seconds since 1970
|
|
# in awk or the shell. JRA.
|
|
#
|
|
! nawk 'BEGIN {FS=":"}
|
|
{
|
|
if( $0 ~ "^#" ) {
|
|
print $0
|
|
--- 7,13 ----
|
|
# with trying to work out how to get the seconds since 1970
|
|
# in awk or the shell. JRA.
|
|
#
|
|
! awk 'BEGIN {FS=":"}
|
|
{
|
|
if( $0 ~ "^#" ) {
|
|
print $0
|