• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OpengateM Source Repository


Commit MetaInfo

Revisão78b23ffb83b39454be80172adc892ffbda006e24 (tree)
Hora2016-06-27 09:52:48
Autorwatanaby <watanaby@user...>
Commiterwatanaby

Mensagem de Log

auto stop/start of daemon at installation

Mudança Sumário

Diff

--- a/mdsrc/Makefile
+++ b/mdsrc/Makefile
@@ -38,22 +38,26 @@ opengatemd: ${OBJS} ${MDMAINPROGO} ${LIBOPT}
3838
3939 ezxml:
4040 ${MAKE} -C ../ezxml
41+
4142 clean:
4243 rm -f ${MDMAINPROG} ${CLEANFILES}
4344 ${MAKE} clean -C ../ezxml
44- rm -f *~ ../*/*~ ../*~ ../*/*/*~ #remove emacs backup
45- rm -f \#* ../*/\#* ../\#* ../*/*/\#* #remove emacs autosave
45+ rm -f *~ ../*/*~ ../*~ ../*/*/*~
46+ rm -f \#* ../*/\#* ../\#* ../*/*/\#*
4647
48+install: stop-md install-md install-conf rm-lockfile start-md
4749
50+stop-md: #
51+ opengatemd -s
4852
49-install: install-md-prg install-conf rm-lockfile
53+start-md: #
54+ opengatemd
5055
5156 rm-lockfile: #
5257 rm -f /tmp/opengatemd.lock
5358 rm -f /tmp/opengate.lock
5459
55-install-md-prg: ${MDMAINPROG}
56- ## Install program and Set S bit ##
60+install-md: ${MDMAINPROG} ## Install program and Set S bit ##
5761 .if !exists(${INSTALLBINPATH})
5862 mkdir ${INSTALLBINPATH}
5963 .endif
@@ -61,10 +65,8 @@ install-md-prg: ${MDMAINPROG}
6165 chmod 4755 ${INSTALLBINPATH}/${MDMAINPROG}
6266 cp ../rc.d/${MDMAINPROG} /etc/rc.d/${MDMAINPROG}
6367 chmod 555 /etc/rc.d/${MDMAINPROG}
64- #
6568
66-install-conf:
67- ## Copy Config files ##
69+install-conf: ## Copy Config files ##
6870 .if !exists(${CONFIGPATH})
6971 mkdir ${CONFIGPATH}
7072 .endif