2001-10-16 21:39:24 -04:00
|
|
|
--- script/convert_smbpasswd.orig Thu Nov 5 02:50:17 1998
|
|
|
|
+++ script/convert_smbpasswd Tue Oct 16 17:19:10 2001
|
1999-02-09 10:25:01 -05:00
|
|
|
@@ -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
|