View | Details | Raw Unified | Return to bug 267500
Collapse All | Expand All

(-)databases/postgresql10-server/files/postgresql.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: postgresql
3
# PROVIDE: postgresql
4
# REQUIRE: DAEMON
4
# REQUIRE: DAEMON mountlate
5
# KEYWORD: shutdown
5
# KEYWORD: shutdown
6
#
6
#
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
(-)databases/postgresql11-server/files/postgresql.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: postgresql
3
# PROVIDE: postgresql
4
# REQUIRE: DAEMON
4
# REQUIRE: DAEMON mountlate
5
# KEYWORD: shutdown
5
# KEYWORD: shutdown
6
#
6
#
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
(-)databases/postgresql12-server/files/postgresql.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: postgresql
3
# PROVIDE: postgresql
4
# REQUIRE: DAEMON
4
# REQUIRE: DAEMON mountlate
5
# KEYWORD: shutdown
5
# KEYWORD: shutdown
6
#
6
#
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
(-)databases/postgresql13-server/files/postgresql.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: postgresql
3
# PROVIDE: postgresql
4
# REQUIRE: DAEMON
4
# REQUIRE: DAEMON mountlate
5
# KEYWORD: shutdown
5
# KEYWORD: shutdown
6
#
6
#
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
(-)databases/postgresql14-server/files/postgresql.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: postgresql
3
# PROVIDE: postgresql
4
# REQUIRE: DAEMON
4
# REQUIRE: DAEMON mountlate
5
# KEYWORD: shutdown
5
# KEYWORD: shutdown
6
#
6
#
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
(-)databases/postgresql15-server/files/postgresql.in (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
# PROVIDE: postgresql
3
# PROVIDE: postgresql
4
# REQUIRE: DAEMON
4
# REQUIRE: DAEMON mountlate
5
# KEYWORD: shutdown
5
# KEYWORD: shutdown
6
#
6
#
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:
7
# Add the following line to /etc/rc.conf to enable PostgreSQL:

Return to bug 267500