CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/10/24 03:18:13
Modified files:
meta/gnome : Makefile
meta/gnome/pkg : README-main
net/avahi : Makefile
net/avahi/pkg : README-main
net/iodine : Makefile
net/iodine/pkg : README
sysutils/upower: Makefile
sysutils/upower/pkg: README
Log message:
Consistency: rcctl enable is the most used idiom within the ports tree.
Also since we can pass it several daemons now, simplify enabling:
- before
rcctl enable foo
rcctl enable bar
rcctl enable bla
- after
rcctl enable foo bar bla