OLD | NEW |
---|---|
(Empty) | |
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 # | |
5 # Modifies upstart for login manager to use new login manager | |
6 | |
7 sed -i 's/^#exec \/sbin\/session_manager_setup.sh/exec \/sbin\/session_manager_s etup.sh/' /etc/init/ui.conf 2> /dev/null | |
kmixter1
2010/01/21 22:00:13
Consider using ? instead of / to make this more re
| |
8 sed -i 's/^expect fork/#expect fork/' /etc/init/ui.conf 2> /dev/null | |
9 sed -i 's/^exec \/usr\/bin\/slim -d/#exec \/usr\/bin\/slim -d/' /etc/init/ui.con f 2> /dev/null | |
OLD | NEW |