diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2015-06-18 16:12:35 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2015-06-18 17:15:00 -0400 |
commit | da1be21ebb354304b2844c6ffe3251d3df1a8597 (patch) | |
tree | c699bb08dc187485f7f9666c788f0edad158aa01 | |
parent | 7a18ca3c8f12bcf1933ee72b5bcbc4ef0f1a4251 (diff) | |
download | puppet-sshd-da1be21ebb354304b2844c6ffe3251d3df1a8597.tar.gz puppet-sshd-da1be21ebb354304b2844c6ffe3251d3df1a8597.tar.bz2 |
try to avoid conflicting with the isuma-local-servers package
-rw-r--r-- | files/autossh.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/autossh.init.d b/files/autossh.init.d index 191e425..fdb2c16 100644 --- a/files/autossh.init.d +++ b/files/autossh.init.d @@ -1,6 +1,6 @@ #!/bin/sh ### BEGIN INIT INFO -# Provides: autossh +# Provides: AutoSSH # Required-Start: $local_fs $network $remote_fs $syslog # Required-Stop: $local_fs $network $remote_fs $syslog # Default-Start: 2 3 4 5 |