Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2003 02:01:54 +0200
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        bugs@freebsd.org
Subject:   Duplicate module entry for "dialog"
Message-ID:  <20030328000154.GA13101@gothmog.gr>

next in thread | raw e-mail | index | archive | help
We have to find a new module name for one of the two dialog's shown below:

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

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

giorgos@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030328000154.GA13101>