[Bug 205283] [NEW PORT] devel/gogs: Painless self-hosted Git service

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 31 10:38:37 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205283

--- Comment #35 from idefix at fechner.net ---
One suggestion for the files/pkg-message.in.

Change from:
To enable the service at startup you should add this line to /etc/rc.conf:
%%PORTNAME%%_enable="YES"

To:
To enable the service at startup you should execute the command:
sysrc gogs_enable="YES"

Maybe the same for bottom:
%%PORTNAME_FANCY%% needs an SSH daemon, so make sure this line is in
/etc/rc.conf:
sshd_enable="YES"

To:
%%PORTNAME_FANCY%% needs an SSH daemon, so make sure you execute:
sysrc sshd_enable="YES"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list