Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9df0306

Browse files
committed
Fix for Linux startup script.
Slawomir Sudnik
1 parent abc7f73 commit 9df0306

File tree

1 file changed

+2
-1
lines changed
  • contrib/start-scripts

1 file changed

+2
-1
lines changed

contrib/start-scripts/linux

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net>
2626

27-
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.4 2003/06/12 02:02:24 momjian Exp $
27+
# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.5 2003/07/26 20:42:55 momjian Exp $
2828

2929
## EDIT FROM HERE
3030

@@ -83,6 +83,7 @@ case $1 in
8383
echo -n "Reload PostgreSQL: "
8484
su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
8585
echo "ok"
86+
;;
8687
status)
8788
su - $PGUSER -c "$DAEMON status -D '$PGDATA'"
8889
;;

0 commit comments

Comments
 (0)