Changeset 7


Ignore:
Timestamp:
May 15, 2014, 8:01:58 PM (11 years ago)
Author:
alloc
Message:

Renamed ssd

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bootstrapper/bootstrap.sh

    r1 r7  
    55RUNINSTALL=0
    66
    7 DEPENDENCIES="xvfb mono-runtime screen rsync libxml2-utils"
     7DEPENDENCIES="xvfb mono-runtime rsync libxml2-utils"
    88OPTDEPENDENCIES="sendemail sendxmpp"
    99
  • bundle_creation/makefile

    r4 r7  
    1313        @cp -r ../scripts/* .
    1414
    15 SSD: usr/local/bin/start-stop-daemon_nondeb
     15SSD: usr/local/bin/start-stop-daemon
    1616
    1717# start-stop-daemon:
    18 usr/local/bin/start-stop-daemon_nondeb: ../tools/start-stop-daemon_nondeb/start-stop-daemon_nondeb.c
     18usr/local/bin/start-stop-daemon: ../tools/start-stop-daemon_nondeb/start-stop-daemon.c
    1919        @echo Compiling start-stop-daemon...
    2020        @gcc -Wall -Wextra -Wno-return-type -Os -o $@ $<
  • scripts/etc/init.d/7dtd.sh

    r1 r7  
    1616
    1717NAME="7DtD"
    18 SCREENREF="sdtd"
    1918BINARYPATH=$SDTD_ROOT
    2019USER=$SDTD_USER
     
    3938            else
    4039                export DISPLAY=localhost:1.0
    41                 start-stop-daemon --start --pidfile $SDTD_ROOT/$PIDFILE --background --make-pidfile --chuid $USER --user $USER --chdir $BINARYPATH --exec "/usr/bin/screen" -- -D -m -S $SCREENREF $RUNTIME $BINARYPATH/$BINARYNAME $OPTS
     40                start-stop-daemon --start --pidfile $SDTD_ROOT/$PIDFILE --background --no-close --make-pidfile --chuid $USER --user $USER --chdir $BINARYPATH --exec -- -D -m -S $SCREENREF $RUNTIME $BINARYPATH/$BINARYNAME $OPTS
    4241                sleep 1
    4342            fi
Note: See TracChangeset for help on using the changeset viewer.