Fossil SCM

Edit whitespace in previous commit to make format consistent with existing code blocks.

jamsek 2020-08-09 08:28 trunk
Commit d2ad5f2fe71e0e7362265d4500b2b5e5f76f02e3ec059ed86c98e45429e212db
--- www/server/openbsd/fastcgi.md
+++ www/server/openbsd/fastcgi.md
@@ -97,17 +97,17 @@
9797
9898
Then add the following to [`/etc/rc.local(8)`][rc.local] to automate
9999
creation of the `random` and `null` device files.
100100
101101
```
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 "."
109109
```
110110
111111
[rc.local]: https://man.openbsd.org/rc.conf.local.8
112112
113113
The same user that executes the fossil binary must have writable access
114114
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button