diff options
Diffstat (limited to 'init.d/hostname.in')
-rw-r--r-- | init.d/hostname.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/hostname.in b/init.d/hostname.in index 5ace4dd4..a7c54c80 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -5,7 +5,7 @@ description="Sets the hostname of the machine." depend() { - keyword noprefix + keyword -prefix } start() |