• 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

Simple RSS Reader inspired by Gxxgle Reader


Commit MetaInfo

Revisãoafad4a4da77caed3830475d35d5bfec6a024ae82 (tree)
Hora2013-07-08 19:41:25
Autorhylom <hylom@hylo...>
Commiterhylom

Mensagem de Log

fix some scripts

Mudança Sumário

Diff

--- a/backend/Makefile
+++ b/backend/Makefile
@@ -1,8 +1,4 @@
11
2-install:
3- ./install.sh
4-
5-
62 test-mysqldb:
73 PYTHONPATH=. python t/mysqldb.py
84
--- a/initscript
+++ b/initscript
@@ -1,13 +1,13 @@
11 #!/bin/bash
22 #
3-# /etc/init.d/rssreader
4-# rssreader startup script.
3+# /etc/init.d/rrreader
4+# Rrreader RSS-Reader startup script.
55 #
66 # chkconfig: 345 98 2
77 # description: RSS Reader service powered by Node.js.
88
99
10-DAEMON_NAME=rssreader
10+DAEMON_NAME=rrreader
1111 TARGET_SCRIPT=/var/grdc/app.js
1212 LOGFILE=/var/log/${DAEMON_NAME}.log
1313 STDOUTFILE=/var/log/${DAEMON_NAME}.out
--- a/install.sh
+++ b/install.sh
@@ -3,4 +3,4 @@ DEST=/var/grdc/
33 INITSCRIPT=./initscript
44
55 rsync $1 -av --exclude=.* --exclude=*~ $FROM $DEST
6-install -pm 755 $INITSCRIPT /etc/init.d/rssreader
6+install -pm 755 $INITSCRIPT /etc/init.d/rrreader