tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



[redirecting to tech-userlevel]

On Wed, Apr 15, 2009 at 10:47:47PM -0400, Perry E. Metzger wrote:
> 
> Joerg Sonnenberger <joerg%netbsd.org@localhost> writes:
> > Module Name:        src
> > Committed By:       joerg
> > Date:               Wed Apr 15 22:36:05 UTC 2009
> >
> > Modified Files:
> >     src/etc/rc.d: Makefile
> > Added Files:
> >     src/sbin/rcorder: rcorder-visualize.sh
> >
> > Log Message:
> > Add a small script to visualize the rc dependency graph and point to it.
> 
> I would just give it a man page, slap it in its own build directory and
> install it for real as "rcorder-visualize". Why not? It will add
> practically no space and it is a useful tool.

Well, for something to be installed it is a bit too much of a hack :)
E.g. it should get at least the following changes:
- /etc/rc.d should not be hard-coded
- complain about scripts without PROVIDE
- different edge styles for BEFORE and REQUIRE

But if others consider it useful enough, I can adopt that. It doesn't
even have to move for that.

Joerg


Home | Main Index | Thread Index | Old Index