public inbox for [email protected]
help / color / mirror / Atom feedFrom: Daniel Gustafsson <[email protected]>
To: [email protected]
To: [email protected]
Subject: Re: Correction for 9.6 documentation for OpenBSD
Date: Fri, 29 Jun 2018 22:57:12 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
> On 3 Apr 2018, at 07:29, PG Doc comments form <[email protected]> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/server-start.html
> Description:
>
> OpenBSD 6.1 i386
> PostgreSQL 9.6
>
> In Section 18.3. Starting the Database Server, I did something different
> from the documentation. Instead of editing the file /etc/rc.local, as the
> documentation indicated, I ran the command
>
> doas rcctl set postgresql status on
>
> That command changed the file /etc/rc.conf.local. When I rebooted, the
> PostgreSQL server was running.
That’s because your postgresql server was installed via the ports system, which
provides an rc.d startup script for use with rcctl. The referenced
documentation describes how to start the server without a service script.
That being said, since the ports tree is the “recommended” method for
installing software perhaps the documentation should mention it? Perhaps
something along the lines of the below (a similar stanza could be added for
FreeBSD but I don’t it well enough to make an attempt).
cheers ./daniel
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 1c92e7df75..01f5eacfcc 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -377,6 +377,11 @@ if [ -x /usr/local/pgsql/bin/pg_ctl -a -x /usr/local/pgsql/bin/postgres ]; then
su -l postgres -c '/usr/local/pgsql/bin/pg_ctl start -s -l /var/postgresql/log -D /usr/local/pgsql/data'
echo -n ' postgresql'
fi
+</programlisting>
+ If <productname>PostgreSQL</productname> is installed via ports, it can
+ be started as a service with <application>rcctl</application>:
+<programlisting>
+rcctl set postgresql status on
</programlisting>
</para>
</listitem>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Correction for 9.6 documentation for OpenBSD
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox