Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 10:38:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205283] [NEW PORT] devel/gogs: Painless self-hosted Git service
Message-ID:  <bug-205283-13-1JGO8XVtZW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205283-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205283-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205283

--- Comment #35 from idefix@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=3D"YES"

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

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205283-13-1JGO8XVtZW>