Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1196)

Unified Diff: src/scripts/mod_for_test_scripts/601autoStartSshd

Issue 912003: Make ssh compatible with dev mode and remove testing ssh items that don't work (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/scripts/mod_for_test_scripts/601autoStartSshd
diff --git a/src/scripts/mod_for_test_scripts/601autoStartSshd b/src/scripts/mod_for_test_scripts/601autoStartSshd
deleted file mode 100755
index fead7fbc166dbbf442d21a9365121758dd357087..0000000000000000000000000000000000000000
--- a/src/scripts/mod_for_test_scripts/601autoStartSshd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# start sshd at os init time.
-echo "Enabling sshd."
-cp -pf sshd.conf /etc/init/sshd.conf
-chmod 644 /etc/init/sshd.conf
-chown 0:0 /etc/init/sshd.conf
-

Powered by Google App Engine
This is Rietveld 408576698