projects
/
single_click_remote_help
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a897e
)
Moved 2 configuration directives into skeleton again, as they are actually constants.
author
Marco Zanon
<info@marcozanon.com>
Sat, 8 Sep 2012 16:18:16 +0000
(16:18 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Sat, 8 Sep 2012 16:18:16 +0000
(16:18 +0000)
config.sample
patch
|
blob
|
history
skeleton
patch
|
blob
|
history
diff --git
a/config.sample
b/config.sample
index f0167249d956614e5f47988a83b1a5e2f58d15ce..4779b5f28e63c74771a4c730c4e13d3a48b0e194 100644
(file)
--- a/
config.sample
+++ b/
config.sample
@@
-7,8
+7,6
@@
## Configuration directives.
__CONFIGURATION_DIRECTIVES_BELOW__
-SINGLE_CLICK_REMOTE_HELP_VERSION="0.x"
-VNC_SERVER="x11vnc-0.9.13_amd64-Linux"
INPUT_BOX_TITLE="__YOUR_TEXT_HERE__"
INPUT_BOX_MESSAGE="__YOUR_TEXT_HERE__"
LABEL_COLUMN_TITLE="__YOUR_TEXT_HERE__"
diff --git
a/skeleton
b/skeleton
index f05f1d1bb4130bf986ef06f373977697f1d8c4c1..db643e245b5e0b2918cb6fad1404888d3ed73d97 100644
(file)
--- a/
skeleton
+++ b/
skeleton
@@
-19,6
+19,8
@@
## 7 Vnc connection error.
## 1. Define constants.
+SINGLE_CLICK_REMOTE_HELP_VERSION="0.x"
+VNC_SERVER="x11vnc-0.9.13_amd64-Linux"
__CONFIGURATION_DIRECTIVES__
## 2. Evaluate command line arguments.