aboutsummaryrefslogtreecommitdiff
path: root/rc.d
diff options
context:
space:
mode:
authorSebastien Luttringer <seblu@seblu.net>2011-05-05 01:26:44 +0200
committerSebastien Luttringer <seblu@seblu.net>2011-05-21 18:29:07 +0200
commit9888b262c2deb32064b30eb637ece9e424356777 (patch)
tree0a027e62fa0d16d31cbf1d3f92b5307cd4d120f1 /rc.d
parente0e1420a3506a5988b8f76139788f0ffea298e0c (diff)
downloadinitscripts-9888b262c2deb32064b30eb637ece9e424356777.tar.xz
Add syntax to vim modeline in rc.d script
With new name of script, vim doesn't reconize correctly file format. We need to set it explicitly. Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d b/rc.d
index 02c2b6c..49b7c2f 100755
--- a/rc.d
+++ b/rc.d
@@ -58,4 +58,4 @@ esac
exit $ret
-# vim: set ts=2 sw=2 noet:
+# vim: set ts=2 sw=2 ft=sh noet: