Skip to content

Commit c4fc082

Browse files
committed
Modify freebsd start script to just exit 0 with message.
1 parent 1f0cf56 commit c4fc082

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-
then exit 0
44-
else exit 5
45-
fi
42+
exit 0
4643
}
4744

4845
case $1 in

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy