CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2015/07/06 05:25:36

Modified files:
        telephony/asterisk-g729: Makefile 
        telephony/asterisk-g729/pkg: README 
        sysutils/bacula: Makefile 
        sysutils/bacula/pkg: README-server 
        www/trac       : Makefile 
        www/trac/pkg   : README 
        net/librenms   : Makefile 
        net/librenms/pkg: README 
        net/nfsen      : Makefile 
        net/nfsen/pkg  : README 
        net/nagios/nagios: Makefile 
        net/nagios/nagios/pkg: README-main 
        net/icinga/core2: Makefile 
        net/icinga/core2/pkg: README-main 
        net/icinga/core: Makefile 
        net/icinga/core/pkg: README-main 

Log message:
Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.

- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").

- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.

Reply via email to