Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 01:16:03 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        ports@freebsd.org
Subject:   bsdadminscripts
Message-ID:  <443D8A33.8020600@gmx.de>

next in thread | raw e-mail | index | archive | help
I published 2 shell scripts and I'm looking for some people to test them
on their system before I commit a port.

http://sourceforge.net/projects/bsdadminscripts/

One script is called 'rcstart', it is meant to access rc.d scripts more
easily. If you make a link

# ln -s rcstart rconestart

the command

# rconestart apache22 postgresql

would execute the commands

# /usr/local/etc/rc.d/apache22.sh onestart
# /usr/local/etc/rc.d/010.pgsql.sh onestart


The other script is called 'portconfig' and it depends on portupgrade.

It uses portupgrade to determine on which ports to run on. I.e. if you
wanted fetch all distfiles for ports that require updating you could
make a link

# ln -s portconfig portfetch

and run

# portfetch -a

and if you want to run 'make config' for all ports that would be build
by 'portupgrade -a' you can run

# portconfig -a


I hope someone will consider this as being useful.



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