Ticket #644 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

typos in system/initial.i

Reported by: jwarnier Owned by:
Priority: normal Milestone:
Component: Bugs in initng-ifiles Version: initng-0.6.3
Severity: normal Keywords: patch
Cc:

Description

Here is a proposed patch: --- /etc/initng/system/initial.i# diff -2006-04-25 15:18:29.000000000 +0200ial.i +++ initial.i 2006-05-02 00:44:09.000000000 +0200 @@ -6,7 +6,7 @@

service system/initial/mountvirtfs {

critical; script start = {

  • # test, if all necasary directories exists.

+ # test, if all necessary directories exist.

for dir in /proc /sys do

if [ ! -d ${dir} ] # no?

Hope it help

Attachments

initial.i.diff Download (358 bytes) - added by jwarnier 7 years ago.

Change History

Changed 7 years ago by jwarnier

comment:1 Changed 7 years ago by jwarnier

Sorry for the broken patch, cut&paste doesn't work really well here, it seems.

comment:2 Changed 7 years ago by trigger

  • Status changed from new to closed
  • Resolution set to fixed

(In [4055]) typos, closes #644

Note: See TracTickets for help on using tickets.