~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/setup/install_proc.txt

  • Committer: dcoles
  • Date: 2008-07-01 01:09:40 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:796
Install: Fix minor typo in init script install steps so file is now copied to 
/etc/init.d/usermgt-server as intended.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
# the automatically created init.d script: doc/setup/usrmgt-server.init
218
218
 
219
219
# To run it at boot time:
220
 
sudo cp doc/setup/usrmgt-server.init /etc/init.d
 
220
sudo cp doc/setup/usrmgt-server.init /etc/init.d/usrmgt-server
221
221
sudo chown root:root /etc/init.d/usrmgt-server
222
222
sudo chmod 700 /etc/init.d/usrmgt-server  # so world can't read database magic
223
223
sudo update-rc.d usrmgt-server defaults 99  # create symlinks in /etc/rc*.d