Duplicate module entry for "dialog"

Giorgos Keramidas keramida at freebsd.org
Thu Mar 27 17:31:30 PST 2003


We have to find a new module name for one of the two dialog's shown below:

giorgos at gothmog[01:50]/home/ncvs/CVSROOT$ grep '^dialog[[:space:]]' modules
dialog          src/gnu/usr.bin/dialog
dialog          ports/sysutils/dialog
giorgos at gothmog[01:50]/home/ncvs/CVSROOT$

It's the only duplicate module name we have now ...

giorgos at gothmog[01:50]/home/ncvs/CVSROOT$ for mod in \
	` grep -v '^[[:space:]]*#.*' modules | \
	  grep -v '^[[:space:]]*$' | awk '{print $1}' ` ; do \
    echo -n "${mod} " ; grep -c "^${mod}[[:space:]]" modules ; \
done | grep -v '[[:space:]]1$' | uniq

--- output -----------------------------------------------------------

dialog 2

----------------------------------------------------------------------



More information about the freebsd-bugs mailing list