bsdadminscripts

[LoN]Kamikaze LoN_Kamikaze at gmx.de
Wed Apr 12 22:16:13 UTC 2006


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.


More information about the freebsd-ports mailing list