projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5610b6d
)
Make it clearer.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 6 Feb 2001 21:37:55 +0000
(21:37 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 6 Feb 2001 21:37:55 +0000
(21:37 +0000)
contrib/init.d/postgresql
patch
|
blob
|
blame
|
history
diff --git
a/contrib/init.d/postgresql
b/contrib/init.d/postgresql
index 730f8b063fd2a3149206c1c16f92e8f8be109123..297324df848eb31341afec53d3d9fa6a3c8ab1ae 100644
(file)
--- a/
contrib/init.d/postgresql
+++ b/
contrib/init.d/postgresql
@@
-61,7
+61,7
@@
case "$1" in
*)
# Print help.
N=/etc/init.d/$FILE
- echo "Usage: $N {start|stop|restart|status}" >&2
+ echo "Usage: $N {start|stop|restart|status}"
1
>&2
exit 1
;;
esac