diff options
author | Harald Hoyer <harald@redhat.com> | 2010-09-10 15:23:06 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-09-10 15:34:36 +0200 |
commit | cc02093d690effca253d19a11f3b07f0c14b2d1f (patch) | |
tree | 196580402561086bb6e99273a31462b489675e2e /modules.d/00bootchart | |
parent | d95d2f3b44c6f4bc178020ea4c071c09760f6f61 (diff) | |
download | dracut-cc02093d690effca253d19a11f3b07f0c14b2d1f.tar.gz dracut-cc02093d690effca253d19a11f3b07f0c14b2d1f.tar.bz2 dracut-cc02093d690effca253d19a11f3b07f0c14b2d1f.zip |
reformat source code
removed tabs and set indention to 4 spaces
added emacs and vi format headers
Diffstat (limited to 'modules.d/00bootchart')
-rw-r--r-- | modules.d/00bootchart/check | 2 | ||||
-rw-r--r-- | modules.d/00bootchart/install | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/modules.d/00bootchart/check b/modules.d/00bootchart/check index dfb39474..1e2f863e 100644 --- a/modules.d/00bootchart/check +++ b/modules.d/00bootchart/check @@ -1,4 +1,6 @@ #!/bin/sh +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- +# ex: ts=8 sw=4 sts=4 et filetype=sh [ -x /sbin/bootchartd ] || exit 1 # do not enable bootchartd by default diff --git a/modules.d/00bootchart/install b/modules.d/00bootchart/install index 87388157..efef9e7a 100644 --- a/modules.d/00bootchart/install +++ b/modules.d/00bootchart/install @@ -1,4 +1,6 @@ #!/bin/bash +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- +# ex: ts=8 sw=4 sts=4 et filetype=sh inst /sbin/bootchartd inst /bin/bash |