forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcf78eb4
committed
Fix examples of how to use "su" while starting the server.
The syntax "su -c 'command' username" is not accepted by all versions ofsu, for example not OpenBSD's. More portable is "su username -c'command'". So change runtime.sgml to recommend that syntax. Also,add a -D switch to the OpenBSD example script, for consistency with otherexamples. Per Denis Lapshin and Gábor Hidvégi.1 parent22cdae9 commitcf78eb4
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
| 283 | + | |
| 284 | + | |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
| 312 | + | |
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
|
0 commit comments
Comments
(0)