Ticket #644 (closed defect: fixed)
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
Change History
Note: See
TracTickets for help on using
tickets.

