diff options
Diffstat (limited to 'init.d/hostname')
-rwxr-xr-x | init.d/hostname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostname b/init.d/hostname index 86eb989a..4e804520 100755 --- a/init.d/hostname +++ b/init.d/hostname @@ -17,4 +17,4 @@ start() { eend $? "Failed to set the hostname" } -# vim: ts=4 : +# vim: set ts=4 : |