Changeset 7
- Timestamp:
- May 15, 2014, 8:01:58 PM (11 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootstrapper/bootstrap.sh
r1 r7 5 5 RUNINSTALL=0 6 6 7 DEPENDENCIES="xvfb mono-runtime screenrsync libxml2-utils"7 DEPENDENCIES="xvfb mono-runtime rsync libxml2-utils" 8 8 OPTDEPENDENCIES="sendemail sendxmpp" 9 9 -
bundle_creation/makefile
r4 r7 13 13 @cp -r ../scripts/* . 14 14 15 SSD: usr/local/bin/start-stop-daemon _nondeb15 SSD: usr/local/bin/start-stop-daemon 16 16 17 17 # start-stop-daemon: 18 usr/local/bin/start-stop-daemon _nondeb: ../tools/start-stop-daemon_nondeb/start-stop-daemon_nondeb.c18 usr/local/bin/start-stop-daemon: ../tools/start-stop-daemon_nondeb/start-stop-daemon.c 19 19 @echo Compiling start-stop-daemon... 20 20 @gcc -Wall -Wextra -Wno-return-type -Os -o $@ $< -
scripts/etc/init.d/7dtd.sh
r1 r7 16 16 17 17 NAME="7DtD" 18 SCREENREF="sdtd"19 18 BINARYPATH=$SDTD_ROOT 20 19 USER=$SDTD_USER … … 39 38 else 40 39 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 $OPTS40 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 42 41 sleep 1 43 42 fi
Note:
See TracChangeset
for help on using the changeset viewer.