- Notifications
You must be signed in to change notification settings - Fork5
Commit7d8cbeb
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 parent2a0c81a commit7d8cbeb
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | | - | |
| 289 | + | |
| 290 | + | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| |||
0 commit comments
Comments
(0)