about summary refs log tree commit diff stats
path: root/core/install.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-14 04:58:25 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-14 06:07:32 +0000
commit4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24 (patch)
tree618a392022a78dd0cc7d4f7094d2051daa90e717 /core/install.html
parent6847d67bb8e98db3e00489b223cd694a3e9f0733 (diff)
downloaddoc-4fafa3dbe6bddda8655ad1a8521f99de9f5f9e24.tar.gz
initial host and fqd rebranding
Diffstat (limited to 'core/install.html')
-rw-r--r--core/install.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/install.html b/core/install.html
index fb1a546..69a82cf 100644
--- a/core/install.html
+++ b/core/install.html
@@ -309,16 +309,16 @@
 
         <h2 id="step6">1.1.6. Install extra ports</h2>
 
-        <p>Create c9 ports;</p>
+        <p>Create port collection;</p>
 
         <pre>
-        $ sudo mkdir $CHROOT/usr/ports/c9-ports
+        $ sudo mkdir $CHROOT/usr/ports/machine-ports
         </pre>
 
-        <p>Copy ports from  c9-doc/core/ports;</p>
+        <p>Copy ports from  doc/core/ports;</p>
 
         <pre>
-        $ sudo cp -r ports/* $CHROOT/usr/ports/c9-ports/
+        $ sudo cp -r ports/* $CHROOT/usr/ports/machine-ports/
         </pre>
 
         <h2 id="step7">1.1.7. DNS Resolver</h2>
@@ -335,7 +335,7 @@
 
         <h2 id="step9">1.1.9. Basic Skeleton</h2>
 
-        <p>Copy skeletons from  c9-doc/core/conf;</p>
+        <p>Copy skeletons from  doc/core/conf;</p>
 
         <pre>
         $ sudo cp -R  conf/skel $CHROOT/etc/
153' href='#n153'>153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
94' href='#n294'>294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479