XXX Remove nawk(1)
@@ -22,12 +22,10 @@ # # # Copyright (c) 1994, 1995, 1996 by Sun Microsystems, Inc. # All Rights Reserved # -# ident "%Z%%M% %I% %E% SMI" -# # Printcap <-> Printers.conf conversion utility... # # Usage: conv_lpd [ -c (printers|printcap) ] [ -n ] (file) #
@@ -101,11 +99,11 @@ # # Empty colons ":[ <TAB>]*:" are now stripped. Continue processing. # -nawk ' +/usr/xpg4/bin/awk ' BEGIN { "uname -n" | getline ; host = $0 ; found = 0 ; local_pr = 0;