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

« back to all changes in this revision

Viewing changes to setup/configure.py

  • Committer: matt.giuca
  • Date: 2009-01-12 00:33:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1072
Renamed scripts to services.
Updated all references (we hope). :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
PATH=/sbin:/bin:/usr/sbin:/usr/bin
540
540
DESC="IVLE user management server"
541
541
NAME=usrmgt-server
542
 
DAEMON=/opt/ivle/scripts/$NAME
 
542
DAEMON=/opt/ivle/services/$NAME
543
543
PIDFILE=/var/run/$NAME.pid
544
544
SCRIPTNAME=/etc/init.d/usrmgt-server
545
545