Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4fc082

Browse files
committed
Modify freebsd start script to just exit 0 with message.
1 parent1f0cf56 commitc4fc082

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎contrib/start-scripts/freebsd

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Created through merger of the Linux start script by Ryan Kirkpatrick
77
# and the script in the FreeBSD ports collection.
88

9-
# $PostgreSQL: pgsql/contrib/start-scripts/freebsd,v 1.6 2010/02/23 22:15:35 momjian Exp $
9+
# $PostgreSQL: pgsql/contrib/start-scripts/freebsd,v 1.7 2010/02/23 22:17:25 momjian Exp $
1010

1111
## EDIT FROM HERE
1212

@@ -39,10 +39,7 @@ PGCTL="$prefix/bin/pg_ctl"
3939
test -x$DAEMON||
4040
{
4141
echo"$DAEMON not found"
42-
if ["$1"="stop" ]
43-
thenexit 0
44-
elseexit 5
45-
fi
42+
exit 0
4643
}
4744

4845
case$1in

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp