Fossil SCM
Edit whitespace in previous commit to make format consistent with existing code blocks.
Commit
d2ad5f2fe71e0e7362265d4500b2b5e5f76f02e3ec059ed86c98e45429e212db
Parent
a2585ea9add4fae…
1 file changed
+7
-7
+7
-7
| --- www/server/openbsd/fastcgi.md | ||
| +++ www/server/openbsd/fastcgi.md | ||
| @@ -97,17 +97,17 @@ | ||
| 97 | 97 | |
| 98 | 98 | Then add the following to [`/etc/rc.local(8)`][rc.local] to automate |
| 99 | 99 | creation of the `random` and `null` device files. |
| 100 | 100 | |
| 101 | 101 | ``` |
| 102 | -echo -n "[!] create device nodes: /var/www/dev/{urandom,null}" | |
| 103 | -cwd=$(pwd) | |
| 104 | -cd /var/www/dev | |
| 105 | -/dev/MAKEDEV urandom | |
| 106 | -mknod -m 666 null c 2 2 | |
| 107 | -cd $cwd | |
| 108 | -echo "." | |
| 102 | + echo -n "[!] create device nodes: /var/www/dev/{urandom,null}" | |
| 103 | + cwd=$(pwd) | |
| 104 | + cd /var/www/dev | |
| 105 | + /dev/MAKEDEV urandom | |
| 106 | + mknod -m 666 null c 2 2 | |
| 107 | + cd $cwd | |
| 108 | + echo "." | |
| 109 | 109 | ``` |
| 110 | 110 | |
| 111 | 111 | [rc.local]: https://man.openbsd.org/rc.conf.local.8 |
| 112 | 112 | |
| 113 | 113 | The same user that executes the fossil binary must have writable access |
| 114 | 114 |
| --- www/server/openbsd/fastcgi.md | |
| +++ www/server/openbsd/fastcgi.md | |
| @@ -97,17 +97,17 @@ | |
| 97 | |
| 98 | Then add the following to [`/etc/rc.local(8)`][rc.local] to automate |
| 99 | creation of the `random` and `null` device files. |
| 100 | |
| 101 | ``` |
| 102 | echo -n "[!] create device nodes: /var/www/dev/{urandom,null}" |
| 103 | cwd=$(pwd) |
| 104 | cd /var/www/dev |
| 105 | /dev/MAKEDEV urandom |
| 106 | mknod -m 666 null c 2 2 |
| 107 | cd $cwd |
| 108 | echo "." |
| 109 | ``` |
| 110 | |
| 111 | [rc.local]: https://man.openbsd.org/rc.conf.local.8 |
| 112 | |
| 113 | The same user that executes the fossil binary must have writable access |
| 114 |
| --- www/server/openbsd/fastcgi.md | |
| +++ www/server/openbsd/fastcgi.md | |
| @@ -97,17 +97,17 @@ | |
| 97 | |
| 98 | Then add the following to [`/etc/rc.local(8)`][rc.local] to automate |
| 99 | creation of the `random` and `null` device files. |
| 100 | |
| 101 | ``` |
| 102 | echo -n "[!] create device nodes: /var/www/dev/{urandom,null}" |
| 103 | cwd=$(pwd) |
| 104 | cd /var/www/dev |
| 105 | /dev/MAKEDEV urandom |
| 106 | mknod -m 666 null c 2 2 |
| 107 | cd $cwd |
| 108 | echo "." |
| 109 | ``` |
| 110 | |
| 111 | [rc.local]: https://man.openbsd.org/rc.conf.local.8 |
| 112 | |
| 113 | The same user that executes the fossil binary must have writable access |
| 114 |